Shades of Hot Magenta #FE05CD
Tints of Hot Magenta #FE05CD
RGB
CMYK
RGB Variations
Color information
#FE05CD (or 0xFE05CD) is known color: Hot Magenta. HEX triplet: FE, 05 and CD. RGB value is (254,5,205). Sum of RGB (Red+Green+Blue) = 254+5+205=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 5 (2.34% from 255 or 1.08% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FE05CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE05CD is #01FA32. Grayscale: #656565. Windows color (decimal): -129587 or 13436414. OLE color: 13436414.
HSL color Cylindrical-coordinate representation of color #FE05CD: hue angle of 311.81º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE05CD is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 205 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.00 |
| HSL | 311.81º | 0.99% | 0.51% | - |
| HSV(B) | 311.81º | 0.98% | 1% | - |
| XYZ | 51.95 | 25.59 | 59.96 | - |
| YUV | 102.25 | 185.99 | 236.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 205 | 0 | 0.98 | 0.19 | 0.00 | 311.81 | 0.99 | 0.51 |
| Hex | FE | 5 | CD | 0 | 62 | 13 | 0 | 138 | 63 | 33 |
| Octal | 376 | 5 | 315 | 0 | 142 | 23 | 0 | 470 | 143 | 63 |
| Binary | 11111110 | 101 | 11001101 | 0 | 1100010 | 10011 | 0 | 100111000 | 1100011 | 110011 |
Color Harmonies of #FE05CD
Complementary color
Monochromatic Colors of #FE05CD
Black with #FE05CD
Text Example
Text Example
White with #FE05CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE05CD; }
p { color: rgb(254,5,205); }
H1.HeaderClassName
{
color: #FE05CD;
}
.AnyTagClassName
{
color: #FE05CD;
}
</style>
background-color css
<style>
a { background-color: #FE05CD; }
a { background-color: rgb(254,5,205); }
div.DivClassName
{
background-color: #FE05CD;
}
.BgClassName
{
background-color: #FE05CD;
}
</style>
border-color css
<style>
span { border-color: #FE05CD; }
span { border-color: rgb(254,5,205); }
td.TdClassName
{
border-color: #FE05CD;
}
.TagClassName
{
border-color: #FE05CD;
}
</style>