Shades of Hot Magenta #FE09E1
Tints of Hot Magenta #FE09E1
RGB
CMYK
RGB Variations
Color information
#FE09E1 (or 0xFE09E1) is known color: Hot Magenta. HEX triplet: FE, 09 and E1. RGB value is (254,9,225). Sum of RGB (Red+Green+Blue) = 254+9+225=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 9 (3.91% from 255 or 1.84% from 488); Blue value is 225 (88.28% from 255 or 46.11% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE09E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE09E1 is #01F61E. Grayscale: #6A6A6A. Windows color (decimal): -128543 or 14748158. OLE color: 14748158.
HSL color Cylindrical-coordinate representation of color #FE09E1: hue angle of 307.1º 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 #FE09E1 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 225 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.00 |
| HSL | 307.1º | 0.99% | 0.52% | - |
| HSV(B) | 307.1º | 0.96% | 1% | - |
| XYZ | 54.56 | 26.7 | 73.51 | - |
| YUV | 106.88 | 194.67 | 232.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 225 | 0 | 0.96 | 0.11 | 0.00 | 307.1 | 0.99 | 0.52 |
| Hex | FE | 9 | E1 | 0 | 60 | B | 0 | 133 | 63 | 34 |
| Octal | 376 | 11 | 341 | 0 | 140 | 13 | 0 | 463 | 143 | 64 |
| Binary | 11111110 | 1001 | 11100001 | 0 | 1100000 | 1011 | 0 | 100110011 | 1100011 | 110100 |
Color Harmonies of #FE09E1
Complementary color
Monochromatic Colors of #FE09E1
Black with #FE09E1
Text Example
Text Example
White with #FE09E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE09E1; }
p { color: rgb(254,9,225); }
H1.HeaderClassName
{
color: #FE09E1;
}
.AnyTagClassName
{
color: #FE09E1;
}
</style>
background-color css
<style>
a { background-color: #FE09E1; }
a { background-color: rgb(254,9,225); }
div.DivClassName
{
background-color: #FE09E1;
}
.BgClassName
{
background-color: #FE09E1;
}
</style>
border-color css
<style>
span { border-color: #FE09E1; }
span { border-color: rgb(254,9,225); }
td.TdClassName
{
border-color: #FE09E1;
}
.TagClassName
{
border-color: #FE09E1;
}
</style>