Table of Contents

HTML - Color

About

In HTML, a color consists of:

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.

Documentation / Reference