<h1>Painting with light.</h1>#003300

<h2>All colors are made up of varying amounts of Red, Green, and Blue.</h2>#333300

h3 -Each color can be assigned a strength value from 0-255. #663300

h4 -The values are displayed in hexidecimal code using a base 16 numbering system. #993300

h5 - In this system the number after 9 is A. So after the the number 99 comes 9A, then 9B. And after 9F comes A0. #cc3300
h6 - The above colors were created by increasing the amount of red. #ff3300

Strange concept isn't it.

Red is #ff0000.
Orange is # ff7700.

Yellow is # ffff00.
Green is # 00ff00
.
Cyan is # 00ff00.
Blue is # 00ff00.
Magenta is #ff00ff,
White is #ffffff.

Black is #000000.

This page is #999999.

We can change the backgorund of the page by altering our body tag such as <body bgcolor="999999" text="#0033FF" link="#00CC66" vlink="#0099CC">.

We can change a font color by adding a font tag and including the modifier "color" <font color="#000000">Black is #000000</font>.

Pink is #ff99999.

Light pink is #ffcccc.

Dark pink is #ff6666.

If you want to see all the code for this page, go to view source on the menu bar or right click and hit view source from this page. #99ccff.