Shades of Hot Magenta #FE14DD
Tints of Hot Magenta #FE14DD
RGB
CMYK
RGB Variations
Color information
#FE14DD (or 0xFE14DD) is known color: Hot Magenta. HEX triplet: FE, 14 and DD. RGB value is (254,20,221). Sum of RGB (Red+Green+Blue) = 254+20+221=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 20 (8.20% from 255 or 4.04% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE14DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE14DD is #01EB22. Grayscale: #707070. Windows color (decimal): -125731 or 14488830. OLE color: 14488830.
HSL color Cylindrical-coordinate representation of color #FE14DD: hue angle of 308.46º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE14DD is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 221 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.00 |
| HSL | 308.46º | 0.99% | 0.54% | - |
| HSV(B) | 308.46º | 0.92% | 1% | - |
| XYZ | 54.17 | 26.79 | 70.72 | - |
| YUV | 112.88 | 189.02 | 228.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 221 | 0 | 0.92 | 0.13 | 0.00 | 308.46 | 0.99 | 0.54 |
| Hex | FE | 14 | DD | 0 | 5C | D | 0 | 134 | 63 | 36 |
| Octal | 376 | 24 | 335 | 0 | 134 | 15 | 0 | 464 | 143 | 66 |
| Binary | 11111110 | 10100 | 11011101 | 0 | 1011100 | 1101 | 0 | 100110100 | 1100011 | 110110 |
Color Harmonies of #FE14DD
Complementary color
Monochromatic Colors of #FE14DD
Black with #FE14DD
Text Example
Text Example
White with #FE14DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE14DD; }
p { color: rgb(254,20,221); }
H1.HeaderClassName
{
color: #FE14DD;
}
.AnyTagClassName
{
color: #FE14DD;
}
</style>
background-color css
<style>
a { background-color: #FE14DD; }
a { background-color: rgb(254,20,221); }
div.DivClassName
{
background-color: #FE14DD;
}
.BgClassName
{
background-color: #FE14DD;
}
</style>
border-color css
<style>
span { border-color: #FE14DD; }
span { border-color: rgb(254,20,221); }
td.TdClassName
{
border-color: #FE14DD;
}
.TagClassName
{
border-color: #FE14DD;
}
</style>