HEX TO RGB TOOL is a free online Toool to convert Hexadecimal Color

HEX TO RGB TOOL
HEX:
Red:
Green:
Blue:
RGB:
Copy
Copy for CSS BUTTON GENERATOR
Some Common Colors
ColorHEX CODERGB CODE(R,G,B)
#ff0f0f255,15,15
#ffff0f255,255,15
#d7eb5f215,235,95
#afffff175,255,255
#9b7387155,115,135
#872387135,35,135
#5f0f7395,15,115
#4b370f75,55,15
#4b235f75,35,95
#37372355,55,35
#23370f35,55,15
#0f9bff15,155,255
#0f234b15,35,75
  
Hex color code is a value of Hexadecimal format.There are three primary color , Red , Green , Blue and in HTML they range from 0 to 255. 0 for black and 255 is extream Red , Green , Blue color.When this values are combile and converted to Hexadecimal format , it is called Hex code. For example , value Red=255 , Green=15 , Blue=15 will produce RGB code (255,15,15) and When is converted to Hexadecimal it produce #ff0f0f. value #ff0f0f is call Hex code . HEX to RGB tools doing the reverse , it accept Hex code and Return RGB values.

Below is Some example HEX and RGB.
  
What is HEX to RGB tool ?
  • HEX to RGB tools is an online free tool.
  • HEX to RGB tools convert RGB color by input HEX value.
  • HEX to RGB will produce color for visualisation.
  • HEX to RGB will produce RGB code automatically.
  • HEX to HEX allow you to copy value.
  • You can use slider to create your own color by HEX to RGB tools.
  • Color will automatically change with with slide input.
  • HEX to RGB shows you a sample table of HEX to RGB.
HEX stands for Hexadecimal , Hex color codes start with a pound sign or hashtag (#) and are followed by six letters and/or numbers. HEX is fundamental part of the way that both HTML and CSS work. Hexadecimal is a way of encoding a base 16 number system.For example, “FF” translates to “255” in standard with base-10 encoding. RGB , the full form is red, green and blue.It is a color coding system for both HTML and CSS work in web page design.It is also used for representation, and display of images in electronic systems . RGB was developed by Thomas Young and Hermann von Helmholtz in the early to mid-nineteenth century . RGB color is used in Photography,Television,Personal computers,Mobile.For example , some green color represented by #00FF80. HSL and HSV are the two most common cylindrical-coordinate representations of points in an RGB color model. HSL stands for hue, saturation, and lightness, and is often also called HLS. Because HSL and HSV are simple transformations of device-dependent RGB models, the physical colors they define depend on the colors of the red, green, and blue primaries of the device. Hue represents
  • Red is between 0 and 60 degrees.
  • Yellow is between 61 and 120 degrees.
  • Green is between 121 and 180 degrees.
  • Cyan is between 181 and 240 degrees.
  • Blue is between 241 and 300 degrees.
  • Magenta is between 301 and 360 degrees.
  • Saturation Saturation represents amount of gray in a particular color, range from 0 to 100 percent.
     
    CSS Button Generator tool is one man effort , if you notice any error , mistake ,please let me inform.Your suggestions are also Wellcome.