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