Hex to Colors
For web use, RGB color values are often used in the hexadecimal system. Here, the brightness values of the red, green and blue color components are represented with hexadecimal values. The HEX code FF0000 thus becomes the color red (1, 0, 0), for example. This conversion is done automatically via the node. In addition, an alpha component is added to the RGB color.