Shades of Red #F80C03
Tints of Red #F80C03
RGB
CMYK
RGB Variations
Color information
#F80C03 (or 0xF80C03) is known color: Red. HEX triplet: F8, 0C and 03. RGB value is (248,12,3). Sum of RGB (Red+Green+Blue) = 248+12+3=263 (34% of max value = 765). Red value is 248 (97.27% from 255 or 94.30% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 248 - color contains mainly: red. Hex color #F80C03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80C03 is #07F3FC. Grayscale: #515151. Windows color (decimal): -521213 or 199928. OLE color: 199928.
HSL color Cylindrical-coordinate representation of color #F80C03: hue angle of 2.2º 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 #F80C03 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 12 | 3 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.03 |
| HSL | 2.2º | 0.98% | 0.49% | - |
| HSV(B) | 2.2º | 0.99% | 0.97% | - |
| XYZ | 38.86 | 20.23 | 1.94 | - |
| YUV | 81.54 | 83.69 | 246.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 12 | 3 | 0 | 0.95 | 0.99 | 0.03 | 2.2 | 0.98 | 0.49 |
| Hex | F8 | C | 3 | 0 | 5F | 63 | 3 | 2 | 62 | 31 |
| Octal | 370 | 14 | 3 | 0 | 137 | 143 | 3 | 2 | 142 | 61 |
| Binary | 11111000 | 1100 | 11 | 0 | 1011111 | 1100011 | 11 | 10 | 1100010 | 110001 |
Color Harmonies of #F80C03
Complementary color
Monochromatic Colors of #F80C03
Black with #F80C03
Text Example
Text Example
White with #F80C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80C03; }
p { color: rgb(248,12,3); }
H1.HeaderClassName
{
color: #F80C03;
}
.AnyTagClassName
{
color: #F80C03;
}
</style>
background-color css
<style>
a { background-color: #F80C03; }
a { background-color: rgb(248,12,3); }
div.DivClassName
{
background-color: #F80C03;
}
.BgClassName
{
background-color: #F80C03;
}
</style>
border-color css
<style>
span { border-color: #F80C03; }
span { border-color: rgb(248,12,3); }
td.TdClassName
{
border-color: #F80C03;
}
.TagClassName
{
border-color: #F80C03;
}
</style>