RGB to HEX Converter

Convert RGB color values to hexadecimal color codes in multiple formats.

Results:

#000000
#000000
#000
R: 00, G: 00, B: 00
0
0
0
0

About RGB to HEX Conversion

HEX colors can be represented in several formats:

  • Standard HEX: Six-digit hexadecimal code (#FF0000)
  • Shorthand HEX: Three-digit code when possible (#F00)
  • Individual Channels: Separate R, G, B hex values (FF, 00, 00)
  • Integer Value: Decimal representation of the hex value (16711680)

Note: Shorthand HEX is only possible when each channel has repeating digits (e.g., #FF0000 → #F00).