Shades of Hot Magenta #FE15DA
Tints of Hot Magenta #FE15DA
RGB
CMYK
RGB Variations
Color information
#FE15DA (or 0xFE15DA) is known color: Hot Magenta. HEX triplet: FE, 15 and DA. RGB value is (254,21,218). Sum of RGB (Red+Green+Blue) = 254+21+218=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 21 (8.59% from 255 or 4.26% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE15DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE15DA is #01EA25. Grayscale: #707070. Windows color (decimal): -125478 or 14292478. OLE color: 14292478.
HSL color Cylindrical-coordinate representation of color #FE15DA: hue angle of 309.27º 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 #FE15DA is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 218 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.00 |
| HSL | 309.27º | 0.99% | 0.54% | - |
| HSV(B) | 309.27º | 0.92% | 1% | - |
| XYZ | 53.8 | 26.67 | 68.64 | - |
| YUV | 113.13 | 187.19 | 228.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 218 | 0 | 0.92 | 0.14 | 0.00 | 309.27 | 0.99 | 0.54 |
| Hex | FE | 15 | DA | 0 | 5C | E | 0 | 135 | 63 | 36 |
| Octal | 376 | 25 | 332 | 0 | 134 | 16 | 0 | 465 | 143 | 66 |
| Binary | 11111110 | 10101 | 11011010 | 0 | 1011100 | 1110 | 0 | 100110101 | 1100011 | 110110 |
Color Harmonies of #FE15DA
Complementary color
Monochromatic Colors of #FE15DA
Black with #FE15DA
Text Example
Text Example
White with #FE15DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE15DA; }
p { color: rgb(254,21,218); }
H1.HeaderClassName
{
color: #FE15DA;
}
.AnyTagClassName
{
color: #FE15DA;
}
</style>
background-color css
<style>
a { background-color: #FE15DA; }
a { background-color: rgb(254,21,218); }
div.DivClassName
{
background-color: #FE15DA;
}
.BgClassName
{
background-color: #FE15DA;
}
</style>
border-color css
<style>
span { border-color: #FE15DA; }
span { border-color: rgb(254,21,218); }
td.TdClassName
{
border-color: #FE15DA;
}
.TagClassName
{
border-color: #FE15DA;
}
</style>