Web safe Colours

You can give colours to text by specifying the color in between the double quotes below :
<FONT SIZE="3" COLOR="red">Beautiful India</FONT>

Displays the text Beautiful India in red color in font sze=3.

Other colors are <FONT COLOR="white">white</FONT> <FONT COLOR="black">black</FONT> <FONT COLOR="silver">silver</FONT> <FONT COLOR="gray">gray</FONT> <FONT COLOR="maroon">maroon</FONT> <FONT COLOR="green">green</FONT> <FONT COLOR="lime">lime</FONT> <FONT COLOR="navy">navy</FONT> <FONT COLOR="blue">blue</FONT> <FONT COLOR="purple">purple</FONT> <FONT COLOR="fuchsia">fuchsia</FONT><FONT COLOR="olive">olive</FONT> <FONT COLOR="yellow">yellow</FONT><FONT COLOR="teal">teal</FONT><FONT COLOR="pink">pink</FONT><FONT COLOR="aqua">aqua</FONT>.

If you want other 216 web safe colors use the hexa decimal code. The six digit hex code represents the primary colors - Red, Green and Blue.

eg - #FFFF00 represents yellow.