Shades of Hot Magenta #F20DD2
Tints of Hot Magenta #F20DD2
RGB
CMYK
RGB Variations
Color information
#F20DD2 (or 0xF20DD2) is known color: Hot Magenta. HEX triplet: F2, 0D and D2. RGB value is (242,13,210). Sum of RGB (Red+Green+Blue) = 242+13+210=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 13 (5.47% from 255 or 2.80% from 465); Blue value is 210 (82.42% from 255 or 45.16% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F20DD2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20DD2 is #0DF22D. Grayscale: #676767. Windows color (decimal): -913966 or 13766130. OLE color: 13766130.
HSL color Cylindrical-coordinate representation of color #F20DD2: hue angle of 308.38º 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 #F20DD2 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 13 | 210 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.05 |
| HSL | 308.38º | 0.9% | 0.5% | - |
| HSV(B) | 308.38º | 0.95% | 0.95% | - |
| XYZ | 48.39 | 23.82 | 63.02 | - |
| YUV | 103.93 | 187.87 | 226.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 13 | 210 | 0 | 0.95 | 0.13 | 0.05 | 308.38 | 0.9 | 0.5 |
| Hex | F2 | D | D2 | 0 | 5F | D | 5 | 134 | 5A | 32 |
| Octal | 362 | 15 | 322 | 0 | 137 | 15 | 5 | 464 | 132 | 62 |
| Binary | 11110010 | 1101 | 11010010 | 0 | 1011111 | 1101 | 101 | 100110100 | 1011010 | 110010 |
Color Harmonies of #F20DD2
Complementary color
Monochromatic Colors of #F20DD2
Black with #F20DD2
Text Example
Text Example
White with #F20DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20DD2; }
p { color: rgb(242,13,210); }
H1.HeaderClassName
{
color: #F20DD2;
}
.AnyTagClassName
{
color: #F20DD2;
}
</style>
background-color css
<style>
a { background-color: #F20DD2; }
a { background-color: rgb(242,13,210); }
div.DivClassName
{
background-color: #F20DD2;
}
.BgClassName
{
background-color: #F20DD2;
}
</style>
border-color css
<style>
span { border-color: #F20DD2; }
span { border-color: rgb(242,13,210); }
td.TdClassName
{
border-color: #F20DD2;
}
.TagClassName
{
border-color: #F20DD2;
}
</style>