Shades of Hot Magenta #F20DDC
Tints of Hot Magenta #F20DDC
RGB
CMYK
RGB Variations
Color information
#F20DDC (or 0xF20DDC) is known color: Hot Magenta. HEX triplet: F2, 0D and DC. RGB value is (242,13,220). Sum of RGB (Red+Green+Blue) = 242+13+220=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 13 (5.47% from 255 or 2.74% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F20DDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20DDC is #0DF223. Grayscale: #686868. Windows color (decimal): -913956 or 14421490. OLE color: 14421490.
HSL color Cylindrical-coordinate representation of color #F20DDC: hue angle of 305.76º 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 #F20DDC is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 13 | 220 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.05 |
| HSL | 305.76º | 0.9% | 0.5% | - |
| HSV(B) | 305.76º | 0.95% | 0.95% | - |
| XYZ | 49.68 | 24.33 | 69.79 | - |
| YUV | 105.07 | 192.87 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 13 | 220 | 0 | 0.95 | 0.09 | 0.05 | 305.76 | 0.9 | 0.5 |
| Hex | F2 | D | DC | 0 | 5F | 9 | 5 | 132 | 5A | 32 |
| Octal | 362 | 15 | 334 | 0 | 137 | 11 | 5 | 462 | 132 | 62 |
| Binary | 11110010 | 1101 | 11011100 | 0 | 1011111 | 1001 | 101 | 100110010 | 1011010 | 110010 |
Color Harmonies of #F20DDC
Complementary color
Monochromatic Colors of #F20DDC
Black with #F20DDC
Text Example
Text Example
White with #F20DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20DDC; }
p { color: rgb(242,13,220); }
H1.HeaderClassName
{
color: #F20DDC;
}
.AnyTagClassName
{
color: #F20DDC;
}
</style>
background-color css
<style>
a { background-color: #F20DDC; }
a { background-color: rgb(242,13,220); }
div.DivClassName
{
background-color: #F20DDC;
}
.BgClassName
{
background-color: #F20DDC;
}
</style>
border-color css
<style>
span { border-color: #F20DDC; }
span { border-color: rgb(242,13,220); }
td.TdClassName
{
border-color: #F20DDC;
}
.TagClassName
{
border-color: #F20DDC;
}
</style>