Shades of Hot Magenta #FE00D1
Tints of Hot Magenta #FE00D1
RGB
CMYK
RGB Variations
Color information
#FE00D1 (or 0xFE00D1) is known color: Hot Magenta. HEX triplet: FE, 00 and D1. RGB value is (254,0,209). Sum of RGB (Red+Green+Blue) = 254+0+209=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 0 (0.39% from 255 or 0% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE00D1 is #01FF2E. Grayscale: #636363. Windows color (decimal): -130863 or 13697278. OLE color: 13697278.
HSL color Cylindrical-coordinate representation of color #FE00D1: hue angle of 310.63º 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 #FE00D1 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 209 | - |
| CMYK | 0 | 1 | 0.18 | 0.00 |
| HSL | 310.63º | 1% | 0.5% | - |
| HSV(B) | 310.63º | 1% | 1% | - |
| XYZ | 52.38 | 25.67 | 62.52 | - |
| YUV | 99.77 | 189.65 | 238.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 209 | 0 | 1 | 0.18 | 0.00 | 310.63 | 1 | 0.5 |
| Hex | FE | 0 | D1 | 0 | 64 | 12 | 0 | 137 | 64 | 32 |
| Octal | 376 | 0 | 321 | 0 | 144 | 22 | 0 | 467 | 144 | 62 |
| Binary | 11111110 | 0 | 11010001 | 0 | 1100100 | 10010 | 0 | 100110111 | 1100100 | 110010 |
Color Harmonies of #FE00D1
Complementary color
Monochromatic Colors of #FE00D1
Black with #FE00D1
Text Example
Text Example
White with #FE00D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE00D1; }
p { color: rgb(254,0,209); }
H1.HeaderClassName
{
color: #FE00D1;
}
.AnyTagClassName
{
color: #FE00D1;
}
</style>
background-color css
<style>
a { background-color: #FE00D1; }
a { background-color: rgb(254,0,209); }
div.DivClassName
{
background-color: #FE00D1;
}
.BgClassName
{
background-color: #FE00D1;
}
</style>
border-color css
<style>
span { border-color: #FE00D1; }
span { border-color: rgb(254,0,209); }
td.TdClassName
{
border-color: #FE00D1;
}
.TagClassName
{
border-color: #FE00D1;
}
</style>