Shades of Hot Magenta #FF0ED9
Tints of Hot Magenta #FF0ED9
RGB
CMYK
RGB Variations
Color information
#FF0ED9 (or 0xFF0ED9) is known color: Hot Magenta. HEX triplet: FF, 0E and D9. RGB value is (255,14,217). Sum of RGB (Red+Green+Blue) = 255+14+217=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 14 (5.86% from 255 or 2.88% from 486); Blue value is 217 (85.16% from 255 or 44.65% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0ED9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0ED9 is #00F126. Grayscale: #6C6C6C. Windows color (decimal): -61735 or 14225151. OLE color: 14225151.
HSL color Cylindrical-coordinate representation of color #FF0ED9: hue angle of 309.46º 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 #FF0ED9 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 14 | 217 | - |
| CMYK | 0 | 0.95 | 0.15 | 0 |
| HSL | 309.46º | 1% | 0.53% | - |
| HSV(B) | 309.46º | 0.95% | 1% | - |
| XYZ | 53.92 | 26.58 | 67.93 | - |
| YUV | 109.2 | 188.84 | 231.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 14 | 217 | 0 | 0.95 | 0.15 | 0 | 309.46 | 1 | 0.53 |
| Hex | FF | E | D9 | 0 | 5F | F | 0 | 135 | 64 | 35 |
| Octal | 377 | 16 | 331 | 0 | 137 | 17 | 0 | 465 | 144 | 65 |
| Binary | 11111111 | 1110 | 11011001 | 0 | 1011111 | 1111 | 0 | 100110101 | 1100100 | 110101 |
Color Harmonies of #FF0ED9
Complementary color
Monochromatic Colors of #FF0ED9
Black with #FF0ED9
Text Example
Text Example
White with #FF0ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0ED9; }
p { color: rgb(255,14,217); }
H1.HeaderClassName
{
color: #FF0ED9;
}
.AnyTagClassName
{
color: #FF0ED9;
}
</style>
background-color css
<style>
a { background-color: #FF0ED9; }
a { background-color: rgb(255,14,217); }
div.DivClassName
{
background-color: #FF0ED9;
}
.BgClassName
{
background-color: #FF0ED9;
}
</style>
border-color css
<style>
span { border-color: #FF0ED9; }
span { border-color: rgb(255,14,217); }
td.TdClassName
{
border-color: #FF0ED9;
}
.TagClassName
{
border-color: #FF0ED9;
}
</style>