Shades of Hot Magenta #F219DC
Tints of Hot Magenta #F219DC
RGB
CMYK
RGB Variations
Color information
#F219DC (or 0xF219DC) is known color: Hot Magenta. HEX triplet: F2, 19 and DC. RGB value is (242,25,220). Sum of RGB (Red+Green+Blue) = 242+25+220=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 25 (10.16% from 255 or 5.13% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F219DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F219DC is #0DE623. Grayscale: #6F6F6F. Windows color (decimal): -910884 or 14424562. OLE color: 14424562.
HSL color Cylindrical-coordinate representation of color #F219DC: hue angle of 306.08º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F219DC is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 220 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.05 |
| HSL | 306.08º | 0.89% | 0.52% | - |
| HSV(B) | 306.08º | 0.9% | 0.95% | - |
| XYZ | 49.88 | 24.74 | 69.86 | - |
| YUV | 112.11 | 188.89 | 220.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 220 | 0 | 0.90 | 0.09 | 0.05 | 306.08 | 0.89 | 0.52 |
| Hex | F2 | 19 | DC | 0 | 5A | 9 | 5 | 132 | 59 | 34 |
| Octal | 362 | 31 | 334 | 0 | 132 | 11 | 5 | 462 | 131 | 64 |
| Binary | 11110010 | 11001 | 11011100 | 0 | 1011010 | 1001 | 101 | 100110010 | 1011001 | 110100 |
Color Harmonies of #F219DC
Complementary color
Monochromatic Colors of #F219DC
Black with #F219DC
Text Example
Text Example
White with #F219DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F219DC; }
p { color: rgb(242,25,220); }
H1.HeaderClassName
{
color: #F219DC;
}
.AnyTagClassName
{
color: #F219DC;
}
</style>
background-color css
<style>
a { background-color: #F219DC; }
a { background-color: rgb(242,25,220); }
div.DivClassName
{
background-color: #F219DC;
}
.BgClassName
{
background-color: #F219DC;
}
</style>
border-color css
<style>
span { border-color: #F219DC; }
span { border-color: rgb(242,25,220); }
td.TdClassName
{
border-color: #F219DC;
}
.TagClassName
{
border-color: #F219DC;
}
</style>