Shades of Hot Magenta #F20DD9
Tints of Hot Magenta #F20DD9
RGB
CMYK
RGB Variations
Color information
#F20DD9 (or 0xF20DD9) is known color: Hot Magenta. HEX triplet: F2, 0D and D9. RGB value is (242,13,217). Sum of RGB (Red+Green+Blue) = 242+13+217=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 13 (5.47% from 255 or 2.75% from 472); Blue value is 217 (85.16% from 255 or 45.97% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F20DD9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20DD9 is #0DF226. Grayscale: #686868. Windows color (decimal): -913959 or 14224882. OLE color: 14224882.
HSL color Cylindrical-coordinate representation of color #F20DD9: hue angle of 306.55º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F20DD9 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 13 | 217 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.05 |
| HSL | 306.55º | 0.9% | 0.5% | - |
| HSV(B) | 306.55º | 0.95% | 0.95% | - |
| XYZ | 49.29 | 24.17 | 67.71 | - |
| YUV | 104.73 | 191.37 | 225.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 13 | 217 | 0 | 0.95 | 0.10 | 0.05 | 306.55 | 0.9 | 0.5 |
| Hex | F2 | D | D9 | 0 | 5F | A | 5 | 133 | 5A | 32 |
| Octal | 362 | 15 | 331 | 0 | 137 | 12 | 5 | 463 | 132 | 62 |
| Binary | 11110010 | 1101 | 11011001 | 0 | 1011111 | 1010 | 101 | 100110011 | 1011010 | 110010 |
Color Harmonies of #F20DD9
Complementary color
Monochromatic Colors of #F20DD9
Black with #F20DD9
Text Example
Text Example
White with #F20DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20DD9; }
p { color: rgb(242,13,217); }
H1.HeaderClassName
{
color: #F20DD9;
}
.AnyTagClassName
{
color: #F20DD9;
}
</style>
background-color css
<style>
a { background-color: #F20DD9; }
a { background-color: rgb(242,13,217); }
div.DivClassName
{
background-color: #F20DD9;
}
.BgClassName
{
background-color: #F20DD9;
}
</style>
border-color css
<style>
span { border-color: #F20DD9; }
span { border-color: rgb(242,13,217); }
td.TdClassName
{
border-color: #F20DD9;
}
.TagClassName
{
border-color: #F20DD9;
}
</style>