Shades of Magenta #F012E8
Tints of Magenta #F012E8
RGB
CMYK
RGB Variations
Color information
#F012E8 (or 0xF012E8) is known color: Magenta. HEX triplet: F0, 12 and E8. RGB value is (240,18,232). Sum of RGB (Red+Green+Blue) = 240+18+232=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 18 (7.42% from 255 or 3.67% from 490); Blue value is 232 (91.02% from 255 or 47.35% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F012E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F012E8 is #0FED17. Grayscale: #6C6C6C. Windows color (decimal): -1043736 or 15209200. OLE color: 15209200.
HSL color Cylindrical-coordinate representation of color #F012E8: hue angle of 302.16º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F012E8 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 232 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.06 |
| HSL | 302.16º | 0.88% | 0.51% | - |
| HSV(B) | 302.16º | 0.93% | 0.94% | - |
| XYZ | 50.72 | 24.78 | 78.45 | - |
| YUV | 108.77 | 197.55 | 221.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 232 | 0 | 0.92 | 0.03 | 0.06 | 302.16 | 0.88 | 0.51 |
| Hex | F0 | 12 | E8 | 0 | 5C | 3 | 6 | 12E | 58 | 33 |
| Octal | 360 | 22 | 350 | 0 | 134 | 3 | 6 | 456 | 130 | 63 |
| Binary | 11110000 | 10010 | 11101000 | 0 | 1011100 | 11 | 110 | 100101110 | 1011000 | 110011 |
Color Harmonies of #F012E8
Complementary color
Monochromatic Colors of #F012E8
Black with #F012E8
Text Example
Text Example
White with #F012E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F012E8; }
p { color: rgb(240,18,232); }
H1.HeaderClassName
{
color: #F012E8;
}
.AnyTagClassName
{
color: #F012E8;
}
</style>
background-color css
<style>
a { background-color: #F012E8; }
a { background-color: rgb(240,18,232); }
div.DivClassName
{
background-color: #F012E8;
}
.BgClassName
{
background-color: #F012E8;
}
</style>
border-color css
<style>
span { border-color: #F012E8; }
span { border-color: rgb(240,18,232); }
td.TdClassName
{
border-color: #F012E8;
}
.TagClassName
{
border-color: #F012E8;
}
</style>