Shades of Red #F80A02
Tints of Red #F80A02
RGB
CMYK
RGB Variations
Color information
#F80A02 (or 0xF80A02) is known color: Red. HEX triplet: F8, 0A and 02. RGB value is (248,10,2). Sum of RGB (Red+Green+Blue) = 248+10+2=260 (34% of max value = 765). Red value is 248 (97.27% from 255 or 95.38% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 248 - color contains mainly: red. Hex color #F80A02 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80A02 is #07F5FD. Grayscale: #505050. Windows color (decimal): -521726 or 133880. OLE color: 133880.
HSL color Cylindrical-coordinate representation of color #F80A02: hue angle of 1.95º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F80A02 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 10 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.03 |
| HSL | 1.95º | 0.98% | 0.49% | - |
| HSV(B) | 1.95º | 0.99% | 0.97% | - |
| XYZ | 38.83 | 20.18 | 1.91 | - |
| YUV | 80.25 | 83.85 | 247.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 10 | 2 | 0 | 0.96 | 0.99 | 0.03 | 1.95 | 0.98 | 0.49 |
| Hex | F8 | A | 2 | 0 | 60 | 63 | 3 | 2 | 62 | 31 |
| Octal | 370 | 12 | 2 | 0 | 140 | 143 | 3 | 2 | 142 | 61 |
| Binary | 11111000 | 1010 | 10 | 0 | 1100000 | 1100011 | 11 | 10 | 1100010 | 110001 |
Color Harmonies of #F80A02
Complementary color
Monochromatic Colors of #F80A02
Black with #F80A02
Text Example
Text Example
White with #F80A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80A02; }
p { color: rgb(248,10,2); }
H1.HeaderClassName
{
color: #F80A02;
}
.AnyTagClassName
{
color: #F80A02;
}
</style>
background-color css
<style>
a { background-color: #F80A02; }
a { background-color: rgb(248,10,2); }
div.DivClassName
{
background-color: #F80A02;
}
.BgClassName
{
background-color: #F80A02;
}
</style>
border-color css
<style>
span { border-color: #F80A02; }
span { border-color: rgb(248,10,2); }
td.TdClassName
{
border-color: #F80A02;
}
.TagClassName
{
border-color: #F80A02;
}
</style>