Shades of Red #F80A08
Tints of Red #F80A08
RGB
CMYK
RGB Variations
Color information
#F80A08 (or 0xF80A08) is known color: Red. HEX triplet: F8, 0A and 08. RGB value is (248,10,8). Sum of RGB (Red+Green+Blue) = 248+10+8=266 (35% of max value = 765). Red value is 248 (97.27% from 255 or 93.23% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 248 - color contains mainly: red. Hex color #F80A08 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80A08 is #07F5F7. Grayscale: #515151. Windows color (decimal): -521720 or 527096. OLE color: 527096.
HSL color Cylindrical-coordinate representation of color #F80A08: hue angle of 0.5º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F80A08 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 10 | 8 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.03 |
| HSL | 0.5º | 0.94% | 0.5% | - |
| HSV(B) | 0.5º | 0.97% | 0.97% | - |
| XYZ | 38.86 | 20.19 | 2.08 | - |
| YUV | 80.93 | 86.85 | 247.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 10 | 8 | 0 | 0.96 | 0.97 | 0.03 | 0.5 | 0.94 | 0.5 |
| Hex | F8 | A | 8 | 0 | 60 | 61 | 3 | 0 | 5E | 32 |
| Octal | 370 | 12 | 10 | 0 | 140 | 141 | 3 | 0 | 136 | 62 |
| Binary | 11111000 | 1010 | 1000 | 0 | 1100000 | 1100001 | 11 | 0 | 1011110 | 110010 |
Color Harmonies of #F80A08
Complementary color
Monochromatic Colors of #F80A08
Black with #F80A08
Text Example
Text Example
White with #F80A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80A08; }
p { color: rgb(248,10,8); }
H1.HeaderClassName
{
color: #F80A08;
}
.AnyTagClassName
{
color: #F80A08;
}
</style>
background-color css
<style>
a { background-color: #F80A08; }
a { background-color: rgb(248,10,8); }
div.DivClassName
{
background-color: #F80A08;
}
.BgClassName
{
background-color: #F80A08;
}
</style>
border-color css
<style>
span { border-color: #F80A08; }
span { border-color: rgb(248,10,8); }
td.TdClassName
{
border-color: #F80A08;
}
.TagClassName
{
border-color: #F80A08;
}
</style>