Shades of Hot Magenta #F20EDB
Tints of Hot Magenta #F20EDB
RGB
CMYK
RGB Variations
Color information
#F20EDB (or 0xF20EDB) is known color: Hot Magenta. HEX triplet: F2, 0E and DB. RGB value is (242,14,219). Sum of RGB (Red+Green+Blue) = 242+14+219=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 14 (5.86% from 255 or 2.95% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F20EDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20EDB is #0DF124. Grayscale: #686868. Windows color (decimal): -913701 or 14356210. OLE color: 14356210.
HSL color Cylindrical-coordinate representation of color #F20EDB: hue angle of 306.05º 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 #F20EDB is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 14 | 219 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.05 |
| HSL | 306.05º | 0.9% | 0.5% | - |
| HSV(B) | 306.05º | 0.94% | 0.95% | - |
| XYZ | 49.56 | 24.31 | 69.1 | - |
| YUV | 105.54 | 192.04 | 225.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 14 | 219 | 0 | 0.94 | 0.10 | 0.05 | 306.05 | 0.9 | 0.5 |
| Hex | F2 | E | DB | 0 | 5E | A | 5 | 132 | 5A | 32 |
| Octal | 362 | 16 | 333 | 0 | 136 | 12 | 5 | 462 | 132 | 62 |
| Binary | 11110010 | 1110 | 11011011 | 0 | 1011110 | 1010 | 101 | 100110010 | 1011010 | 110010 |
Color Harmonies of #F20EDB
Complementary color
Monochromatic Colors of #F20EDB
Black with #F20EDB
Text Example
Text Example
White with #F20EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20EDB; }
p { color: rgb(242,14,219); }
H1.HeaderClassName
{
color: #F20EDB;
}
.AnyTagClassName
{
color: #F20EDB;
}
</style>
background-color css
<style>
a { background-color: #F20EDB; }
a { background-color: rgb(242,14,219); }
div.DivClassName
{
background-color: #F20EDB;
}
.BgClassName
{
background-color: #F20EDB;
}
</style>
border-color css
<style>
span { border-color: #F20EDB; }
span { border-color: rgb(242,14,219); }
td.TdClassName
{
border-color: #F20EDB;
}
.TagClassName
{
border-color: #F20EDB;
}
</style>