Shades of Hot Magenta #FE04C5
Tints of Hot Magenta #FE04C5
RGB
CMYK
RGB Variations
Color information
#FE04C5 (or 0xFE04C5) is known color: Hot Magenta. HEX triplet: FE, 04 and C5. RGB value is (254,4,197). Sum of RGB (Red+Green+Blue) = 254+4+197=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 4 (1.95% from 255 or 0.88% from 455); Blue value is 197 (77.34% from 255 or 43.30% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FE04C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE04C5 is #01FB3A. Grayscale: #646464. Windows color (decimal): -129851 or 12911870. OLE color: 12911870.
HSL color Cylindrical-coordinate representation of color #FE04C5: hue angle of 313.68º 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 #FE04C5 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 197 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.00 |
| HSL | 313.68º | 0.99% | 0.51% | - |
| HSV(B) | 313.68º | 0.98% | 1% | - |
| XYZ | 50.99 | 25.19 | 55 | - |
| YUV | 100.75 | 182.33 | 237.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 197 | 0 | 0.98 | 0.22 | 0.00 | 313.68 | 0.99 | 0.51 |
| Hex | FE | 4 | C5 | 0 | 62 | 16 | 0 | 13A | 63 | 33 |
| Octal | 376 | 4 | 305 | 0 | 142 | 26 | 0 | 472 | 143 | 63 |
| Binary | 11111110 | 100 | 11000101 | 0 | 1100010 | 10110 | 0 | 100111010 | 1100011 | 110011 |
Color Harmonies of #FE04C5
Complementary color
Monochromatic Colors of #FE04C5
Black with #FE04C5
Text Example
Text Example
White with #FE04C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE04C5; }
p { color: rgb(254,4,197); }
H1.HeaderClassName
{
color: #FE04C5;
}
.AnyTagClassName
{
color: #FE04C5;
}
</style>
background-color css
<style>
a { background-color: #FE04C5; }
a { background-color: rgb(254,4,197); }
div.DivClassName
{
background-color: #FE04C5;
}
.BgClassName
{
background-color: #FE04C5;
}
</style>
border-color css
<style>
span { border-color: #FE04C5; }
span { border-color: rgb(254,4,197); }
td.TdClassName
{
border-color: #FE04C5;
}
.TagClassName
{
border-color: #FE04C5;
}
</style>