Shades of Hot Magenta #FE09D7
Tints of Hot Magenta #FE09D7
RGB
CMYK
RGB Variations
Color information
#FE09D7 (or 0xFE09D7) is known color: Hot Magenta. HEX triplet: FE, 09 and D7. RGB value is (254,9,215). Sum of RGB (Red+Green+Blue) = 254+9+215=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 9 (3.91% from 255 or 1.88% from 478); Blue value is 215 (84.38% from 255 or 44.98% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE09D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE09D7 is #01F628. Grayscale: #696969. Windows color (decimal): -128553 or 14092798. OLE color: 14092798.
HSL color Cylindrical-coordinate representation of color #FE09D7: hue angle of 309.55º 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 #FE09D7 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 215 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.00 |
| HSL | 309.55º | 0.99% | 0.52% | - |
| HSV(B) | 309.55º | 0.96% | 1% | - |
| XYZ | 53.24 | 26.17 | 66.54 | - |
| YUV | 105.74 | 189.67 | 233.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 215 | 0 | 0.96 | 0.15 | 0.00 | 309.55 | 0.99 | 0.52 |
| Hex | FE | 9 | D7 | 0 | 60 | F | 0 | 136 | 63 | 34 |
| Octal | 376 | 11 | 327 | 0 | 140 | 17 | 0 | 466 | 143 | 64 |
| Binary | 11111110 | 1001 | 11010111 | 0 | 1100000 | 1111 | 0 | 100110110 | 1100011 | 110100 |
Color Harmonies of #FE09D7
Complementary color
Monochromatic Colors of #FE09D7
Black with #FE09D7
Text Example
Text Example
White with #FE09D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE09D7; }
p { color: rgb(254,9,215); }
H1.HeaderClassName
{
color: #FE09D7;
}
.AnyTagClassName
{
color: #FE09D7;
}
</style>
background-color css
<style>
a { background-color: #FE09D7; }
a { background-color: rgb(254,9,215); }
div.DivClassName
{
background-color: #FE09D7;
}
.BgClassName
{
background-color: #FE09D7;
}
</style>
border-color css
<style>
span { border-color: #FE09D7; }
span { border-color: rgb(254,9,215); }
td.TdClassName
{
border-color: #FE09D7;
}
.TagClassName
{
border-color: #FE09D7;
}
</style>