Shades of Hot Magenta #FE00CE
Tints of Hot Magenta #FE00CE
RGB
CMYK
RGB Variations
Color information
#FE00CE (or 0xFE00CE) is known color: Hot Magenta. HEX triplet: FE, 00 and CE. RGB value is (254,0,206). Sum of RGB (Red+Green+Blue) = 254+0+206=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 0 (0.39% from 255 or 0% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE00CE is #01FF31. Grayscale: #626262. Windows color (decimal): -130866 or 13500670. OLE color: 13500670.
HSL color Cylindrical-coordinate representation of color #FE00CE: hue angle of 311.34º 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 #FE00CE is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 206 | - |
| CMYK | 0 | 1 | 0.19 | 0.00 |
| HSL | 311.34º | 1% | 0.5% | - |
| HSV(B) | 311.34º | 1% | 1% | - |
| XYZ | 52.01 | 25.53 | 60.58 | - |
| YUV | 99.43 | 188.15 | 238.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 206 | 0 | 1 | 0.19 | 0.00 | 311.34 | 1 | 0.5 |
| Hex | FE | 0 | CE | 0 | 64 | 13 | 0 | 137 | 64 | 32 |
| Octal | 376 | 0 | 316 | 0 | 144 | 23 | 0 | 467 | 144 | 62 |
| Binary | 11111110 | 0 | 11001110 | 0 | 1100100 | 10011 | 0 | 100110111 | 1100100 | 110010 |
Color Harmonies of #FE00CE
Complementary color
Monochromatic Colors of #FE00CE
Black with #FE00CE
Text Example
Text Example
White with #FE00CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE00CE; }
p { color: rgb(254,0,206); }
H1.HeaderClassName
{
color: #FE00CE;
}
.AnyTagClassName
{
color: #FE00CE;
}
</style>
background-color css
<style>
a { background-color: #FE00CE; }
a { background-color: rgb(254,0,206); }
div.DivClassName
{
background-color: #FE00CE;
}
.BgClassName
{
background-color: #FE00CE;
}
</style>
border-color css
<style>
span { border-color: #FE00CE; }
span { border-color: rgb(254,0,206); }
td.TdClassName
{
border-color: #FE00CE;
}
.TagClassName
{
border-color: #FE00CE;
}
</style>