Shades of Red #F80502
Tints of Red #F80502
RGB
CMYK
RGB Variations
Color information
#F80502 (or 0xF80502) is known color: Red. HEX triplet: F8, 05 and 02. RGB value is (248,5,2). Sum of RGB (Red+Green+Blue) = 248+5+2=255 (33% of max value = 765). Red value is 248 (97.27% from 255 or 97.25% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 248 - color contains mainly: red. Hex color #F80502 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80502 is #07FAFD. Grayscale: #4D4D4D. Windows color (decimal): -523006 or 132600. OLE color: 132600.
HSL color Cylindrical-coordinate representation of color #F80502: hue angle of 0.73º 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 #F80502 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 2 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.03 |
| HSL | 0.73º | 0.98% | 0.49% | - |
| HSV(B) | 0.73º | 0.99% | 0.97% | - |
| XYZ | 38.78 | 20.07 | 1.89 | - |
| YUV | 77.32 | 85.51 | 249.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 2 | 0 | 0.98 | 0.99 | 0.03 | 0.73 | 0.98 | 0.49 |
| Hex | F8 | 5 | 2 | 0 | 62 | 63 | 3 | 1 | 62 | 31 |
| Octal | 370 | 5 | 2 | 0 | 142 | 143 | 3 | 1 | 142 | 61 |
| Binary | 11111000 | 101 | 10 | 0 | 1100010 | 1100011 | 11 | 1 | 1100010 | 110001 |
Color Harmonies of #F80502
Complementary color
Monochromatic Colors of #F80502
Black with #F80502
Text Example
Text Example
White with #F80502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80502; }
p { color: rgb(248,5,2); }
H1.HeaderClassName
{
color: #F80502;
}
.AnyTagClassName
{
color: #F80502;
}
</style>
background-color css
<style>
a { background-color: #F80502; }
a { background-color: rgb(248,5,2); }
div.DivClassName
{
background-color: #F80502;
}
.BgClassName
{
background-color: #F80502;
}
</style>
border-color css
<style>
span { border-color: #F80502; }
span { border-color: rgb(248,5,2); }
td.TdClassName
{
border-color: #F80502;
}
.TagClassName
{
border-color: #F80502;
}
</style>