Shades of Hot Magenta #F20EDC
Tints of Hot Magenta #F20EDC
RGB
CMYK
RGB Variations
Color information
#F20EDC (or 0xF20EDC) is known color: Hot Magenta. HEX triplet: F2, 0E and DC. RGB value is (242,14,220). Sum of RGB (Red+Green+Blue) = 242+14+220=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 14 (5.86% from 255 or 2.94% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F20EDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20EDC is #0DF123. Grayscale: #696969. Windows color (decimal): -913700 or 14421746. OLE color: 14421746.
HSL color Cylindrical-coordinate representation of color #F20EDC: hue angle of 305.79º 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 #F20EDC is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 14 | 220 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.05 |
| HSL | 305.79º | 0.9% | 0.5% | - |
| HSV(B) | 305.79º | 0.94% | 0.95% | - |
| XYZ | 49.69 | 24.36 | 69.79 | - |
| YUV | 105.66 | 192.54 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 14 | 220 | 0 | 0.94 | 0.09 | 0.05 | 305.79 | 0.9 | 0.5 |
| Hex | F2 | E | DC | 0 | 5E | 9 | 5 | 132 | 5A | 32 |
| Octal | 362 | 16 | 334 | 0 | 136 | 11 | 5 | 462 | 132 | 62 |
| Binary | 11110010 | 1110 | 11011100 | 0 | 1011110 | 1001 | 101 | 100110010 | 1011010 | 110010 |
Color Harmonies of #F20EDC
Complementary color
Monochromatic Colors of #F20EDC
Black with #F20EDC
Text Example
Text Example
White with #F20EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20EDC; }
p { color: rgb(242,14,220); }
H1.HeaderClassName
{
color: #F20EDC;
}
.AnyTagClassName
{
color: #F20EDC;
}
</style>
background-color css
<style>
a { background-color: #F20EDC; }
a { background-color: rgb(242,14,220); }
div.DivClassName
{
background-color: #F20EDC;
}
.BgClassName
{
background-color: #F20EDC;
}
</style>
border-color css
<style>
span { border-color: #F20EDC; }
span { border-color: rgb(242,14,220); }
td.TdClassName
{
border-color: #F20EDC;
}
.TagClassName
{
border-color: #F20EDC;
}
</style>