Shades of Hot Magenta #FE04CA
Tints of Hot Magenta #FE04CA
RGB
CMYK
RGB Variations
Color information
#FE04CA (or 0xFE04CA) is known color: Hot Magenta. HEX triplet: FE, 04 and CA. RGB value is (254,4,202). Sum of RGB (Red+Green+Blue) = 254+4+202=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 4 (1.95% from 255 or 0.87% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE04CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE04CA is #01FB35. Grayscale: #646464. Windows color (decimal): -129846 or 13239550. OLE color: 13239550.
HSL color Cylindrical-coordinate representation of color #FE04CA: hue angle of 312.48º 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 #FE04CA is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 202 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.00 |
| HSL | 312.48º | 0.99% | 0.51% | - |
| HSV(B) | 312.48º | 0.98% | 1% | - |
| XYZ | 51.58 | 25.42 | 58.07 | - |
| YUV | 101.32 | 184.83 | 236.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 202 | 0 | 0.98 | 0.20 | 0.00 | 312.48 | 0.99 | 0.51 |
| Hex | FE | 4 | CA | 0 | 62 | 14 | 0 | 138 | 63 | 33 |
| Octal | 376 | 4 | 312 | 0 | 142 | 24 | 0 | 470 | 143 | 63 |
| Binary | 11111110 | 100 | 11001010 | 0 | 1100010 | 10100 | 0 | 100111000 | 1100011 | 110011 |
Color Harmonies of #FE04CA
Complementary color
Monochromatic Colors of #FE04CA
Black with #FE04CA
Text Example
Text Example
White with #FE04CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE04CA; }
p { color: rgb(254,4,202); }
H1.HeaderClassName
{
color: #FE04CA;
}
.AnyTagClassName
{
color: #FE04CA;
}
</style>
background-color css
<style>
a { background-color: #FE04CA; }
a { background-color: rgb(254,4,202); }
div.DivClassName
{
background-color: #FE04CA;
}
.BgClassName
{
background-color: #FE04CA;
}
</style>
border-color css
<style>
span { border-color: #FE04CA; }
span { border-color: rgb(254,4,202); }
td.TdClassName
{
border-color: #FE04CA;
}
.TagClassName
{
border-color: #FE04CA;
}
</style>