Shades of Red #F00A08
Tints of Red #F00A08
RGB
CMYK
RGB Variations
Color information
#F00A08 (or 0xF00A08) is known color: Red. HEX triplet: F0, 0A and 08. RGB value is (240,10,8). Sum of RGB (Red+Green+Blue) = 240+10+8=258 (34% of max value = 765). Red value is 240 (94.14% from 255 or 93.02% from 258); Green value is 10 (4.30% from 255 or 3.88% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A08 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00A08 is #0FF5F7. Grayscale: #4E4E4E. Windows color (decimal): -1046008 or 527088. OLE color: 527088.
HSL color Cylindrical-coordinate representation of color #F00A08: hue angle of 0.52º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F00A08 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 8 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.06 |
| HSL | 0.52º | 0.94% | 0.49% | - |
| HSV(B) | 0.52º | 0.97% | 0.94% | - |
| XYZ | 36.09 | 18.76 | 1.95 | - |
| YUV | 78.54 | 88.2 | 243.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 8 | 0 | 0.96 | 0.97 | 0.06 | 0.52 | 0.94 | 0.49 |
| Hex | F0 | A | 8 | 0 | 60 | 61 | 6 | 1 | 5E | 31 |
| Octal | 360 | 12 | 10 | 0 | 140 | 141 | 6 | 1 | 136 | 61 |
| Binary | 11110000 | 1010 | 1000 | 0 | 1100000 | 1100001 | 110 | 1 | 1011110 | 110001 |
Color Harmonies of #F00A08
Complementary color
Monochromatic Colors of #F00A08
Black with #F00A08
Text Example
Text Example
White with #F00A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00A08; }
p { color: rgb(240,10,8); }
H1.HeaderClassName
{
color: #F00A08;
}
.AnyTagClassName
{
color: #F00A08;
}
</style>
background-color css
<style>
a { background-color: #F00A08; }
a { background-color: rgb(240,10,8); }
div.DivClassName
{
background-color: #F00A08;
}
.BgClassName
{
background-color: #F00A08;
}
</style>
border-color css
<style>
span { border-color: #F00A08; }
span { border-color: rgb(240,10,8); }
td.TdClassName
{
border-color: #F00A08;
}
.TagClassName
{
border-color: #F00A08;
}
</style>