Shades of Hot Magenta #FE09E2
Tints of Hot Magenta #FE09E2
RGB
CMYK
RGB Variations
Color information
#FE09E2 (or 0xFE09E2) is known color: Hot Magenta. HEX triplet: FE, 09 and E2. RGB value is (254,9,226). Sum of RGB (Red+Green+Blue) = 254+9+226=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 9 (3.91% from 255 or 1.84% from 489); Blue value is 226 (88.67% from 255 or 46.22% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE09E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE09E2 is #01F61D. Grayscale: #6A6A6A. Windows color (decimal): -128542 or 14813694. OLE color: 14813694.
HSL color Cylindrical-coordinate representation of color #FE09E2: hue angle of 306.86º 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 #FE09E2 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 226 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.00 |
| HSL | 306.86º | 0.99% | 0.52% | - |
| HSV(B) | 306.86º | 0.96% | 1% | - |
| XYZ | 54.7 | 26.76 | 74.23 | - |
| YUV | 106.99 | 195.17 | 232.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 226 | 0 | 0.96 | 0.11 | 0.00 | 306.86 | 0.99 | 0.52 |
| Hex | FE | 9 | E2 | 0 | 60 | B | 0 | 133 | 63 | 34 |
| Octal | 376 | 11 | 342 | 0 | 140 | 13 | 0 | 463 | 143 | 64 |
| Binary | 11111110 | 1001 | 11100010 | 0 | 1100000 | 1011 | 0 | 100110011 | 1100011 | 110100 |
Color Harmonies of #FE09E2
Complementary color
Monochromatic Colors of #FE09E2
Black with #FE09E2
Text Example
Text Example
White with #FE09E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE09E2; }
p { color: rgb(254,9,226); }
H1.HeaderClassName
{
color: #FE09E2;
}
.AnyTagClassName
{
color: #FE09E2;
}
</style>
background-color css
<style>
a { background-color: #FE09E2; }
a { background-color: rgb(254,9,226); }
div.DivClassName
{
background-color: #FE09E2;
}
.BgClassName
{
background-color: #FE09E2;
}
</style>
border-color css
<style>
span { border-color: #FE09E2; }
span { border-color: rgb(254,9,226); }
td.TdClassName
{
border-color: #FE09E2;
}
.TagClassName
{
border-color: #FE09E2;
}
</style>