Shades of Hot Magenta #FF09E5
Tints of Hot Magenta #FF09E5
RGB
CMYK
RGB Variations
Color information
#FF09E5 (or 0xFF09E5) is known color: Hot Magenta. HEX triplet: FF, 09 and E5. RGB value is (255,9,229). Sum of RGB (Red+Green+Blue) = 255+9+229=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 9 (3.91% from 255 or 1.83% from 493); Blue value is 229 (89.84% from 255 or 46.45% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF09E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF09E5 is #00F61A. Grayscale: #6B6B6B. Windows color (decimal): -63003 or 15010303. OLE color: 15010303.
HSL color Cylindrical-coordinate representation of color #FF09E5: hue angle of 306.34º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF09E5 is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 229 | - |
| CMYK | 0 | 0.96 | 0.10 | 0 |
| HSL | 306.34º | 1% | 0.52% | - |
| HSV(B) | 306.34º | 0.96% | 1% | - |
| XYZ | 55.48 | 27.11 | 76.44 | - |
| YUV | 107.63 | 196.5 | 233.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 229 | 0 | 0.96 | 0.10 | 0 | 306.34 | 1 | 0.52 |
| Hex | FF | 9 | E5 | 0 | 60 | A | 0 | 132 | 64 | 34 |
| Octal | 377 | 11 | 345 | 0 | 140 | 12 | 0 | 462 | 144 | 64 |
| Binary | 11111111 | 1001 | 11100101 | 0 | 1100000 | 1010 | 0 | 100110010 | 1100100 | 110100 |
Color Harmonies of #FF09E5
Complementary color
Monochromatic Colors of #FF09E5
Black with #FF09E5
Text Example
Text Example
White with #FF09E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF09E5; }
p { color: rgb(255,9,229); }
H1.HeaderClassName
{
color: #FF09E5;
}
.AnyTagClassName
{
color: #FF09E5;
}
</style>
background-color css
<style>
a { background-color: #FF09E5; }
a { background-color: rgb(255,9,229); }
div.DivClassName
{
background-color: #FF09E5;
}
.BgClassName
{
background-color: #FF09E5;
}
</style>
border-color css
<style>
span { border-color: #FF09E5; }
span { border-color: rgb(255,9,229); }
td.TdClassName
{
border-color: #FF09E5;
}
.TagClassName
{
border-color: #FF09E5;
}
</style>