Shades of Hot Magenta #F411DF
Tints of Hot Magenta #F411DF
RGB
CMYK
RGB Variations
Color information
#F411DF (or 0xF411DF) is known color: Hot Magenta. HEX triplet: F4, 11 and DF. RGB value is (244,17,223). Sum of RGB (Red+Green+Blue) = 244+17+223=484 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.41% from 484); Green value is 17 (7.03% from 255 or 3.51% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 244 - color contains mainly: red. Hex color #F411DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F411DF is #0BEE20. Grayscale: #6B6B6B. Windows color (decimal): -781857 or 14619124. OLE color: 14619124.
HSL color Cylindrical-coordinate representation of color #F411DF: hue angle of 305.55º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F411DF is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 17 | 223 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.04 |
| HSL | 305.55º | 0.91% | 0.51% | - |
| HSV(B) | 305.55º | 0.93% | 0.96% | - |
| XYZ | 50.83 | 24.96 | 71.95 | - |
| YUV | 108.36 | 192.71 | 224.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 17 | 223 | 0 | 0.93 | 0.09 | 0.04 | 305.55 | 0.91 | 0.51 |
| Hex | F4 | 11 | DF | 0 | 5D | 9 | 4 | 132 | 5B | 33 |
| Octal | 364 | 21 | 337 | 0 | 135 | 11 | 4 | 462 | 133 | 63 |
| Binary | 11110100 | 10001 | 11011111 | 0 | 1011101 | 1001 | 100 | 100110010 | 1011011 | 110011 |
Color Harmonies of #F411DF
Complementary color
Monochromatic Colors of #F411DF
Black with #F411DF
Text Example
Text Example
White with #F411DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F411DF; }
p { color: rgb(244,17,223); }
H1.HeaderClassName
{
color: #F411DF;
}
.AnyTagClassName
{
color: #F411DF;
}
</style>
background-color css
<style>
a { background-color: #F411DF; }
a { background-color: rgb(244,17,223); }
div.DivClassName
{
background-color: #F411DF;
}
.BgClassName
{
background-color: #F411DF;
}
</style>
border-color css
<style>
span { border-color: #F411DF; }
span { border-color: rgb(244,17,223); }
td.TdClassName
{
border-color: #F411DF;
}
.TagClassName
{
border-color: #F411DF;
}
</style>