Shades of Hot Magenta #FE16DD
Tints of Hot Magenta #FE16DD
RGB
CMYK
RGB Variations
Color information
#FE16DD (or 0xFE16DD) is known color: Hot Magenta. HEX triplet: FE, 16 and DD. RGB value is (254,22,221). Sum of RGB (Red+Green+Blue) = 254+22+221=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 22 (8.98% from 255 or 4.43% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE16DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE16DD is #01E922. Grayscale: #717171. Windows color (decimal): -125219 or 14489342. OLE color: 14489342.
HSL color Cylindrical-coordinate representation of color #FE16DD: hue angle of 308.53º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE16DD is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 221 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.00 |
| HSL | 308.53º | 0.99% | 0.54% | - |
| HSV(B) | 308.53º | 0.91% | 1% | - |
| XYZ | 54.21 | 26.87 | 70.73 | - |
| YUV | 114.05 | 188.36 | 227.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 221 | 0 | 0.91 | 0.13 | 0.00 | 308.53 | 0.99 | 0.54 |
| Hex | FE | 16 | DD | 0 | 5B | D | 0 | 135 | 63 | 36 |
| Octal | 376 | 26 | 335 | 0 | 133 | 15 | 0 | 465 | 143 | 66 |
| Binary | 11111110 | 10110 | 11011101 | 0 | 1011011 | 1101 | 0 | 100110101 | 1100011 | 110110 |
Color Harmonies of #FE16DD
Complementary color
Monochromatic Colors of #FE16DD
Black with #FE16DD
Text Example
Text Example
White with #FE16DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE16DD; }
p { color: rgb(254,22,221); }
H1.HeaderClassName
{
color: #FE16DD;
}
.AnyTagClassName
{
color: #FE16DD;
}
</style>
background-color css
<style>
a { background-color: #FE16DD; }
a { background-color: rgb(254,22,221); }
div.DivClassName
{
background-color: #FE16DD;
}
.BgClassName
{
background-color: #FE16DD;
}
</style>
border-color css
<style>
span { border-color: #FE16DD; }
span { border-color: rgb(254,22,221); }
td.TdClassName
{
border-color: #FE16DD;
}
.TagClassName
{
border-color: #FE16DD;
}
</style>