Shades of Magenta #FF0DEC
Tints of Magenta #FF0DEC
RGB
CMYK
RGB Variations
Color information
#FF0DEC (or 0xFF0DEC) is known color: Magenta. HEX triplet: FF, 0D and EC. RGB value is (255,13,236). Sum of RGB (Red+Green+Blue) = 255+13+236=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 13 (5.47% from 255 or 2.58% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0DEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0DEC is #00F213. Grayscale: #6E6E6E. Windows color (decimal): -61972 or 15470079. OLE color: 15470079.
HSL color Cylindrical-coordinate representation of color #FF0DEC: hue angle of 304.71º 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 #FF0DEC is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 236 | - |
| CMYK | 0 | 0.95 | 0.07 | 0 |
| HSL | 304.71º | 1% | 0.53% | - |
| HSV(B) | 304.71º | 0.95% | 1% | - |
| XYZ | 56.52 | 27.6 | 81.71 | - |
| YUV | 110.78 | 198.67 | 230.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 236 | 0 | 0.95 | 0.07 | 0 | 304.71 | 1 | 0.53 |
| Hex | FF | D | EC | 0 | 5F | 7 | 0 | 131 | 64 | 35 |
| Octal | 377 | 15 | 354 | 0 | 137 | 7 | 0 | 461 | 144 | 65 |
| Binary | 11111111 | 1101 | 11101100 | 0 | 1011111 | 111 | 0 | 100110001 | 1100100 | 110101 |
Color Harmonies of #FF0DEC
Complementary color
Monochromatic Colors of #FF0DEC
Black with #FF0DEC
Text Example
Text Example
White with #FF0DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0DEC; }
p { color: rgb(255,13,236); }
H1.HeaderClassName
{
color: #FF0DEC;
}
.AnyTagClassName
{
color: #FF0DEC;
}
</style>
background-color css
<style>
a { background-color: #FF0DEC; }
a { background-color: rgb(255,13,236); }
div.DivClassName
{
background-color: #FF0DEC;
}
.BgClassName
{
background-color: #FF0DEC;
}
</style>
border-color css
<style>
span { border-color: #FF0DEC; }
span { border-color: rgb(255,13,236); }
td.TdClassName
{
border-color: #FF0DEC;
}
.TagClassName
{
border-color: #FF0DEC;
}
</style>