Shades of Hot Magenta #F20EE4
Tints of Hot Magenta #F20EE4
RGB
CMYK
RGB Variations
Color information
#F20EE4 (or 0xF20EE4) is known color: Hot Magenta. HEX triplet: F2, 0E and E4. RGB value is (242,14,228). Sum of RGB (Red+Green+Blue) = 242+14+228=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 14 (5.86% from 255 or 2.89% from 484); Blue value is 228 (89.45% from 255 or 47.11% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F20EE4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20EE4 is #0DF11B. Grayscale: #696969. Windows color (decimal): -913692 or 14946034. OLE color: 14946034.
HSL color Cylindrical-coordinate representation of color #F20EE4: hue angle of 303.68º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F20EE4 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 14 | 228 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.05 |
| HSL | 303.68º | 0.9% | 0.5% | - |
| HSV(B) | 303.68º | 0.94% | 0.95% | - |
| XYZ | 50.78 | 24.79 | 75.51 | - |
| YUV | 106.57 | 196.54 | 224.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 14 | 228 | 0 | 0.94 | 0.06 | 0.05 | 303.68 | 0.9 | 0.5 |
| Hex | F2 | E | E4 | 0 | 5E | 6 | 5 | 130 | 5A | 32 |
| Octal | 362 | 16 | 344 | 0 | 136 | 6 | 5 | 460 | 132 | 62 |
| Binary | 11110010 | 1110 | 11100100 | 0 | 1011110 | 110 | 101 | 100110000 | 1011010 | 110010 |
Color Harmonies of #F20EE4
Complementary color
Monochromatic Colors of #F20EE4
Black with #F20EE4
Text Example
Text Example
White with #F20EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20EE4; }
p { color: rgb(242,14,228); }
H1.HeaderClassName
{
color: #F20EE4;
}
.AnyTagClassName
{
color: #F20EE4;
}
</style>
background-color css
<style>
a { background-color: #F20EE4; }
a { background-color: rgb(242,14,228); }
div.DivClassName
{
background-color: #F20EE4;
}
.BgClassName
{
background-color: #F20EE4;
}
</style>
border-color css
<style>
span { border-color: #F20EE4; }
span { border-color: rgb(242,14,228); }
td.TdClassName
{
border-color: #F20EE4;
}
.TagClassName
{
border-color: #F20EE4;
}
</style>