Shades of Hot Magenta #FE00DD
Tints of Hot Magenta #FE00DD
RGB
CMYK
RGB Variations
Color information
#FE00DD (or 0xFE00DD) is known color: Hot Magenta. HEX triplet: FE, 00 and DD. RGB value is (254,0,221). Sum of RGB (Red+Green+Blue) = 254+0+221=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 0 (0.39% from 255 or 0% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE00DD is #01FF22. Grayscale: #646464. Windows color (decimal): -130851 or 14483710. OLE color: 14483710.
HSL color Cylindrical-coordinate representation of color #FE00DD: hue angle of 307.8º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE00DD is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 221 | - |
| CMYK | 0 | 1 | 0.13 | 0.00 |
| HSL | 307.8º | 1% | 0.5% | - |
| HSV(B) | 307.8º | 1% | 1% | - |
| XYZ | 53.92 | 26.29 | 70.64 | - |
| YUV | 101.14 | 195.65 | 237.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 221 | 0 | 1 | 0.13 | 0.00 | 307.8 | 1 | 0.5 |
| Hex | FE | 0 | DD | 0 | 64 | D | 0 | 134 | 64 | 32 |
| Octal | 376 | 0 | 335 | 0 | 144 | 15 | 0 | 464 | 144 | 62 |
| Binary | 11111110 | 0 | 11011101 | 0 | 1100100 | 1101 | 0 | 100110100 | 1100100 | 110010 |
Color Harmonies of #FE00DD
Complementary color
Monochromatic Colors of #FE00DD
Black with #FE00DD
Text Example
Text Example
White with #FE00DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE00DD; }
p { color: rgb(254,0,221); }
H1.HeaderClassName
{
color: #FE00DD;
}
.AnyTagClassName
{
color: #FE00DD;
}
</style>
background-color css
<style>
a { background-color: #FE00DD; }
a { background-color: rgb(254,0,221); }
div.DivClassName
{
background-color: #FE00DD;
}
.BgClassName
{
background-color: #FE00DD;
}
</style>
border-color css
<style>
span { border-color: #FE00DD; }
span { border-color: rgb(254,0,221); }
td.TdClassName
{
border-color: #FE00DD;
}
.TagClassName
{
border-color: #FE00DD;
}
</style>