Shades of Magenta #FF0EFF
Tints of Magenta #FF0EFF
RGB
CMYK
RGB Variations
Color information
#FF0EFF (or 0xFF0EFF) is known color: Magenta. HEX triplet: FF, 0E and FF. RGB value is (255,14,255). Sum of RGB (Red+Green+Blue) = 255+14+255=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 14 (5.86% from 255 or 2.67% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF0EFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0EFF is #00F100. Grayscale: #707070. Windows color (decimal): -61697 or 16715519. OLE color: 16715519.
HSL color Cylindrical-coordinate representation of color #FF0EFF: hue angle of 300º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0EFF is Cyan = 0, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 14 | 255 | - |
| CMYK | 0 | 0.95 | 0 | 0 |
| HSL | 300º | 1% | 0.53% | - |
| HSV(B) | 300º | 0.95% | 1% | - |
| XYZ | 59.45 | 28.79 | 97.03 | - |
| YUV | 113.53 | 207.84 | 228.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 14 | 255 | 0 | 0.95 | 0 | 0 | 300 | 1 | 0.53 |
| Hex | FF | E | FF | 0 | 5F | 0 | 0 | 12C | 64 | 35 |
| Octal | 377 | 16 | 377 | 0 | 137 | 0 | 0 | 454 | 144 | 65 |
| Binary | 11111111 | 1110 | 11111111 | 0 | 1011111 | 0 | 0 | 100101100 | 1100100 | 110101 |
Color Harmonies of #FF0EFF
Complementary color
Monochromatic Colors of #FF0EFF
Black with #FF0EFF
Text Example
Text Example
White with #FF0EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0EFF; }
p { color: rgb(255,14,255); }
H1.HeaderClassName
{
color: #FF0EFF;
}
.AnyTagClassName
{
color: #FF0EFF;
}
</style>
background-color css
<style>
a { background-color: #FF0EFF; }
a { background-color: rgb(255,14,255); }
div.DivClassName
{
background-color: #FF0EFF;
}
.BgClassName
{
background-color: #FF0EFF;
}
</style>
border-color css
<style>
span { border-color: #FF0EFF; }
span { border-color: rgb(255,14,255); }
td.TdClassName
{
border-color: #FF0EFF;
}
.TagClassName
{
border-color: #FF0EFF;
}
</style>