Shades of Magenta #F412EC
Tints of Magenta #F412EC
RGB
CMYK
RGB Variations
Color information
#F412EC (or 0xF412EC) is known color: Magenta. HEX triplet: F4, 12 and EC. RGB value is (244,18,236). Sum of RGB (Red+Green+Blue) = 244+18+236=498 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.00% from 498); Green value is 18 (7.42% from 255 or 3.61% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 244 - color contains mainly: red. Hex color #F412EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F412EC is #0BED13. Grayscale: #6D6D6D. Windows color (decimal): -781588 or 15471348. OLE color: 15471348.
HSL color Cylindrical-coordinate representation of color #F412EC: hue angle of 302.12º 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 #F412EC is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 18 | 236 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.04 |
| HSL | 302.12º | 0.91% | 0.51% | - |
| HSV(B) | 302.12º | 0.93% | 0.96% | - |
| XYZ | 52.66 | 25.72 | 81.55 | - |
| YUV | 110.43 | 198.87 | 223.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 18 | 236 | 0 | 0.93 | 0.03 | 0.04 | 302.12 | 0.91 | 0.51 |
| Hex | F4 | 12 | EC | 0 | 5D | 3 | 4 | 12E | 5B | 33 |
| Octal | 364 | 22 | 354 | 0 | 135 | 3 | 4 | 456 | 133 | 63 |
| Binary | 11110100 | 10010 | 11101100 | 0 | 1011101 | 11 | 100 | 100101110 | 1011011 | 110011 |
Color Harmonies of #F412EC
Complementary color
Monochromatic Colors of #F412EC
Black with #F412EC
Text Example
Text Example
White with #F412EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F412EC; }
p { color: rgb(244,18,236); }
H1.HeaderClassName
{
color: #F412EC;
}
.AnyTagClassName
{
color: #F412EC;
}
</style>
background-color css
<style>
a { background-color: #F412EC; }
a { background-color: rgb(244,18,236); }
div.DivClassName
{
background-color: #F412EC;
}
.BgClassName
{
background-color: #F412EC;
}
</style>
border-color css
<style>
span { border-color: #F412EC; }
span { border-color: rgb(244,18,236); }
td.TdClassName
{
border-color: #F412EC;
}
.TagClassName
{
border-color: #F412EC;
}
</style>