Shades of Hot Magenta #FE09D5
Tints of Hot Magenta #FE09D5
RGB
CMYK
RGB Variations
Color information
#FE09D5 (or 0xFE09D5) is known color: Hot Magenta. HEX triplet: FE, 09 and D5. RGB value is (254,9,213). Sum of RGB (Red+Green+Blue) = 254+9+213=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 9 (3.91% from 255 or 1.89% from 476); Blue value is 213 (83.59% from 255 or 44.75% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE09D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE09D5 is #01F62A. Grayscale: #686868. Windows color (decimal): -128555 or 13961726. OLE color: 13961726.
HSL color Cylindrical-coordinate representation of color #FE09D5: hue angle of 310.04º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE09D5 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 213 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.00 |
| HSL | 310.04º | 0.99% | 0.52% | - |
| HSV(B) | 310.04º | 0.96% | 1% | - |
| XYZ | 52.98 | 26.07 | 65.19 | - |
| YUV | 105.51 | 188.67 | 233.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 213 | 0 | 0.96 | 0.16 | 0.00 | 310.04 | 0.99 | 0.52 |
| Hex | FE | 9 | D5 | 0 | 60 | 10 | 0 | 136 | 63 | 34 |
| Octal | 376 | 11 | 325 | 0 | 140 | 20 | 0 | 466 | 143 | 64 |
| Binary | 11111110 | 1001 | 11010101 | 0 | 1100000 | 10000 | 0 | 100110110 | 1100011 | 110100 |
Color Harmonies of #FE09D5
Complementary color
Monochromatic Colors of #FE09D5
Black with #FE09D5
Text Example
Text Example
White with #FE09D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE09D5; }
p { color: rgb(254,9,213); }
H1.HeaderClassName
{
color: #FE09D5;
}
.AnyTagClassName
{
color: #FE09D5;
}
</style>
background-color css
<style>
a { background-color: #FE09D5; }
a { background-color: rgb(254,9,213); }
div.DivClassName
{
background-color: #FE09D5;
}
.BgClassName
{
background-color: #FE09D5;
}
</style>
border-color css
<style>
span { border-color: #FE09D5; }
span { border-color: rgb(254,9,213); }
td.TdClassName
{
border-color: #FE09D5;
}
.TagClassName
{
border-color: #FE09D5;
}
</style>