Shades of Magenta #FF02E7
Tints of Magenta #FF02E7
RGB
CMYK
RGB Variations
Color information
#FF02E7 (or 0xFF02E7) is known color: Magenta. HEX triplet: FF, 02 and E7. RGB value is (255,2,231). Sum of RGB (Red+Green+Blue) = 255+2+231=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 2 (1.17% from 255 or 0.41% from 488); Blue value is 231 (90.62% from 255 or 47.34% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF02E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF02E7 is #00FD18. Grayscale: #676767. Windows color (decimal): -64793 or 15139583. OLE color: 15139583.
HSL color Cylindrical-coordinate representation of color #FF02E7: hue angle of 305.69º 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 #FF02E7 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 231 | - |
| CMYK | 0 | 0.99 | 0.09 | 0 |
| HSL | 305.69º | 1% | 0.5% | - |
| HSV(B) | 305.69º | 0.99% | 1% | - |
| XYZ | 55.69 | 27.07 | 77.89 | - |
| YUV | 103.75 | 199.82 | 235.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 231 | 0 | 0.99 | 0.09 | 0 | 305.69 | 1 | 0.5 |
| Hex | FF | 2 | E7 | 0 | 63 | 9 | 0 | 132 | 64 | 32 |
| Octal | 377 | 2 | 347 | 0 | 143 | 11 | 0 | 462 | 144 | 62 |
| Binary | 11111111 | 10 | 11100111 | 0 | 1100011 | 1001 | 0 | 100110010 | 1100100 | 110010 |
Color Harmonies of #FF02E7
Complementary color
Monochromatic Colors of #FF02E7
Black with #FF02E7
Text Example
Text Example
White with #FF02E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF02E7; }
p { color: rgb(255,2,231); }
H1.HeaderClassName
{
color: #FF02E7;
}
.AnyTagClassName
{
color: #FF02E7;
}
</style>
background-color css
<style>
a { background-color: #FF02E7; }
a { background-color: rgb(255,2,231); }
div.DivClassName
{
background-color: #FF02E7;
}
.BgClassName
{
background-color: #FF02E7;
}
</style>
border-color css
<style>
span { border-color: #FF02E7; }
span { border-color: rgb(255,2,231); }
td.TdClassName
{
border-color: #FF02E7;
}
.TagClassName
{
border-color: #FF02E7;
}
</style>