About
- three 8-bit numbers in the range 0..255, representing the red, green, and blue components of the color respectively, in the RGB color space.
- or a color name
Example
With the font element
<p><font color="fuchsia" >fuchsia color name</font></p>
<p><font color="#ff00ff"> fuchsia as rgb color</font></p>
Form
You can add a color value in a form.