Shades of Magenta #F012E6
Tints of Magenta #F012E6
RGB
CMYK
RGB Variations
Color information
#F012E6 (or 0xF012E6) is known color: Magenta. HEX triplet: F0, 12 and E6. RGB value is (240,18,230). Sum of RGB (Red+Green+Blue) = 240+18+230=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 18 (7.42% from 255 or 3.69% from 488); Blue value is 230 (90.23% from 255 or 47.13% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F012E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F012E6 is #0FED19. Grayscale: #6B6B6B. Windows color (decimal): -1043738 or 15078128. OLE color: 15078128.
HSL color Cylindrical-coordinate representation of color #F012E6: hue angle of 302.7º 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 #F012E6 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 230 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.06 |
| HSL | 302.7º | 0.88% | 0.51% | - |
| HSV(B) | 302.7º | 0.93% | 0.94% | - |
| XYZ | 50.43 | 24.67 | 76.97 | - |
| YUV | 108.55 | 196.55 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 230 | 0 | 0.92 | 0.04 | 0.06 | 302.7 | 0.88 | 0.51 |
| Hex | F0 | 12 | E6 | 0 | 5C | 4 | 6 | 12F | 58 | 33 |
| Octal | 360 | 22 | 346 | 0 | 134 | 4 | 6 | 457 | 130 | 63 |
| Binary | 11110000 | 10010 | 11100110 | 0 | 1011100 | 100 | 110 | 100101111 | 1011000 | 110011 |
Color Harmonies of #F012E6
Complementary color
Monochromatic Colors of #F012E6
Black with #F012E6
Text Example
Text Example
White with #F012E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F012E6; }
p { color: rgb(240,18,230); }
H1.HeaderClassName
{
color: #F012E6;
}
.AnyTagClassName
{
color: #F012E6;
}
</style>
background-color css
<style>
a { background-color: #F012E6; }
a { background-color: rgb(240,18,230); }
div.DivClassName
{
background-color: #F012E6;
}
.BgClassName
{
background-color: #F012E6;
}
</style>
border-color css
<style>
span { border-color: #F012E6; }
span { border-color: rgb(240,18,230); }
td.TdClassName
{
border-color: #F012E6;
}
.TagClassName
{
border-color: #F012E6;
}
</style>