Shades of Hot Magenta #F20FDD
Tints of Hot Magenta #F20FDD
RGB
CMYK
RGB Variations
Color information
#F20FDD (or 0xF20FDD) is known color: Hot Magenta. HEX triplet: F2, 0F and DD. RGB value is (242,15,221). Sum of RGB (Red+Green+Blue) = 242+15+221=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 15 (6.25% from 255 or 3.14% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F20FDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20FDD is #0DF022. Grayscale: #696969. Windows color (decimal): -913443 or 14487538. OLE color: 14487538.
HSL color Cylindrical-coordinate representation of color #F20FDD: hue angle of 305.55º 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 #F20FDD is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 15 | 221 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.05 |
| HSL | 305.55º | 0.9% | 0.5% | - |
| HSV(B) | 305.55º | 0.94% | 0.95% | - |
| XYZ | 49.84 | 24.44 | 70.5 | - |
| YUV | 106.36 | 192.71 | 224.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 15 | 221 | 0 | 0.94 | 0.09 | 0.05 | 305.55 | 0.9 | 0.5 |
| Hex | F2 | F | DD | 0 | 5E | 9 | 5 | 132 | 5A | 32 |
| Octal | 362 | 17 | 335 | 0 | 136 | 11 | 5 | 462 | 132 | 62 |
| Binary | 11110010 | 1111 | 11011101 | 0 | 1011110 | 1001 | 101 | 100110010 | 1011010 | 110010 |
Color Harmonies of #F20FDD
Complementary color
Monochromatic Colors of #F20FDD
Black with #F20FDD
Text Example
Text Example
White with #F20FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20FDD; }
p { color: rgb(242,15,221); }
H1.HeaderClassName
{
color: #F20FDD;
}
.AnyTagClassName
{
color: #F20FDD;
}
</style>
background-color css
<style>
a { background-color: #F20FDD; }
a { background-color: rgb(242,15,221); }
div.DivClassName
{
background-color: #F20FDD;
}
.BgClassName
{
background-color: #F20FDD;
}
</style>
border-color css
<style>
span { border-color: #F20FDD; }
span { border-color: rgb(242,15,221); }
td.TdClassName
{
border-color: #F20FDD;
}
.TagClassName
{
border-color: #F20FDD;
}
</style>