Shades of Hot Magenta #FE01DA
Tints of Hot Magenta #FE01DA
RGB
CMYK
RGB Variations
Color information
#FE01DA (or 0xFE01DA) is known color: Hot Magenta. HEX triplet: FE, 01 and DA. RGB value is (254,1,218). Sum of RGB (Red+Green+Blue) = 254+1+218=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 1 (0.78% from 255 or 0.21% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE01DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE01DA is #01FE25. Grayscale: #646464. Windows color (decimal): -130598 or 14287358. OLE color: 14287358.
HSL color Cylindrical-coordinate representation of color #FE01DA: hue angle of 308.54º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE01DA is Cyan = 0, Magento = 1.00, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 218 | - |
| CMYK | 0 | 1.00 | 0.14 | 0.00 |
| HSL | 308.54º | 0.99% | 0.5% | - |
| HSV(B) | 308.54º | 1% | 1% | - |
| XYZ | 53.54 | 26.15 | 68.56 | - |
| YUV | 101.39 | 193.82 | 236.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 218 | 0 | 1.00 | 0.14 | 0.00 | 308.54 | 0.99 | 0.5 |
| Hex | FE | 1 | DA | 0 | 64 | E | 0 | 135 | 63 | 32 |
| Octal | 376 | 1 | 332 | 0 | 144 | 16 | 0 | 465 | 143 | 62 |
| Binary | 11111110 | 1 | 11011010 | 0 | 1100100 | 1110 | 0 | 100110101 | 1100011 | 110010 |
Color Harmonies of #FE01DA
Complementary color
Monochromatic Colors of #FE01DA
Black with #FE01DA
Text Example
Text Example
White with #FE01DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE01DA; }
p { color: rgb(254,1,218); }
H1.HeaderClassName
{
color: #FE01DA;
}
.AnyTagClassName
{
color: #FE01DA;
}
</style>
background-color css
<style>
a { background-color: #FE01DA; }
a { background-color: rgb(254,1,218); }
div.DivClassName
{
background-color: #FE01DA;
}
.BgClassName
{
background-color: #FE01DA;
}
</style>
border-color css
<style>
span { border-color: #FE01DA; }
span { border-color: rgb(254,1,218); }
td.TdClassName
{
border-color: #FE01DA;
}
.TagClassName
{
border-color: #FE01DA;
}
</style>