Shades of Hot Magenta #FE00CD
Tints of Hot Magenta #FE00CD
RGB
CMYK
RGB Variations
Color information
#FE00CD (or 0xFE00CD) is known color: Hot Magenta. HEX triplet: FE, 00 and CD. RGB value is (254,0,205). Sum of RGB (Red+Green+Blue) = 254+0+205=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 0 (0.39% from 255 or 0% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE00CD is #01FF32. Grayscale: #626262. Windows color (decimal): -130867 or 13435134. OLE color: 13435134.
HSL color Cylindrical-coordinate representation of color #FE00CD: hue angle of 311.57º 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 #FE00CD is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 205 | - |
| CMYK | 0 | 1 | 0.19 | 0.00 |
| HSL | 311.57º | 1% | 0.5% | - |
| HSV(B) | 311.57º | 1% | 1% | - |
| XYZ | 51.89 | 25.48 | 59.94 | - |
| YUV | 99.32 | 187.65 | 238.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 205 | 0 | 1 | 0.19 | 0.00 | 311.57 | 1 | 0.5 |
| Hex | FE | 0 | CD | 0 | 64 | 13 | 0 | 138 | 64 | 32 |
| Octal | 376 | 0 | 315 | 0 | 144 | 23 | 0 | 470 | 144 | 62 |
| Binary | 11111110 | 0 | 11001101 | 0 | 1100100 | 10011 | 0 | 100111000 | 1100100 | 110010 |
Color Harmonies of #FE00CD
Complementary color
Monochromatic Colors of #FE00CD
Black with #FE00CD
Text Example
Text Example
White with #FE00CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE00CD; }
p { color: rgb(254,0,205); }
H1.HeaderClassName
{
color: #FE00CD;
}
.AnyTagClassName
{
color: #FE00CD;
}
</style>
background-color css
<style>
a { background-color: #FE00CD; }
a { background-color: rgb(254,0,205); }
div.DivClassName
{
background-color: #FE00CD;
}
.BgClassName
{
background-color: #FE00CD;
}
</style>
border-color css
<style>
span { border-color: #FE00CD; }
span { border-color: rgb(254,0,205); }
td.TdClassName
{
border-color: #FE00CD;
}
.TagClassName
{
border-color: #FE00CD;
}
</style>