Shades of Magenta #F912EC
Tints of Magenta #F912EC
RGB
CMYK
RGB Variations
Color information
#F912EC (or 0xF912EC) is known color: Magenta. HEX triplet: F9, 12 and EC. RGB value is (249,18,236). Sum of RGB (Red+Green+Blue) = 249+18+236=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 18 (7.42% from 255 or 3.58% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F912EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F912EC is #06ED13. Grayscale: #6F6F6F. Windows color (decimal): -453908 or 15471353. OLE color: 15471353.
HSL color Cylindrical-coordinate representation of color #F912EC: hue angle of 303.38º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F912EC is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 18 | 236 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.02 |
| HSL | 303.38º | 0.95% | 0.52% | - |
| HSV(B) | 303.38º | 0.93% | 0.98% | - |
| XYZ | 54.42 | 26.63 | 81.63 | - |
| YUV | 111.92 | 198.03 | 225.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 18 | 236 | 0 | 0.93 | 0.05 | 0.02 | 303.38 | 0.95 | 0.52 |
| Hex | F9 | 12 | EC | 0 | 5D | 5 | 2 | 12F | 5F | 34 |
| Octal | 371 | 22 | 354 | 0 | 135 | 5 | 2 | 457 | 137 | 64 |
| Binary | 11111001 | 10010 | 11101100 | 0 | 1011101 | 101 | 10 | 100101111 | 1011111 | 110100 |
Color Harmonies of #F912EC
Complementary color
Monochromatic Colors of #F912EC
Black with #F912EC
Text Example
Text Example
White with #F912EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F912EC; }
p { color: rgb(249,18,236); }
H1.HeaderClassName
{
color: #F912EC;
}
.AnyTagClassName
{
color: #F912EC;
}
</style>
background-color css
<style>
a { background-color: #F912EC; }
a { background-color: rgb(249,18,236); }
div.DivClassName
{
background-color: #F912EC;
}
.BgClassName
{
background-color: #F912EC;
}
</style>
border-color css
<style>
span { border-color: #F912EC; }
span { border-color: rgb(249,18,236); }
td.TdClassName
{
border-color: #F912EC;
}
.TagClassName
{
border-color: #F912EC;
}
</style>