Shades of Magenta #F002EC
Tints of Magenta #F002EC
RGB
CMYK
RGB Variations
Color information
#F002EC (or 0xF002EC) is known color: Magenta. HEX triplet: F0, 02 and EC. RGB value is (240,2,236). Sum of RGB (Red+Green+Blue) = 240+2+236=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 2 (1.17% from 255 or 0.42% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F002EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F002EC is #0FFD13. Grayscale: #636363. Windows color (decimal): -1047828 or 15467248. OLE color: 15467248.
HSL color Cylindrical-coordinate representation of color #F002EC: hue angle of 301.01º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F002EC is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 2 | 236 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.06 |
| HSL | 301.01º | 0.98% | 0.47% | - |
| HSV(B) | 301.01º | 0.99% | 0.94% | - |
| XYZ | 51.1 | 24.62 | 81.42 | - |
| YUV | 99.84 | 204.85 | 227.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 236 | 0 | 0.99 | 0.02 | 0.06 | 301.01 | 0.98 | 0.47 |
| Hex | F0 | 2 | EC | 0 | 63 | 2 | 6 | 12D | 62 | 2F |
| Octal | 360 | 2 | 354 | 0 | 143 | 2 | 6 | 455 | 142 | 57 |
| Binary | 11110000 | 10 | 11101100 | 0 | 1100011 | 10 | 110 | 100101101 | 1100010 | 101111 |
Color Harmonies of #F002EC
Complementary color
Monochromatic Colors of #F002EC
Black with #F002EC
Text Example
Text Example
White with #F002EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F002EC; }
p { color: rgb(240,2,236); }
H1.HeaderClassName
{
color: #F002EC;
}
.AnyTagClassName
{
color: #F002EC;
}
</style>
background-color css
<style>
a { background-color: #F002EC; }
a { background-color: rgb(240,2,236); }
div.DivClassName
{
background-color: #F002EC;
}
.BgClassName
{
background-color: #F002EC;
}
</style>
border-color css
<style>
span { border-color: #F002EC; }
span { border-color: rgb(240,2,236); }
td.TdClassName
{
border-color: #F002EC;
}
.TagClassName
{
border-color: #F002EC;
}
</style>