Shades of Hot Magenta #F20FDE
Tints of Hot Magenta #F20FDE
RGB
CMYK
RGB Variations
Color information
#F20FDE (or 0xF20FDE) is known color: Hot Magenta. HEX triplet: F2, 0F and DE. RGB value is (242,15,222). Sum of RGB (Red+Green+Blue) = 242+15+222=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 15 (6.25% from 255 or 3.13% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F20FDE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20FDE is #0DF021. Grayscale: #696969. Windows color (decimal): -913442 or 14553074. OLE color: 14553074.
HSL color Cylindrical-coordinate representation of color #F20FDE: hue angle of 305.29º 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 #F20FDE is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 15 | 222 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.05 |
| HSL | 305.29º | 0.9% | 0.5% | - |
| HSV(B) | 305.29º | 0.94% | 0.95% | - |
| XYZ | 49.97 | 24.49 | 71.2 | - |
| YUV | 106.47 | 193.21 | 224.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 15 | 222 | 0 | 0.94 | 0.08 | 0.05 | 305.29 | 0.9 | 0.5 |
| Hex | F2 | F | DE | 0 | 5E | 8 | 5 | 131 | 5A | 32 |
| Octal | 362 | 17 | 336 | 0 | 136 | 10 | 5 | 461 | 132 | 62 |
| Binary | 11110010 | 1111 | 11011110 | 0 | 1011110 | 1000 | 101 | 100110001 | 1011010 | 110010 |
Color Harmonies of #F20FDE
Complementary color
Monochromatic Colors of #F20FDE
Black with #F20FDE
Text Example
Text Example
White with #F20FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20FDE; }
p { color: rgb(242,15,222); }
H1.HeaderClassName
{
color: #F20FDE;
}
.AnyTagClassName
{
color: #F20FDE;
}
</style>
background-color css
<style>
a { background-color: #F20FDE; }
a { background-color: rgb(242,15,222); }
div.DivClassName
{
background-color: #F20FDE;
}
.BgClassName
{
background-color: #F20FDE;
}
</style>
border-color css
<style>
span { border-color: #F20FDE; }
span { border-color: rgb(242,15,222); }
td.TdClassName
{
border-color: #F20FDE;
}
.TagClassName
{
border-color: #F20FDE;
}
</style>