This calculator calculates the opposite color of the color, such as the opposite color of red, the opposite color of blue, the opposite color of purple, and so on.
RGB has a total of 3 components, each of which consists of 2 hexadecimal values ranging from 00 to FF, ie 0 to 255 decimal. The three color values of red, green and blue are respectively indicated. The larger the value, the closer to white, the smaller the closer to black.
For example, FF0000, that is, rgb (0xFF, 0x0, 0x0) is pure red, and FFFFFF, that is, rgb (0xFF, 0xFF, 0xFF) is pure white.
Powered by TorCMS (https://github.com/bukun/TorCMS).