Shades of Red #F20600
Tints of Red #F20600
RGB
CMYK
RGB Variations
Color information
#F20600 (or 0xF20600) is known color: Red. HEX triplet: F2, 06 and 00. RGB value is (242,6,0). Sum of RGB (Red+Green+Blue) = 242+6+0=248 (32% of max value = 765). Red value is 242 (94.92% from 255 or 97.58% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 242 - color contains mainly: red. Hex color #F20600 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20600 is #0DF9FF. Grayscale: #4C4C4C. Windows color (decimal): -915968 or 1778. OLE color: 1778.
HSL color Cylindrical-coordinate representation of color #F20600: hue angle of 1.49º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F20600 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 6 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.05 |
| HSL | 1.49º | 1% | 0.47% | - |
| HSV(B) | 1.49º | 1% | 0.95% | - |
| XYZ | 36.68 | 19.01 | 1.74 | - |
| YUV | 75.88 | 85.19 | 246.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 6 | 0 | 0 | 0.98 | 1 | 0.05 | 1.49 | 1 | 0.47 |
| Hex | F2 | 6 | 0 | 0 | 62 | 64 | 5 | 1 | 64 | 2F |
| Octal | 362 | 6 | 0 | 0 | 142 | 144 | 5 | 1 | 144 | 57 |
| Binary | 11110010 | 110 | 0 | 0 | 1100010 | 1100100 | 101 | 1 | 1100100 | 101111 |
Color Harmonies of #F20600
Complementary color
Monochromatic Colors of #F20600
Black with #F20600
Text Example
Text Example
White with #F20600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20600; }
p { color: rgb(242,6,0); }
H1.HeaderClassName
{
color: #F20600;
}
.AnyTagClassName
{
color: #F20600;
}
</style>
background-color css
<style>
a { background-color: #F20600; }
a { background-color: rgb(242,6,0); }
div.DivClassName
{
background-color: #F20600;
}
.BgClassName
{
background-color: #F20600;
}
</style>
border-color css
<style>
span { border-color: #F20600; }
span { border-color: rgb(242,6,0); }
td.TdClassName
{
border-color: #F20600;
}
.TagClassName
{
border-color: #F20600;
}
</style>