|
|
Using the two hexadecimal numbers as the value for each of the Red, Green, and Blue colors, creates
a string of 6 hexadecimal digits which defines how much (0-255) of each color is combined to form
the new color. A hexadecimal value is preceded with a number sign and written out as #FA3C8B or #2C4F33.
By saturating any one of the three monitor colors, and turning off the other two, that color is
saturated.
Here are some color samples:
BLACK:
#000000 |
WHITE:
#FFFFFF |
RED:
#FF0000 |
GREEN:
#00FF00 |
BLUE:
#0000FF |
|