Shades of Hot Magenta #FE14DA
Tints of Hot Magenta #FE14DA
RGB
CMYK
RGB Variations
Color information
#FE14DA (or 0xFE14DA) is known color: Hot Magenta. HEX triplet: FE, 14 and DA. RGB value is (254,20,218). Sum of RGB (Red+Green+Blue) = 254+20+218=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 20 (8.20% from 255 or 4.07% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE14DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE14DA is #01EB25. Grayscale: #6F6F6F. Windows color (decimal): -125734 or 14292222. OLE color: 14292222.
HSL color Cylindrical-coordinate representation of color #FE14DA: hue angle of 309.23º 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 #FE14DA is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 218 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.00 |
| HSL | 309.23º | 0.99% | 0.54% | - |
| HSV(B) | 309.23º | 0.92% | 1% | - |
| XYZ | 53.78 | 26.63 | 68.64 | - |
| YUV | 112.54 | 187.52 | 228.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 218 | 0 | 0.92 | 0.14 | 0.00 | 309.23 | 0.99 | 0.54 |
| Hex | FE | 14 | DA | 0 | 5C | E | 0 | 135 | 63 | 36 |
| Octal | 376 | 24 | 332 | 0 | 134 | 16 | 0 | 465 | 143 | 66 |
| Binary | 11111110 | 10100 | 11011010 | 0 | 1011100 | 1110 | 0 | 100110101 | 1100011 | 110110 |
Color Harmonies of #FE14DA
Complementary color
Monochromatic Colors of #FE14DA
Black with #FE14DA
Text Example
Text Example
White with #FE14DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE14DA; }
p { color: rgb(254,20,218); }
H1.HeaderClassName
{
color: #FE14DA;
}
.AnyTagClassName
{
color: #FE14DA;
}
</style>
background-color css
<style>
a { background-color: #FE14DA; }
a { background-color: rgb(254,20,218); }
div.DivClassName
{
background-color: #FE14DA;
}
.BgClassName
{
background-color: #FE14DA;
}
</style>
border-color css
<style>
span { border-color: #FE14DA; }
span { border-color: rgb(254,20,218); }
td.TdClassName
{
border-color: #FE14DA;
}
.TagClassName
{
border-color: #FE14DA;
}
</style>