Shades of Red #F80902
Tints of Red #F80902
RGB
CMYK
RGB Variations
Color information
#F80902 (or 0xF80902) is known color: Red. HEX triplet: F8, 09 and 02. RGB value is (248,9,2). Sum of RGB (Red+Green+Blue) = 248+9+2=259 (34% of max value = 765). Red value is 248 (97.27% from 255 or 95.75% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 248 - color contains mainly: red. Hex color #F80902 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80902 is #07F6FD. Grayscale: #4F4F4F. Windows color (decimal): -521982 or 133624. OLE color: 133624.
HSL color Cylindrical-coordinate representation of color #F80902: 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 #F80902 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 9 | 2 | - |
| 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.82 | 20.16 | 1.9 | - |
| YUV | 79.66 | 84.18 | 248.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 9 | 2 | 0 | 0.96 | 0.99 | 0.03 | 1.71 | 0.98 | 0.49 |
| Hex | F8 | 9 | 2 | 0 | 60 | 63 | 3 | 2 | 62 | 31 |
| Octal | 370 | 11 | 2 | 0 | 140 | 143 | 3 | 2 | 142 | 61 |
| Binary | 11111000 | 1001 | 10 | 0 | 1100000 | 1100011 | 11 | 10 | 1100010 | 110001 |
Color Harmonies of #F80902
Complementary color
Monochromatic Colors of #F80902
Black with #F80902
Text Example
Text Example
White with #F80902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80902; }
p { color: rgb(248,9,2); }
H1.HeaderClassName
{
color: #F80902;
}
.AnyTagClassName
{
color: #F80902;
}
</style>
background-color css
<style>
a { background-color: #F80902; }
a { background-color: rgb(248,9,2); }
div.DivClassName
{
background-color: #F80902;
}
.BgClassName
{
background-color: #F80902;
}
</style>
border-color css
<style>
span { border-color: #F80902; }
span { border-color: rgb(248,9,2); }
td.TdClassName
{
border-color: #F80902;
}
.TagClassName
{
border-color: #F80902;
}
</style>