Shades of Red #F20802
Tints of Red #F20802
RGB
CMYK
RGB Variations
Color information
#F20802 (or 0xF20802) is known color: Red. HEX triplet: F2, 08 and 02. RGB value is (242,8,2). Sum of RGB (Red+Green+Blue) = 242+8+2=252 (33% of max value = 765). Red value is 242 (94.92% from 255 or 96.03% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 242 - color contains mainly: red. Hex color #F20802 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20802 is #0DF7FD. Grayscale: #4D4D4D. Windows color (decimal): -915454 or 133362. OLE color: 133362.
HSL color Cylindrical-coordinate representation of color #F20802: hue angle of 1.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F20802 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 8 | 2 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.05 |
| HSL | 1.5º | 0.98% | 0.48% | - |
| HSV(B) | 1.5º | 0.99% | 0.95% | - |
| XYZ | 36.72 | 19.06 | 1.8 | - |
| YUV | 77.28 | 85.52 | 245.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 8 | 2 | 0 | 0.97 | 0.99 | 0.05 | 1.5 | 0.98 | 0.48 |
| Hex | F2 | 8 | 2 | 0 | 61 | 63 | 5 | 2 | 62 | 30 |
| Octal | 362 | 10 | 2 | 0 | 141 | 143 | 5 | 2 | 142 | 60 |
| Binary | 11110010 | 1000 | 10 | 0 | 1100001 | 1100011 | 101 | 10 | 1100010 | 110000 |
Color Harmonies of #F20802
Complementary color
Monochromatic Colors of #F20802
Black with #F20802
Text Example
Text Example
White with #F20802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20802; }
p { color: rgb(242,8,2); }
H1.HeaderClassName
{
color: #F20802;
}
.AnyTagClassName
{
color: #F20802;
}
</style>
background-color css
<style>
a { background-color: #F20802; }
a { background-color: rgb(242,8,2); }
div.DivClassName
{
background-color: #F20802;
}
.BgClassName
{
background-color: #F20802;
}
</style>
border-color css
<style>
span { border-color: #F20802; }
span { border-color: rgb(242,8,2); }
td.TdClassName
{
border-color: #F20802;
}
.TagClassName
{
border-color: #F20802;
}
</style>