Color Value: #



Enter 6 or 3 digits of Hex Code





Home  | Web Safe Color  | Random Color  | About Hex Color  | Color Wheel  | Color Names


Colors are made up of 3 sets of RGB numbers representing the amount of Red, Green and Blue contained within a color. These colors are represented as hexadecimal values.

For example, the hexadecimal numbers for black is #000000. The first two numbers (00) represent the amount of red the color contains. The second two numbers (00) represent the amount of green and the last two numbers (00) represent the amount of blue the color contains. When a color, such as black, contains 00 amount of red, green or blue, this means it contains no amount of that color or 0%. However, colors containing RGB values of FF contain the most amount of a color or 100%.

For example, the hexadecimal value for white is #FFFFFF, which means it contains the most amount of red, green and blue. The hexadecimal numbers for red are FF0000. To help you to understand this a little bit better, if we break down the hexadecimal numbers, we will find that the color red contains FF amount of red, which is the highest amount. It contains 00 amount of green and 00 amount of blue, both of which are the lowest.

How to Specify Colors with in a Web Page.

If you would like to specify colors within your web page, you must set color attributes. Attributes determine the appearance of a web page, such as background color, text colors and fonts. To specify a specific color, you must use the hexadecimal color code within your HTML coding. The hexadecimal color codes can be used throughout your entire web page to specify all of the following:

  • Web page background color
  • Font colors
  • Table background colors
  • Table border colors

You can Find these code with color when you looking for Hex to RGB value in our Page. Hexcolor.in is a plateform where you can do everythig with colors so Let`s try.