Shades of Hot Magenta #FE0DD0
Tints of Hot Magenta #FE0DD0
RGB
CMYK
RGB Variations
Color information
#FE0DD0 (or 0xFE0DD0) is known color: Hot Magenta. HEX triplet: FE, 0D and D0. RGB value is (254,13,208). Sum of RGB (Red+Green+Blue) = 254+13+208=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 13 (5.47% from 255 or 2.74% from 475); Blue value is 208 (81.64% from 255 or 43.79% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0DD0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0DD0 is #01F22F. Grayscale: #6A6A6A. Windows color (decimal): -127536 or 13635070. OLE color: 13635070.
HSL color Cylindrical-coordinate representation of color #FE0DD0: hue angle of 311.45º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE0DD0 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 13 | 208 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.00 |
| HSL | 311.45º | 0.99% | 0.52% | - |
| HSV(B) | 311.45º | 0.95% | 1% | - |
| XYZ | 52.4 | 25.91 | 61.91 | - |
| YUV | 107.29 | 184.84 | 232.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 13 | 208 | 0 | 0.95 | 0.18 | 0.00 | 311.45 | 0.99 | 0.52 |
| Hex | FE | D | D0 | 0 | 5F | 12 | 0 | 137 | 63 | 34 |
| Octal | 376 | 15 | 320 | 0 | 137 | 22 | 0 | 467 | 143 | 64 |
| Binary | 11111110 | 1101 | 11010000 | 0 | 1011111 | 10010 | 0 | 100110111 | 1100011 | 110100 |
Color Harmonies of #FE0DD0
Complementary color
Monochromatic Colors of #FE0DD0
Black with #FE0DD0
Text Example
Text Example
White with #FE0DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0DD0; }
p { color: rgb(254,13,208); }
H1.HeaderClassName
{
color: #FE0DD0;
}
.AnyTagClassName
{
color: #FE0DD0;
}
</style>
background-color css
<style>
a { background-color: #FE0DD0; }
a { background-color: rgb(254,13,208); }
div.DivClassName
{
background-color: #FE0DD0;
}
.BgClassName
{
background-color: #FE0DD0;
}
</style>
border-color css
<style>
span { border-color: #FE0DD0; }
span { border-color: rgb(254,13,208); }
td.TdClassName
{
border-color: #FE0DD0;
}
.TagClassName
{
border-color: #FE0DD0;
}
</style>