Shades of Hot Magenta #FE00D5
Tints of Hot Magenta #FE00D5
RGB
CMYK
RGB Variations
Color information
#FE00D5 (or 0xFE00D5) is known color: Hot Magenta. HEX triplet: FE, 00 and D5. RGB value is (254,0,213). Sum of RGB (Red+Green+Blue) = 254+0+213=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 0 (0.39% from 255 or 0% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE00D5 is #01FF2A. Grayscale: #636363. Windows color (decimal): -130859 or 13959422. OLE color: 13959422.
HSL color Cylindrical-coordinate representation of color #FE00D5: hue angle of 309.69º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE00D5 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 213 | - |
| CMYK | 0 | 1 | 0.16 | 0.00 |
| HSL | 309.69º | 1% | 0.5% | - |
| HSV(B) | 309.69º | 1% | 1% | - |
| XYZ | 52.88 | 25.87 | 65.16 | - |
| YUV | 100.23 | 191.65 | 237.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 213 | 0 | 1 | 0.16 | 0.00 | 309.69 | 1 | 0.5 |
| Hex | FE | 0 | D5 | 0 | 64 | 10 | 0 | 136 | 64 | 32 |
| Octal | 376 | 0 | 325 | 0 | 144 | 20 | 0 | 466 | 144 | 62 |
| Binary | 11111110 | 0 | 11010101 | 0 | 1100100 | 10000 | 0 | 100110110 | 1100100 | 110010 |
Color Harmonies of #FE00D5
Complementary color
Monochromatic Colors of #FE00D5
Black with #FE00D5
Text Example
Text Example
White with #FE00D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE00D5; }
p { color: rgb(254,0,213); }
H1.HeaderClassName
{
color: #FE00D5;
}
.AnyTagClassName
{
color: #FE00D5;
}
</style>
background-color css
<style>
a { background-color: #FE00D5; }
a { background-color: rgb(254,0,213); }
div.DivClassName
{
background-color: #FE00D5;
}
.BgClassName
{
background-color: #FE00D5;
}
</style>
border-color css
<style>
span { border-color: #FE00D5; }
span { border-color: rgb(254,0,213); }
td.TdClassName
{
border-color: #FE00D5;
}
.TagClassName
{
border-color: #FE00D5;
}
</style>