Shades of Red #F20806
Tints of Red #F20806
RGB
CMYK
RGB Variations
Color information
#F20806 (or 0xF20806) is known color: Red. HEX triplet: F2, 08 and 06. RGB value is (242,8,6). Sum of RGB (Red+Green+Blue) = 242+8+6=256 (33% of max value = 765). Red value is 242 (94.92% from 255 or 94.53% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 242 - color contains mainly: red. Hex color #F20806 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20806 is #0DF7F9. Grayscale: #4D4D4D. Windows color (decimal): -915450 or 395506. OLE color: 395506.
HSL color Cylindrical-coordinate representation of color #F20806: hue angle of 0.51º 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 #F20806 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 8 | 6 | - |
| CMYK | 0 | 0.97 | 0.98 | 0.05 |
| HSL | 0.51º | 0.95% | 0.49% | - |
| HSV(B) | 0.51º | 0.98% | 0.95% | - |
| XYZ | 36.74 | 19.06 | 1.92 | - |
| YUV | 77.74 | 87.52 | 245.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 8 | 6 | 0 | 0.97 | 0.98 | 0.05 | 0.51 | 0.95 | 0.49 |
| Hex | F2 | 8 | 6 | 0 | 61 | 62 | 5 | 1 | 5F | 31 |
| Octal | 362 | 10 | 6 | 0 | 141 | 142 | 5 | 1 | 137 | 61 |
| Binary | 11110010 | 1000 | 110 | 0 | 1100001 | 1100010 | 101 | 1 | 1011111 | 110001 |
Color Harmonies of #F20806
Complementary color
Monochromatic Colors of #F20806
Black with #F20806
Text Example
Text Example
White with #F20806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20806; }
p { color: rgb(242,8,6); }
H1.HeaderClassName
{
color: #F20806;
}
.AnyTagClassName
{
color: #F20806;
}
</style>
background-color css
<style>
a { background-color: #F20806; }
a { background-color: rgb(242,8,6); }
div.DivClassName
{
background-color: #F20806;
}
.BgClassName
{
background-color: #F20806;
}
</style>
border-color css
<style>
span { border-color: #F20806; }
span { border-color: rgb(242,8,6); }
td.TdClassName
{
border-color: #F20806;
}
.TagClassName
{
border-color: #F20806;
}
</style>