HTML - Color

About

In HTML, a color consists of:

  • 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.

Example

With the font element

<p><font color="fuchsia" >fuchsia color name</font></p>
<p><font color="#ff00ff"> fuchsia as rgb color</font></p>

Documentation / Reference


Powered by ComboStrap