Shades of Red #F20E06
Tints of Red #F20E06
RGB
CMYK
RGB Variations
Color information
#F20E06 (or 0xF20E06) is known color: Red. HEX triplet: F2, 0E and 06. RGB value is (242,14,6). Sum of RGB (Red+Green+Blue) = 242+14+6=262 (34% of max value = 765). Red value is 242 (94.92% from 255 or 92.37% from 262); Green value is 14 (5.86% from 255 or 5.34% from 262); Blue value is 6 (2.73% from 255 or 2.29% from 262); Max value from RGB is 242 - color contains mainly: red. Hex color #F20E06 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20E06 is #0DF1F9. Grayscale: #515151. Windows color (decimal): -913914 or 397042. OLE color: 397042.
HSL color Cylindrical-coordinate representation of color #F20E06: hue angle of 2.03º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F20E06 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 14 | 6 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.05 |
| HSL | 2.03º | 0.95% | 0.49% | - |
| HSV(B) | 2.03º | 0.98% | 0.95% | - |
| XYZ | 36.81 | 19.2 | 1.94 | - |
| YUV | 81.26 | 85.54 | 242.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 14 | 6 | 0 | 0.94 | 0.98 | 0.05 | 2.03 | 0.95 | 0.49 |
| Hex | F2 | E | 6 | 0 | 5E | 62 | 5 | 2 | 5F | 31 |
| Octal | 362 | 16 | 6 | 0 | 136 | 142 | 5 | 2 | 137 | 61 |
| Binary | 11110010 | 1110 | 110 | 0 | 1011110 | 1100010 | 101 | 10 | 1011111 | 110001 |
Color Harmonies of #F20E06
Complementary color
Monochromatic Colors of #F20E06
Black with #F20E06
Text Example
Text Example
White with #F20E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20E06; }
p { color: rgb(242,14,6); }
H1.HeaderClassName
{
color: #F20E06;
}
.AnyTagClassName
{
color: #F20E06;
}
</style>
background-color css
<style>
a { background-color: #F20E06; }
a { background-color: rgb(242,14,6); }
div.DivClassName
{
background-color: #F20E06;
}
.BgClassName
{
background-color: #F20E06;
}
</style>
border-color css
<style>
span { border-color: #F20E06; }
span { border-color: rgb(242,14,6); }
td.TdClassName
{
border-color: #F20E06;
}
.TagClassName
{
border-color: #F20E06;
}
</style>