Shades of Hot Magenta #F20ED0
Tints of Hot Magenta #F20ED0
RGB
CMYK
RGB Variations
Color information
#F20ED0 (or 0xF20ED0) is known color: Hot Magenta. HEX triplet: F2, 0E and D0. RGB value is (242,14,208). Sum of RGB (Red+Green+Blue) = 242+14+208=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 14 (5.86% from 255 or 3.02% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F20ED0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20ED0 is #0DF12F. Grayscale: #676767. Windows color (decimal): -913712 or 13635314. OLE color: 13635314.
HSL color Cylindrical-coordinate representation of color #F20ED0: hue angle of 308.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 #F20ED0 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 14 | 208 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.05 |
| HSL | 308.95º | 0.9% | 0.5% | - |
| HSV(B) | 308.95º | 0.94% | 0.95% | - |
| XYZ | 48.16 | 23.75 | 61.72 | - |
| YUV | 104.29 | 186.54 | 226.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 14 | 208 | 0 | 0.94 | 0.14 | 0.05 | 308.95 | 0.9 | 0.5 |
| Hex | F2 | E | D0 | 0 | 5E | E | 5 | 135 | 5A | 32 |
| Octal | 362 | 16 | 320 | 0 | 136 | 16 | 5 | 465 | 132 | 62 |
| Binary | 11110010 | 1110 | 11010000 | 0 | 1011110 | 1110 | 101 | 100110101 | 1011010 | 110010 |
Color Harmonies of #F20ED0
Complementary color
Monochromatic Colors of #F20ED0
Black with #F20ED0
Text Example
Text Example
White with #F20ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20ED0; }
p { color: rgb(242,14,208); }
H1.HeaderClassName
{
color: #F20ED0;
}
.AnyTagClassName
{
color: #F20ED0;
}
</style>
background-color css
<style>
a { background-color: #F20ED0; }
a { background-color: rgb(242,14,208); }
div.DivClassName
{
background-color: #F20ED0;
}
.BgClassName
{
background-color: #F20ED0;
}
</style>
border-color css
<style>
span { border-color: #F20ED0; }
span { border-color: rgb(242,14,208); }
td.TdClassName
{
border-color: #F20ED0;
}
.TagClassName
{
border-color: #F20ED0;
}
</style>