Convert Hex to RGB Color

Hexadecimal colors are represented by a six-digit code, where each pair of digits corresponds to the intensity of red, green, and blue in the RGB model. For example, #000000 represents pure black, #FFFFFF represents pure white. This compact representation facilitates easy communication and memorization, making it a favorite among designers and developers.

RGB colors can be represented in both hexadecimal and decimal formats. The hexadecimal representation, commonly used in web design, condenses the intensity of each channel into a two-digit code. In the digital realm, RGB colors define the hues of every pixel, from the vibrant reds to the deepest blues.


{inAds}

Hex to RGB Color Converter

You need to enter 6 digits hex color code and press the Convert button:

{inAds}


How to use?

You need to pay attention to the following rules to be able to use the Hex to RGB tool:

  • You only need to enter 6 digits into the column provided
  • Click "Convert" to convert Hex to RGB color
  • See the color results in the "Color Preview" column
  • Copy the conversion results in the "RGB Color" column.

See examples of Hex and RGB colors in the following table. You can also find more complete Hex and RGB color codes: HTML and CSS Color Codes.

{inAds}


Name dan Color Hexadecimal (Hex) Code RGB Code
White #FFFFFF rgb(255, 255, 255)
Black #000000 rgb(0, 0, 0)
Gray atau Grey #808080 rgb(128, 128, 128)
Silver #C0C0C0 rgb(192, 192, 192)
Red #FF0000 rgb(255, 0, 0)
Maroon #800000 rgb(128, 0, 0)
Brown #A52A2A rgb(165, 42, 42)
Magenta #FF00FF rgb(255, 0, 255)
Pink #FFC0CB rgb(255, 192, 203)
Orange #FFA500 rgb(255, 165, 0)
Dark Blue #00008B rgb(0, 0, 139)
Blue #0000FF rgb(0, 0, 255)
Purple #800080 rgb(128, 0, 128)
Green #008000 rgb(0, 128, 0)
Yellow #FFFF00 rgb(255, 255, 0)