Shades of Hot Magenta #F219DD
Tints of Hot Magenta #F219DD
RGB
CMYK
RGB Variations
Color information
#F219DD (or 0xF219DD) is known color: Hot Magenta. HEX triplet: F2, 19 and DD. RGB value is (242,25,221). Sum of RGB (Red+Green+Blue) = 242+25+221=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 25 (10.16% from 255 or 5.12% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F219DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F219DD is #0DE622. Grayscale: #6F6F6F. Windows color (decimal): -910883 or 14490098. OLE color: 14490098.
HSL color Cylindrical-coordinate representation of color #F219DD: hue angle of 305.81º 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 #F219DD is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 221 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.05 |
| HSL | 305.81º | 0.89% | 0.52% | - |
| HSV(B) | 305.81º | 0.9% | 0.95% | - |
| XYZ | 50.02 | 24.79 | 70.56 | - |
| YUV | 112.23 | 189.39 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 221 | 0 | 0.90 | 0.09 | 0.05 | 305.81 | 0.89 | 0.52 |
| Hex | F2 | 19 | DD | 0 | 5A | 9 | 5 | 132 | 59 | 34 |
| Octal | 362 | 31 | 335 | 0 | 132 | 11 | 5 | 462 | 131 | 64 |
| Binary | 11110010 | 11001 | 11011101 | 0 | 1011010 | 1001 | 101 | 100110010 | 1011001 | 110100 |
Color Harmonies of #F219DD
Complementary color
Monochromatic Colors of #F219DD
Black with #F219DD
Text Example
Text Example
White with #F219DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F219DD; }
p { color: rgb(242,25,221); }
H1.HeaderClassName
{
color: #F219DD;
}
.AnyTagClassName
{
color: #F219DD;
}
</style>
background-color css
<style>
a { background-color: #F219DD; }
a { background-color: rgb(242,25,221); }
div.DivClassName
{
background-color: #F219DD;
}
.BgClassName
{
background-color: #F219DD;
}
</style>
border-color css
<style>
span { border-color: #F219DD; }
span { border-color: rgb(242,25,221); }
td.TdClassName
{
border-color: #F219DD;
}
.TagClassName
{
border-color: #F219DD;
}
</style>