Shades of Hot Magenta #FE14D6
Tints of Hot Magenta #FE14D6
RGB
CMYK
RGB Variations
Color information
#FE14D6 (or 0xFE14D6) is known color: Hot Magenta. HEX triplet: FE, 14 and D6. RGB value is (254,20,214). Sum of RGB (Red+Green+Blue) = 254+20+214=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 20 (8.20% from 255 or 4.10% from 488); Blue value is 214 (83.98% from 255 or 43.85% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE14D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE14D6 is #01EB29. Grayscale: #6F6F6F. Windows color (decimal): -125738 or 14030078. OLE color: 14030078.
HSL color Cylindrical-coordinate representation of color #FE14D6: hue angle of 310.26º 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 #FE14D6 is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 214 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.00 |
| HSL | 310.26º | 0.99% | 0.54% | - |
| HSV(B) | 310.26º | 0.92% | 1% | - |
| XYZ | 53.26 | 26.43 | 65.91 | - |
| YUV | 112.08 | 185.52 | 229.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 214 | 0 | 0.92 | 0.16 | 0.00 | 310.26 | 0.99 | 0.54 |
| Hex | FE | 14 | D6 | 0 | 5C | 10 | 0 | 136 | 63 | 36 |
| Octal | 376 | 24 | 326 | 0 | 134 | 20 | 0 | 466 | 143 | 66 |
| Binary | 11111110 | 10100 | 11010110 | 0 | 1011100 | 10000 | 0 | 100110110 | 1100011 | 110110 |
Color Harmonies of #FE14D6
Complementary color
Monochromatic Colors of #FE14D6
Black with #FE14D6
Text Example
Text Example
White with #FE14D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE14D6; }
p { color: rgb(254,20,214); }
H1.HeaderClassName
{
color: #FE14D6;
}
.AnyTagClassName
{
color: #FE14D6;
}
</style>
background-color css
<style>
a { background-color: #FE14D6; }
a { background-color: rgb(254,20,214); }
div.DivClassName
{
background-color: #FE14D6;
}
.BgClassName
{
background-color: #FE14D6;
}
</style>
border-color css
<style>
span { border-color: #FE14D6; }
span { border-color: rgb(254,20,214); }
td.TdClassName
{
border-color: #FE14D6;
}
.TagClassName
{
border-color: #FE14D6;
}
</style>