Shades of Red #F80C0A
Tints of Red #F80C0A
RGB
CMYK
RGB Variations
Color information
#F80C0A (or 0xF80C0A) is known color: Red. HEX triplet: F8, 0C and 0A. RGB value is (248,12,10). Sum of RGB (Red+Green+Blue) = 248+12+10=270 (35% of max value = 765). Red value is 248 (97.27% from 255 or 91.85% from 270); Green value is 12 (5.08% from 255 or 4.44% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 248 - color contains mainly: red. Hex color #F80C0A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80C0A is #07F3F5. Grayscale: #525252. Windows color (decimal): -521206 or 658680. OLE color: 658680.
HSL color Cylindrical-coordinate representation of color #F80C0A: hue angle of 0.5º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80C0A is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 12 | 10 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.03 |
| HSL | 0.5º | 0.94% | 0.51% | - |
| HSV(B) | 0.5º | 0.96% | 0.97% | - |
| XYZ | 38.9 | 20.24 | 2.14 | - |
| YUV | 82.34 | 87.19 | 246.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 12 | 10 | 0 | 0.95 | 0.96 | 0.03 | 0.5 | 0.94 | 0.51 |
| Hex | F8 | C | A | 0 | 5F | 60 | 3 | 1 | 5E | 33 |
| Octal | 370 | 14 | 12 | 0 | 137 | 140 | 3 | 1 | 136 | 63 |
| Binary | 11111000 | 1100 | 1010 | 0 | 1011111 | 1100000 | 11 | 1 | 1011110 | 110011 |
Color Harmonies of #F80C0A
Complementary color
Monochromatic Colors of #F80C0A
Black with #F80C0A
Text Example
Text Example
White with #F80C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80C0A; }
p { color: rgb(248,12,10); }
H1.HeaderClassName
{
color: #F80C0A;
}
.AnyTagClassName
{
color: #F80C0A;
}
</style>
background-color css
<style>
a { background-color: #F80C0A; }
a { background-color: rgb(248,12,10); }
div.DivClassName
{
background-color: #F80C0A;
}
.BgClassName
{
background-color: #F80C0A;
}
</style>
border-color css
<style>
span { border-color: #F80C0A; }
span { border-color: rgb(248,12,10); }
td.TdClassName
{
border-color: #F80C0A;
}
.TagClassName
{
border-color: #F80C0A;
}
</style>