Shades of Red #F80903
Tints of Red #F80903
RGB
CMYK
RGB Variations
Color information
#F80903 (or 0xF80903) is known color: Red. HEX triplet: F8, 09 and 03. RGB value is (248,9,3). Sum of RGB (Red+Green+Blue) = 248+9+3=260 (34% of max value = 765). Red value is 248 (97.27% from 255 or 95.38% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 248 - color contains mainly: red. Hex color #F80903 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80903 is #07F6FC. Grayscale: #505050. Windows color (decimal): -521981 or 199160. OLE color: 199160.
HSL color Cylindrical-coordinate representation of color #F80903: hue angle of 1.47º 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 #F80903 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 9 | 3 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.03 |
| HSL | 1.47º | 0.98% | 0.49% | - |
| HSV(B) | 1.47º | 0.99% | 0.97% | - |
| XYZ | 38.83 | 20.16 | 1.93 | - |
| YUV | 79.78 | 84.68 | 247.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 9 | 3 | 0 | 0.96 | 0.99 | 0.03 | 1.47 | 0.98 | 0.49 |
| Hex | F8 | 9 | 3 | 0 | 60 | 63 | 3 | 1 | 62 | 31 |
| Octal | 370 | 11 | 3 | 0 | 140 | 143 | 3 | 1 | 142 | 61 |
| Binary | 11111000 | 1001 | 11 | 0 | 1100000 | 1100011 | 11 | 1 | 1100010 | 110001 |
Color Harmonies of #F80903
Complementary color
Monochromatic Colors of #F80903
Black with #F80903
Text Example
Text Example
White with #F80903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80903; }
p { color: rgb(248,9,3); }
H1.HeaderClassName
{
color: #F80903;
}
.AnyTagClassName
{
color: #F80903;
}
</style>
background-color css
<style>
a { background-color: #F80903; }
a { background-color: rgb(248,9,3); }
div.DivClassName
{
background-color: #F80903;
}
.BgClassName
{
background-color: #F80903;
}
</style>
border-color css
<style>
span { border-color: #F80903; }
span { border-color: rgb(248,9,3); }
td.TdClassName
{
border-color: #F80903;
}
.TagClassName
{
border-color: #F80903;
}
</style>