Shades of Red #F20C02
Tints of Red #F20C02
RGB
CMYK
RGB Variations
Color information
#F20C02 (or 0xF20C02) is known color: Red. HEX triplet: F2, 0C and 02. RGB value is (242,12,2). Sum of RGB (Red+Green+Blue) = 242+12+2=256 (33% of max value = 765). Red value is 242 (94.92% from 255 or 94.53% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 242 - color contains mainly: red. Hex color #F20C02 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20C02 is #0DF3FD. Grayscale: #4F4F4F. Windows color (decimal): -914430 or 134386. OLE color: 134386.
HSL color Cylindrical-coordinate representation of color #F20C02: hue angle of 2.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 #F20C02 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 12 | 2 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.05 |
| HSL | 2.5º | 0.98% | 0.48% | - |
| HSV(B) | 2.5º | 0.99% | 0.95% | - |
| XYZ | 36.76 | 19.14 | 1.82 | - |
| YUV | 79.63 | 84.2 | 243.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 12 | 2 | 0 | 0.95 | 0.99 | 0.05 | 2.5 | 0.98 | 0.48 |
| Hex | F2 | C | 2 | 0 | 5F | 63 | 5 | 2 | 62 | 30 |
| Octal | 362 | 14 | 2 | 0 | 137 | 143 | 5 | 2 | 142 | 60 |
| Binary | 11110010 | 1100 | 10 | 0 | 1011111 | 1100011 | 101 | 10 | 1100010 | 110000 |
Color Harmonies of #F20C02
Complementary color
Monochromatic Colors of #F20C02
Black with #F20C02
Text Example
Text Example
White with #F20C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20C02; }
p { color: rgb(242,12,2); }
H1.HeaderClassName
{
color: #F20C02;
}
.AnyTagClassName
{
color: #F20C02;
}
</style>
background-color css
<style>
a { background-color: #F20C02; }
a { background-color: rgb(242,12,2); }
div.DivClassName
{
background-color: #F20C02;
}
.BgClassName
{
background-color: #F20C02;
}
</style>
border-color css
<style>
span { border-color: #F20C02; }
span { border-color: rgb(242,12,2); }
td.TdClassName
{
border-color: #F20C02;
}
.TagClassName
{
border-color: #F20C02;
}
</style>