Shades of Hot Magenta #F411D8
Tints of Hot Magenta #F411D8
RGB
CMYK
RGB Variations
Color information
#F411D8 (or 0xF411D8) is known color: Hot Magenta. HEX triplet: F4, 11 and D8. RGB value is (244,17,216). Sum of RGB (Red+Green+Blue) = 244+17+216=477 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.15% from 477); Green value is 17 (7.03% from 255 or 3.56% from 477); Blue value is 216 (84.77% from 255 or 45.28% from 477); Max value from RGB is 244 - color contains mainly: red. Hex color #F411D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F411D8 is #0BEE27. Grayscale: #6A6A6A. Windows color (decimal): -781864 or 14160372. OLE color: 14160372.
HSL color Cylindrical-coordinate representation of color #F411D8: hue angle of 307.4º 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 #F411D8 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 17 | 216 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.04 |
| HSL | 307.4º | 0.91% | 0.51% | - |
| HSV(B) | 307.4º | 0.93% | 0.96% | - |
| XYZ | 49.9 | 24.59 | 67.08 | - |
| YUV | 107.56 | 189.21 | 225.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 17 | 216 | 0 | 0.93 | 0.11 | 0.04 | 307.4 | 0.91 | 0.51 |
| Hex | F4 | 11 | D8 | 0 | 5D | B | 4 | 133 | 5B | 33 |
| Octal | 364 | 21 | 330 | 0 | 135 | 13 | 4 | 463 | 133 | 63 |
| Binary | 11110100 | 10001 | 11011000 | 0 | 1011101 | 1011 | 100 | 100110011 | 1011011 | 110011 |
Color Harmonies of #F411D8
Complementary color
Monochromatic Colors of #F411D8
Black with #F411D8
Text Example
Text Example
White with #F411D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F411D8; }
p { color: rgb(244,17,216); }
H1.HeaderClassName
{
color: #F411D8;
}
.AnyTagClassName
{
color: #F411D8;
}
</style>
background-color css
<style>
a { background-color: #F411D8; }
a { background-color: rgb(244,17,216); }
div.DivClassName
{
background-color: #F411D8;
}
.BgClassName
{
background-color: #F411D8;
}
</style>
border-color css
<style>
span { border-color: #F411D8; }
span { border-color: rgb(244,17,216); }
td.TdClassName
{
border-color: #F411D8;
}
.TagClassName
{
border-color: #F411D8;
}
</style>