Shades of Hot Magenta #F219DF
Tints of Hot Magenta #F219DF
RGB
CMYK
RGB Variations
Color information
#F219DF (or 0xF219DF) is known color: Hot Magenta. HEX triplet: F2, 19 and DF. RGB value is (242,25,223). Sum of RGB (Red+Green+Blue) = 242+25+223=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 25 (10.16% from 255 or 5.10% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F219DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F219DF is #0DE620. Grayscale: #6F6F6F. Windows color (decimal): -910881 or 14621170. OLE color: 14621170.
HSL color Cylindrical-coordinate representation of color #F219DF: hue angle of 305.25º 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 #F219DF is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 223 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.05 |
| HSL | 305.25º | 0.89% | 0.52% | - |
| HSV(B) | 305.25º | 0.9% | 0.95% | - |
| XYZ | 50.28 | 24.9 | 71.97 | - |
| YUV | 112.46 | 190.39 | 220.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 223 | 0 | 0.90 | 0.08 | 0.05 | 305.25 | 0.89 | 0.52 |
| Hex | F2 | 19 | DF | 0 | 5A | 8 | 5 | 131 | 59 | 34 |
| Octal | 362 | 31 | 337 | 0 | 132 | 10 | 5 | 461 | 131 | 64 |
| Binary | 11110010 | 11001 | 11011111 | 0 | 1011010 | 1000 | 101 | 100110001 | 1011001 | 110100 |
Color Harmonies of #F219DF
Complementary color
Monochromatic Colors of #F219DF
Black with #F219DF
Text Example
Text Example
White with #F219DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F219DF; }
p { color: rgb(242,25,223); }
H1.HeaderClassName
{
color: #F219DF;
}
.AnyTagClassName
{
color: #F219DF;
}
</style>
background-color css
<style>
a { background-color: #F219DF; }
a { background-color: rgb(242,25,223); }
div.DivClassName
{
background-color: #F219DF;
}
.BgClassName
{
background-color: #F219DF;
}
</style>
border-color css
<style>
span { border-color: #F219DF; }
span { border-color: rgb(242,25,223); }
td.TdClassName
{
border-color: #F219DF;
}
.TagClassName
{
border-color: #F219DF;
}
</style>