Shades of Hot Magenta #FE13D9
Tints of Hot Magenta #FE13D9
RGB
CMYK
RGB Variations
Color information
#FE13D9 (or 0xFE13D9) is known color: Hot Magenta. HEX triplet: FE, 13 and D9. RGB value is (254,19,217). Sum of RGB (Red+Green+Blue) = 254+19+217=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 19 (7.81% from 255 or 3.88% from 490); Blue value is 217 (85.16% from 255 or 44.29% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE13D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE13D9 is #01EC26. Grayscale: #6F6F6F. Windows color (decimal): -125991 or 14226430. OLE color: 14226430.
HSL color Cylindrical-coordinate representation of color #FE13D9: hue angle of 309.45º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE13D9 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 217 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.00 |
| HSL | 309.45º | 0.99% | 0.54% | - |
| HSV(B) | 309.45º | 0.93% | 1% | - |
| XYZ | 53.63 | 26.55 | 67.94 | - |
| YUV | 111.84 | 187.36 | 229.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 217 | 0 | 0.93 | 0.15 | 0.00 | 309.45 | 0.99 | 0.54 |
| Hex | FE | 13 | D9 | 0 | 5D | F | 0 | 135 | 63 | 36 |
| Octal | 376 | 23 | 331 | 0 | 135 | 17 | 0 | 465 | 143 | 66 |
| Binary | 11111110 | 10011 | 11011001 | 0 | 1011101 | 1111 | 0 | 100110101 | 1100011 | 110110 |
Color Harmonies of #FE13D9
Complementary color
Monochromatic Colors of #FE13D9
Black with #FE13D9
Text Example
Text Example
White with #FE13D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE13D9; }
p { color: rgb(254,19,217); }
H1.HeaderClassName
{
color: #FE13D9;
}
.AnyTagClassName
{
color: #FE13D9;
}
</style>
background-color css
<style>
a { background-color: #FE13D9; }
a { background-color: rgb(254,19,217); }
div.DivClassName
{
background-color: #FE13D9;
}
.BgClassName
{
background-color: #FE13D9;
}
</style>
border-color css
<style>
span { border-color: #FE13D9; }
span { border-color: rgb(254,19,217); }
td.TdClassName
{
border-color: #FE13D9;
}
.TagClassName
{
border-color: #FE13D9;
}
</style>