Shades of Hot Magenta #FE09DA
Tints of Hot Magenta #FE09DA
RGB
CMYK
RGB Variations
Color information
#FE09DA (or 0xFE09DA) is known color: Hot Magenta. HEX triplet: FE, 09 and DA. RGB value is (254,9,218). Sum of RGB (Red+Green+Blue) = 254+9+218=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 9 (3.91% from 255 or 1.87% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE09DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE09DA is #01F625. Grayscale: #696969. Windows color (decimal): -128550 or 14289406. OLE color: 14289406.
HSL color Cylindrical-coordinate representation of color #FE09DA: hue angle of 308.82º 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 #FE09DA is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 218 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.00 |
| HSL | 308.82º | 0.99% | 0.52% | - |
| HSV(B) | 308.82º | 0.96% | 1% | - |
| XYZ | 53.63 | 26.33 | 68.59 | - |
| YUV | 106.08 | 191.17 | 233.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 218 | 0 | 0.96 | 0.14 | 0.00 | 308.82 | 0.99 | 0.52 |
| Hex | FE | 9 | DA | 0 | 60 | E | 0 | 135 | 63 | 34 |
| Octal | 376 | 11 | 332 | 0 | 140 | 16 | 0 | 465 | 143 | 64 |
| Binary | 11111110 | 1001 | 11011010 | 0 | 1100000 | 1110 | 0 | 100110101 | 1100011 | 110100 |
Color Harmonies of #FE09DA
Complementary color
Monochromatic Colors of #FE09DA
Black with #FE09DA
Text Example
Text Example
White with #FE09DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE09DA; }
p { color: rgb(254,9,218); }
H1.HeaderClassName
{
color: #FE09DA;
}
.AnyTagClassName
{
color: #FE09DA;
}
</style>
background-color css
<style>
a { background-color: #FE09DA; }
a { background-color: rgb(254,9,218); }
div.DivClassName
{
background-color: #FE09DA;
}
.BgClassName
{
background-color: #FE09DA;
}
</style>
border-color css
<style>
span { border-color: #FE09DA; }
span { border-color: rgb(254,9,218); }
td.TdClassName
{
border-color: #FE09DA;
}
.TagClassName
{
border-color: #FE09DA;
}
</style>