Shades of Red #F00A02
Tints of Red #F00A02
RGB
CMYK
RGB Variations
Color information
#F00A02 (or 0xF00A02) is known color: Red. HEX triplet: F0, 0A and 02. RGB value is (240,10,2). Sum of RGB (Red+Green+Blue) = 240+10+2=252 (33% of max value = 765). Red value is 240 (94.14% from 255 or 95.24% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A02 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00A02 is #0FF5FD. Grayscale: #4E4E4E. Windows color (decimal): -1046014 or 133872. OLE color: 133872.
HSL color Cylindrical-coordinate representation of color #F00A02: hue angle of 2.02º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00A02 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.06 |
| HSL | 2.02º | 0.98% | 0.47% | - |
| HSV(B) | 2.02º | 0.99% | 0.94% | - |
| XYZ | 36.05 | 18.75 | 1.78 | - |
| YUV | 77.86 | 85.2 | 243.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 2 | 0 | 0.96 | 0.99 | 0.06 | 2.02 | 0.98 | 0.47 |
| Hex | F0 | A | 2 | 0 | 60 | 63 | 6 | 2 | 62 | 2F |
| Octal | 360 | 12 | 2 | 0 | 140 | 143 | 6 | 2 | 142 | 57 |
| Binary | 11110000 | 1010 | 10 | 0 | 1100000 | 1100011 | 110 | 10 | 1100010 | 101111 |
Color Harmonies of #F00A02
Complementary color
Monochromatic Colors of #F00A02
Black with #F00A02
Text Example
Text Example
White with #F00A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00A02; }
p { color: rgb(240,10,2); }
H1.HeaderClassName
{
color: #F00A02;
}
.AnyTagClassName
{
color: #F00A02;
}
</style>
background-color css
<style>
a { background-color: #F00A02; }
a { background-color: rgb(240,10,2); }
div.DivClassName
{
background-color: #F00A02;
}
.BgClassName
{
background-color: #F00A02;
}
</style>
border-color css
<style>
span { border-color: #F00A02; }
span { border-color: rgb(240,10,2); }
td.TdClassName
{
border-color: #F00A02;
}
.TagClassName
{
border-color: #F00A02;
}
</style>