Shades of Hot Magenta #F20EE3
Tints of Hot Magenta #F20EE3
RGB
CMYK
RGB Variations
Color information
#F20EE3 (or 0xF20EE3) is known color: Hot Magenta. HEX triplet: F2, 0E and E3. RGB value is (242,14,227). Sum of RGB (Red+Green+Blue) = 242+14+227=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 14 (5.86% from 255 or 2.90% from 483); Blue value is 227 (89.06% from 255 or 47.00% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F20EE3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20EE3 is #0DF11C. Grayscale: #696969. Windows color (decimal): -913693 or 14880498. OLE color: 14880498.
HSL color Cylindrical-coordinate representation of color #F20EE3: hue angle of 303.95º 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 #F20EE3 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 14 | 227 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.05 |
| HSL | 303.95º | 0.9% | 0.5% | - |
| HSV(B) | 303.95º | 0.94% | 0.95% | - |
| XYZ | 50.64 | 24.74 | 74.78 | - |
| YUV | 106.45 | 196.04 | 224.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 14 | 227 | 0 | 0.94 | 0.06 | 0.05 | 303.95 | 0.9 | 0.5 |
| Hex | F2 | E | E3 | 0 | 5E | 6 | 5 | 130 | 5A | 32 |
| Octal | 362 | 16 | 343 | 0 | 136 | 6 | 5 | 460 | 132 | 62 |
| Binary | 11110010 | 1110 | 11100011 | 0 | 1011110 | 110 | 101 | 100110000 | 1011010 | 110010 |
Color Harmonies of #F20EE3
Complementary color
Monochromatic Colors of #F20EE3
Black with #F20EE3
Text Example
Text Example
White with #F20EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20EE3; }
p { color: rgb(242,14,227); }
H1.HeaderClassName
{
color: #F20EE3;
}
.AnyTagClassName
{
color: #F20EE3;
}
</style>
background-color css
<style>
a { background-color: #F20EE3; }
a { background-color: rgb(242,14,227); }
div.DivClassName
{
background-color: #F20EE3;
}
.BgClassName
{
background-color: #F20EE3;
}
</style>
border-color css
<style>
span { border-color: #F20EE3; }
span { border-color: rgb(242,14,227); }
td.TdClassName
{
border-color: #F20EE3;
}
.TagClassName
{
border-color: #F20EE3;
}
</style>