Shades of Red #F20400
Tints of Red #F20400
RGB
CMYK
RGB Variations
Color information
#F20400 (or 0xF20400) is known color: Red. HEX triplet: F2, 04 and 00. RGB value is (242,4,0). Sum of RGB (Red+Green+Blue) = 242+4+0=246 (32% of max value = 765). Red value is 242 (94.92% from 255 or 98.37% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 242 - color contains mainly: red. Hex color #F20400 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20400 is #0DFBFF. Grayscale: #4A4A4A. Windows color (decimal): -916480 or 1266. OLE color: 1266.
HSL color Cylindrical-coordinate representation of color #F20400: hue angle of 0.99º 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 #F20400 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 4 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.05 |
| HSL | 0.99º | 1% | 0.47% | - |
| HSV(B) | 0.99º | 1% | 0.95% | - |
| XYZ | 36.66 | 18.96 | 1.73 | - |
| YUV | 74.71 | 85.85 | 247.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 4 | 0 | 0 | 0.98 | 1 | 0.05 | 0.99 | 1 | 0.47 |
| Hex | F2 | 4 | 0 | 0 | 62 | 64 | 5 | 1 | 64 | 2F |
| Octal | 362 | 4 | 0 | 0 | 142 | 144 | 5 | 1 | 144 | 57 |
| Binary | 11110010 | 100 | 0 | 0 | 1100010 | 1100100 | 101 | 1 | 1100100 | 101111 |
Color Harmonies of #F20400
Complementary color
Monochromatic Colors of #F20400
Black with #F20400
Text Example
Text Example
White with #F20400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20400; }
p { color: rgb(242,4,0); }
H1.HeaderClassName
{
color: #F20400;
}
.AnyTagClassName
{
color: #F20400;
}
</style>
background-color css
<style>
a { background-color: #F20400; }
a { background-color: rgb(242,4,0); }
div.DivClassName
{
background-color: #F20400;
}
.BgClassName
{
background-color: #F20400;
}
</style>
border-color css
<style>
span { border-color: #F20400; }
span { border-color: rgb(242,4,0); }
td.TdClassName
{
border-color: #F20400;
}
.TagClassName
{
border-color: #F20400;
}
</style>