Hex to RGB Converter
This is an online Hex to RGB converter that helps you convert a hex color string (e.g. “FFFFBB”) to numeric RGB.
What does the Hex to RGB converter do?
The Hex to RGB converter receives an input in the form of a hex color code value and converts it to an RGB value. Photo editing software usually uses RGB to represent color. If you want to use the colors presented in Hex in your photo editing software, you can use this converter to obtain the RGB value from the Hex code.
Hex to RGB color table
Color | Color Name | Hex Code #RRGGBB | Decimal Code (R, G, B) |
---|---|---|---|
Black | #000000 | (0,0,0) | |
White | #FFFFFF | (255,255,255) | |
Red | #FF0000 | (255,0,0) | |
Lime | #00FF00 | (0,255,0) | |
Blue | #0000FF | (0,0,255) | |
Yellow | #FFFF00 | (255,255,0) | |
Cyan | #00FFFF | (0,255,255) | |
Magenta | #FF00FF | (255,0,255) | |
Silver | #C0C0C0 | (192,192,192) | |
Gray | #808080 | (128,128,128) | |
Maroon | #800000 | (128,0,0) | |
Olive | #808000 | (128,128,0) | |
Green | #008000 | (0,128,0) | |
Purple | #800080 | (128,0,128) | |
Teal | #008080 | (0,128,128) | |
Navy | #000080 | (0,0,128) |