Shades of Hot Magenta #F20DD4
Tints of Hot Magenta #F20DD4
RGB
CMYK
RGB Variations
Color information
#F20DD4 (or 0xF20DD4) is known color: Hot Magenta. HEX triplet: F2, 0D and D4. RGB value is (242,13,212). Sum of RGB (Red+Green+Blue) = 242+13+212=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 13 (5.47% from 255 or 2.78% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F20DD4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20DD4 is #0DF22B. Grayscale: #676767. Windows color (decimal): -913964 or 13897202. OLE color: 13897202.
HSL color Cylindrical-coordinate representation of color #F20DD4: hue angle of 307.86º 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 #F20DD4 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 13 | 212 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.05 |
| HSL | 307.86º | 0.9% | 0.5% | - |
| HSV(B) | 307.86º | 0.95% | 0.95% | - |
| XYZ | 48.65 | 23.92 | 64.34 | - |
| YUV | 104.16 | 188.87 | 226.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 13 | 212 | 0 | 0.95 | 0.12 | 0.05 | 307.86 | 0.9 | 0.5 |
| Hex | F2 | D | D4 | 0 | 5F | C | 5 | 134 | 5A | 32 |
| Octal | 362 | 15 | 324 | 0 | 137 | 14 | 5 | 464 | 132 | 62 |
| Binary | 11110010 | 1101 | 11010100 | 0 | 1011111 | 1100 | 101 | 100110100 | 1011010 | 110010 |
Color Harmonies of #F20DD4
Complementary color
Monochromatic Colors of #F20DD4
Black with #F20DD4
Text Example
Text Example
White with #F20DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20DD4; }
p { color: rgb(242,13,212); }
H1.HeaderClassName
{
color: #F20DD4;
}
.AnyTagClassName
{
color: #F20DD4;
}
</style>
background-color css
<style>
a { background-color: #F20DD4; }
a { background-color: rgb(242,13,212); }
div.DivClassName
{
background-color: #F20DD4;
}
.BgClassName
{
background-color: #F20DD4;
}
</style>
border-color css
<style>
span { border-color: #F20DD4; }
span { border-color: rgb(242,13,212); }
td.TdClassName
{
border-color: #F20DD4;
}
.TagClassName
{
border-color: #F20DD4;
}
</style>