Shades of Hot Magenta #FF0ED2
Tints of Hot Magenta #FF0ED2
RGB
CMYK
RGB Variations
Color information
#FF0ED2 (or 0xFF0ED2) is known color: Hot Magenta. HEX triplet: FF, 0E and D2. RGB value is (255,14,210). Sum of RGB (Red+Green+Blue) = 255+14+210=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 14 (5.86% from 255 or 2.92% from 479); Blue value is 210 (82.42% from 255 or 43.84% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0ED2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0ED2 is #00F12D. Grayscale: #6B6B6B. Windows color (decimal): -61742 or 13766399. OLE color: 13766399.
HSL color Cylindrical-coordinate representation of color #FF0ED2: hue angle of 311.2º 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 #FF0ED2 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 14 | 210 | - |
| CMYK | 0 | 0.95 | 0.18 | 0 |
| HSL | 311.2º | 1% | 0.53% | - |
| HSV(B) | 311.2º | 0.95% | 1% | - |
| XYZ | 53.03 | 26.23 | 63.24 | - |
| YUV | 108.4 | 185.34 | 232.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 14 | 210 | 0 | 0.95 | 0.18 | 0 | 311.2 | 1 | 0.53 |
| Hex | FF | E | D2 | 0 | 5F | 12 | 0 | 137 | 64 | 35 |
| Octal | 377 | 16 | 322 | 0 | 137 | 22 | 0 | 467 | 144 | 65 |
| Binary | 11111111 | 1110 | 11010010 | 0 | 1011111 | 10010 | 0 | 100110111 | 1100100 | 110101 |
Color Harmonies of #FF0ED2
Complementary color
Monochromatic Colors of #FF0ED2
Black with #FF0ED2
Text Example
Text Example
White with #FF0ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0ED2; }
p { color: rgb(255,14,210); }
H1.HeaderClassName
{
color: #FF0ED2;
}
.AnyTagClassName
{
color: #FF0ED2;
}
</style>
background-color css
<style>
a { background-color: #FF0ED2; }
a { background-color: rgb(255,14,210); }
div.DivClassName
{
background-color: #FF0ED2;
}
.BgClassName
{
background-color: #FF0ED2;
}
</style>
border-color css
<style>
span { border-color: #FF0ED2; }
span { border-color: rgb(255,14,210); }
td.TdClassName
{
border-color: #FF0ED2;
}
.TagClassName
{
border-color: #FF0ED2;
}
</style>