Shades of Red #F00F03
Tints of Red #F00F03
RGB
CMYK
RGB Variations
Color information
#F00F03 (or 0xF00F03) is known color: Red. HEX triplet: F0, 0F and 03. RGB value is (240,15,3). Sum of RGB (Red+Green+Blue) = 240+15+3=258 (34% of max value = 765). Red value is 240 (94.14% from 255 or 93.02% from 258); Green value is 15 (6.25% from 255 or 5.81% from 258); Blue value is 3 (1.56% from 255 or 1.16% from 258); Max value from RGB is 240 - color contains mainly: red. Hex color #F00F03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00F03 is #0FF0FC. Grayscale: #515151. Windows color (decimal): -1044733 or 200688. OLE color: 200688.
HSL color Cylindrical-coordinate representation of color #F00F03: hue angle of 3.04º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00F03 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 15 | 3 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.06 |
| HSL | 3.04º | 0.98% | 0.48% | - |
| HSV(B) | 3.04º | 0.99% | 0.94% | - |
| XYZ | 36.12 | 18.87 | 1.83 | - |
| YUV | 80.91 | 84.04 | 241.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 15 | 3 | 0 | 0.94 | 0.99 | 0.06 | 3.04 | 0.98 | 0.48 |
| Hex | F0 | F | 3 | 0 | 5E | 63 | 6 | 3 | 62 | 30 |
| Octal | 360 | 17 | 3 | 0 | 136 | 143 | 6 | 3 | 142 | 60 |
| Binary | 11110000 | 1111 | 11 | 0 | 1011110 | 1100011 | 110 | 11 | 1100010 | 110000 |
Color Harmonies of #F00F03
Complementary color
Monochromatic Colors of #F00F03
Black with #F00F03
Text Example
Text Example
White with #F00F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00F03; }
p { color: rgb(240,15,3); }
H1.HeaderClassName
{
color: #F00F03;
}
.AnyTagClassName
{
color: #F00F03;
}
</style>
background-color css
<style>
a { background-color: #F00F03; }
a { background-color: rgb(240,15,3); }
div.DivClassName
{
background-color: #F00F03;
}
.BgClassName
{
background-color: #F00F03;
}
</style>
border-color css
<style>
span { border-color: #F00F03; }
span { border-color: rgb(240,15,3); }
td.TdClassName
{
border-color: #F00F03;
}
.TagClassName
{
border-color: #F00F03;
}
</style>