Shades of Hot Magenta #FE15D9
Tints of Hot Magenta #FE15D9
RGB
CMYK
RGB Variations
Color information
#FE15D9 (or 0xFE15D9) is known color: Hot Magenta. HEX triplet: FE, 15 and D9. RGB value is (254,21,217). Sum of RGB (Red+Green+Blue) = 254+21+217=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 21 (8.59% from 255 or 4.27% from 492); Blue value is 217 (85.16% from 255 or 44.11% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE15D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE15D9 is #01EA26. Grayscale: #707070. Windows color (decimal): -125479 or 14226942. OLE color: 14226942.
HSL color Cylindrical-coordinate representation of color #FE15D9: hue angle of 309.53º 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 #FE15D9 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 217 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.00 |
| HSL | 309.53º | 0.99% | 0.54% | - |
| HSV(B) | 309.53º | 0.92% | 1% | - |
| XYZ | 53.67 | 26.62 | 67.95 | - |
| YUV | 113.01 | 186.69 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 217 | 0 | 0.92 | 0.15 | 0.00 | 309.53 | 0.99 | 0.54 |
| Hex | FE | 15 | D9 | 0 | 5C | F | 0 | 136 | 63 | 36 |
| Octal | 376 | 25 | 331 | 0 | 134 | 17 | 0 | 466 | 143 | 66 |
| Binary | 11111110 | 10101 | 11011001 | 0 | 1011100 | 1111 | 0 | 100110110 | 1100011 | 110110 |
Color Harmonies of #FE15D9
Complementary color
Monochromatic Colors of #FE15D9
Black with #FE15D9
Text Example
Text Example
White with #FE15D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE15D9; }
p { color: rgb(254,21,217); }
H1.HeaderClassName
{
color: #FE15D9;
}
.AnyTagClassName
{
color: #FE15D9;
}
</style>
background-color css
<style>
a { background-color: #FE15D9; }
a { background-color: rgb(254,21,217); }
div.DivClassName
{
background-color: #FE15D9;
}
.BgClassName
{
background-color: #FE15D9;
}
</style>
border-color css
<style>
span { border-color: #FE15D9; }
span { border-color: rgb(254,21,217); }
td.TdClassName
{
border-color: #FE15D9;
}
.TagClassName
{
border-color: #FE15D9;
}
</style>