Shades of Magenta #F411E8
Tints of Magenta #F411E8
RGB
CMYK
RGB Variations
Color information
#F411E8 (or 0xF411E8) is known color: Magenta. HEX triplet: F4, 11 and E8. RGB value is (244,17,232). Sum of RGB (Red+Green+Blue) = 244+17+232=493 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.49% from 493); Green value is 17 (7.03% from 255 or 3.45% from 493); Blue value is 232 (91.02% from 255 or 47.06% from 493); Max value from RGB is 244 - color contains mainly: red. Hex color #F411E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F411E8 is #0BEE17. Grayscale: #6C6C6C. Windows color (decimal): -781848 or 15208948. OLE color: 15208948.
HSL color Cylindrical-coordinate representation of color #F411E8: hue angle of 303.17º 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 #F411E8 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 17 | 232 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.04 |
| HSL | 303.17º | 0.91% | 0.51% | - |
| HSV(B) | 303.17º | 0.93% | 0.96% | - |
| XYZ | 52.07 | 25.46 | 78.51 | - |
| YUV | 109.38 | 197.21 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 17 | 232 | 0 | 0.93 | 0.05 | 0.04 | 303.17 | 0.91 | 0.51 |
| Hex | F4 | 11 | E8 | 0 | 5D | 5 | 4 | 12F | 5B | 33 |
| Octal | 364 | 21 | 350 | 0 | 135 | 5 | 4 | 457 | 133 | 63 |
| Binary | 11110100 | 10001 | 11101000 | 0 | 1011101 | 101 | 100 | 100101111 | 1011011 | 110011 |
Color Harmonies of #F411E8
Complementary color
Monochromatic Colors of #F411E8
Black with #F411E8
Text Example
Text Example
White with #F411E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F411E8; }
p { color: rgb(244,17,232); }
H1.HeaderClassName
{
color: #F411E8;
}
.AnyTagClassName
{
color: #F411E8;
}
</style>
background-color css
<style>
a { background-color: #F411E8; }
a { background-color: rgb(244,17,232); }
div.DivClassName
{
background-color: #F411E8;
}
.BgClassName
{
background-color: #F411E8;
}
</style>
border-color css
<style>
span { border-color: #F411E8; }
span { border-color: rgb(244,17,232); }
td.TdClassName
{
border-color: #F411E8;
}
.TagClassName
{
border-color: #F411E8;
}
</style>