Shades of Hot Magenta #FF0DE0
Tints of Hot Magenta #FF0DE0
RGB
CMYK
RGB Variations
Color information
#FF0DE0 (or 0xFF0DE0) is known color: Hot Magenta. HEX triplet: FF, 0D and E0. RGB value is (255,13,224). Sum of RGB (Red+Green+Blue) = 255+13+224=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 13 (5.47% from 255 or 2.64% from 492); Blue value is 224 (87.89% from 255 or 45.53% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0DE0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0DE0 is #00F21F. Grayscale: #6C6C6C. Windows color (decimal): -61984 or 14683647. OLE color: 14683647.
HSL color Cylindrical-coordinate representation of color #FF0DE0: hue angle of 307.69º 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 #FF0DE0 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 224 | - |
| CMYK | 0 | 0.95 | 0.12 | 0 |
| HSL | 307.69º | 1% | 0.53% | - |
| HSV(B) | 307.69º | 0.95% | 1% | - |
| XYZ | 54.84 | 26.93 | 72.83 | - |
| YUV | 109.41 | 192.67 | 231.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 224 | 0 | 0.95 | 0.12 | 0 | 307.69 | 1 | 0.53 |
| Hex | FF | D | E0 | 0 | 5F | C | 0 | 134 | 64 | 35 |
| Octal | 377 | 15 | 340 | 0 | 137 | 14 | 0 | 464 | 144 | 65 |
| Binary | 11111111 | 1101 | 11100000 | 0 | 1011111 | 1100 | 0 | 100110100 | 1100100 | 110101 |
Color Harmonies of #FF0DE0
Complementary color
Monochromatic Colors of #FF0DE0
Black with #FF0DE0
Text Example
Text Example
White with #FF0DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0DE0; }
p { color: rgb(255,13,224); }
H1.HeaderClassName
{
color: #FF0DE0;
}
.AnyTagClassName
{
color: #FF0DE0;
}
</style>
background-color css
<style>
a { background-color: #FF0DE0; }
a { background-color: rgb(255,13,224); }
div.DivClassName
{
background-color: #FF0DE0;
}
.BgClassName
{
background-color: #FF0DE0;
}
</style>
border-color css
<style>
span { border-color: #FF0DE0; }
span { border-color: rgb(255,13,224); }
td.TdClassName
{
border-color: #FF0DE0;
}
.TagClassName
{
border-color: #FF0DE0;
}
</style>