Shades of Hot Magenta #FE14DB
Tints of Hot Magenta #FE14DB
RGB
CMYK
RGB Variations
Color information
#FE14DB (or 0xFE14DB) is known color: Hot Magenta. HEX triplet: FE, 14 and DB. RGB value is (254,20,219). Sum of RGB (Red+Green+Blue) = 254+20+219=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 20 (8.20% from 255 or 4.06% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE14DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE14DB is #01EB24. Grayscale: #707070. Windows color (decimal): -125733 or 14357758. OLE color: 14357758.
HSL color Cylindrical-coordinate representation of color #FE14DB: hue angle of 308.97º 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 #FE14DB is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 219 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.00 |
| HSL | 308.97º | 0.99% | 0.54% | - |
| HSV(B) | 308.97º | 0.92% | 1% | - |
| XYZ | 53.91 | 26.69 | 69.33 | - |
| YUV | 112.65 | 188.02 | 228.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 219 | 0 | 0.92 | 0.14 | 0.00 | 308.97 | 0.99 | 0.54 |
| Hex | FE | 14 | DB | 0 | 5C | E | 0 | 135 | 63 | 36 |
| Octal | 376 | 24 | 333 | 0 | 134 | 16 | 0 | 465 | 143 | 66 |
| Binary | 11111110 | 10100 | 11011011 | 0 | 1011100 | 1110 | 0 | 100110101 | 1100011 | 110110 |
Color Harmonies of #FE14DB
Complementary color
Monochromatic Colors of #FE14DB
Black with #FE14DB
Text Example
Text Example
White with #FE14DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE14DB; }
p { color: rgb(254,20,219); }
H1.HeaderClassName
{
color: #FE14DB;
}
.AnyTagClassName
{
color: #FE14DB;
}
</style>
background-color css
<style>
a { background-color: #FE14DB; }
a { background-color: rgb(254,20,219); }
div.DivClassName
{
background-color: #FE14DB;
}
.BgClassName
{
background-color: #FE14DB;
}
</style>
border-color css
<style>
span { border-color: #FE14DB; }
span { border-color: rgb(254,20,219); }
td.TdClassName
{
border-color: #FE14DB;
}
.TagClassName
{
border-color: #FE14DB;
}
</style>