Shades of Magenta #FF02EC
Tints of Magenta #FF02EC
RGB
CMYK
RGB Variations
Color information
#FF02EC (or 0xFF02EC) is known color: Magenta. HEX triplet: FF, 02 and EC. RGB value is (255,2,236). Sum of RGB (Red+Green+Blue) = 255+2+236=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 2 (1.17% from 255 or 0.41% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF02EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF02EC is #00FD13. Grayscale: #676767. Windows color (decimal): -64788 or 15467263. OLE color: 15467263.
HSL color Cylindrical-coordinate representation of color #FF02EC: hue angle of 304.51º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF02EC is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 236 | - |
| CMYK | 0 | 0.99 | 0.07 | 0 |
| HSL | 304.51º | 1% | 0.5% | - |
| HSV(B) | 304.51º | 0.99% | 1% | - |
| XYZ | 56.4 | 27.36 | 81.67 | - |
| YUV | 104.32 | 202.32 | 235.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 236 | 0 | 0.99 | 0.07 | 0 | 304.51 | 1 | 0.5 |
| Hex | FF | 2 | EC | 0 | 63 | 7 | 0 | 131 | 64 | 32 |
| Octal | 377 | 2 | 354 | 0 | 143 | 7 | 0 | 461 | 144 | 62 |
| Binary | 11111111 | 10 | 11101100 | 0 | 1100011 | 111 | 0 | 100110001 | 1100100 | 110010 |
Color Harmonies of #FF02EC
Complementary color
Monochromatic Colors of #FF02EC
Black with #FF02EC
Text Example
Text Example
White with #FF02EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF02EC; }
p { color: rgb(255,2,236); }
H1.HeaderClassName
{
color: #FF02EC;
}
.AnyTagClassName
{
color: #FF02EC;
}
</style>
background-color css
<style>
a { background-color: #FF02EC; }
a { background-color: rgb(255,2,236); }
div.DivClassName
{
background-color: #FF02EC;
}
.BgClassName
{
background-color: #FF02EC;
}
</style>
border-color css
<style>
span { border-color: #FF02EC; }
span { border-color: rgb(255,2,236); }
td.TdClassName
{
border-color: #FF02EC;
}
.TagClassName
{
border-color: #FF02EC;
}
</style>