Shades of Magenta #FF0EF6
Tints of Magenta #FF0EF6
RGB
CMYK
RGB Variations
Color information
#FF0EF6 (or 0xFF0EF6) is known color: Magenta. HEX triplet: FF, 0E and F6. RGB value is (255,14,246). Sum of RGB (Red+Green+Blue) = 255+14+246=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 14 (5.86% from 255 or 2.72% from 515); Blue value is 246 (96.48% from 255 or 47.77% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0EF6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0EF6 is #00F109. Grayscale: #6F6F6F. Windows color (decimal): -61706 or 16125695. OLE color: 16125695.
HSL color Cylindrical-coordinate representation of color #FF0EF6: hue angle of 302.24º 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 #FF0EF6 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 14 | 246 | - |
| CMYK | 0 | 0.95 | 0.04 | 0 |
| HSL | 302.24º | 1% | 0.53% | - |
| HSV(B) | 302.24º | 0.95% | 1% | - |
| XYZ | 58.03 | 28.23 | 89.58 | - |
| YUV | 112.51 | 203.34 | 229.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 14 | 246 | 0 | 0.95 | 0.04 | 0 | 302.24 | 1 | 0.53 |
| Hex | FF | E | F6 | 0 | 5F | 4 | 0 | 12E | 64 | 35 |
| Octal | 377 | 16 | 366 | 0 | 137 | 4 | 0 | 456 | 144 | 65 |
| Binary | 11111111 | 1110 | 11110110 | 0 | 1011111 | 100 | 0 | 100101110 | 1100100 | 110101 |
Color Harmonies of #FF0EF6
Complementary color
Monochromatic Colors of #FF0EF6
Black with #FF0EF6
Text Example
Text Example
White with #FF0EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0EF6; }
p { color: rgb(255,14,246); }
H1.HeaderClassName
{
color: #FF0EF6;
}
.AnyTagClassName
{
color: #FF0EF6;
}
</style>
background-color css
<style>
a { background-color: #FF0EF6; }
a { background-color: rgb(255,14,246); }
div.DivClassName
{
background-color: #FF0EF6;
}
.BgClassName
{
background-color: #FF0EF6;
}
</style>
border-color css
<style>
span { border-color: #FF0EF6; }
span { border-color: rgb(255,14,246); }
td.TdClassName
{
border-color: #FF0EF6;
}
.TagClassName
{
border-color: #FF0EF6;
}
</style>