The HTML color picker selects the HTML color online and obtains the RGB value of the corresponding color. Supports transparency settings. This tool also provides common HTML color query and common HTML color name reference table query. HTML color is generally composed of red (R), green (g) and blue (b). Red, green and blue values (RGB) are usually represented by hexadecimal numbers. The lowest value of each color is 0 (hexadecimal 00) and the highest value is 255 (hexadecimal FF). Hexadecimal values are written as # numbers followed by three or six or eight hexadecimal characters. The three digit representation is: #rgb. The six digits are expressed as: #rrggbb. The eight digits are represented as #rrggbbaa, and the last two hexadecimal digits are alpha channel values, indicating the transparency of the color.