Shades of Red #F80A03
Tints of Red #F80A03
RGB
CMYK
RGB Variations
Color information
#F80A03 (or 0xF80A03) is known color: Red. HEX triplet: F8, 0A and 03. RGB value is (248,10,3). Sum of RGB (Red+Green+Blue) = 248+10+3=261 (34% of max value = 765). Red value is 248 (97.27% from 255 or 95.02% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 248 - color contains mainly: red. Hex color #F80A03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80A03 is #07F5FC. Grayscale: #505050. Windows color (decimal): -521725 or 199416. OLE color: 199416.
HSL color Cylindrical-coordinate representation of color #F80A03: hue angle of 1.71º 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 #F80A03 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 10 | 3 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.03 |
| HSL | 1.71º | 0.98% | 0.49% | - |
| HSV(B) | 1.71º | 0.99% | 0.97% | - |
| XYZ | 38.84 | 20.18 | 1.93 | - |
| YUV | 80.36 | 84.35 | 247.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 10 | 3 | 0 | 0.96 | 0.99 | 0.03 | 1.71 | 0.98 | 0.49 |
| Hex | F8 | A | 3 | 0 | 60 | 63 | 3 | 2 | 62 | 31 |
| Octal | 370 | 12 | 3 | 0 | 140 | 143 | 3 | 2 | 142 | 61 |
| Binary | 11111000 | 1010 | 11 | 0 | 1100000 | 1100011 | 11 | 10 | 1100010 | 110001 |
Color Harmonies of #F80A03
Complementary color
Monochromatic Colors of #F80A03
Black with #F80A03
Text Example
Text Example
White with #F80A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80A03; }
p { color: rgb(248,10,3); }
H1.HeaderClassName
{
color: #F80A03;
}
.AnyTagClassName
{
color: #F80A03;
}
</style>
background-color css
<style>
a { background-color: #F80A03; }
a { background-color: rgb(248,10,3); }
div.DivClassName
{
background-color: #F80A03;
}
.BgClassName
{
background-color: #F80A03;
}
</style>
border-color css
<style>
span { border-color: #F80A03; }
span { border-color: rgb(248,10,3); }
td.TdClassName
{
border-color: #F80A03;
}
.TagClassName
{
border-color: #F80A03;
}
</style>