Shades of Hot Magenta #FE0ACC
Tints of Hot Magenta #FE0ACC
RGB
CMYK
RGB Variations
Color information
#FE0ACC (or 0xFE0ACC) is known color: Hot Magenta. HEX triplet: FE, 0A and CC. RGB value is (254,10,204). Sum of RGB (Red+Green+Blue) = 254+10+204=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 10 (4.30% from 255 or 2.14% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0ACC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0ACC is #01F533. Grayscale: #686868. Windows color (decimal): -128308 or 13372158. OLE color: 13372158.
HSL color Cylindrical-coordinate representation of color #FE0ACC: hue angle of 312.3º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE0ACC is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 10 | 204 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.00 |
| HSL | 312.3º | 0.99% | 0.52% | - |
| HSV(B) | 312.3º | 0.96% | 1% | - |
| XYZ | 51.88 | 25.65 | 59.34 | - |
| YUV | 105.07 | 183.84 | 234.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 10 | 204 | 0 | 0.96 | 0.20 | 0.00 | 312.3 | 0.99 | 0.52 |
| Hex | FE | A | CC | 0 | 60 | 14 | 0 | 138 | 63 | 34 |
| Octal | 376 | 12 | 314 | 0 | 140 | 24 | 0 | 470 | 143 | 64 |
| Binary | 11111110 | 1010 | 11001100 | 0 | 1100000 | 10100 | 0 | 100111000 | 1100011 | 110100 |
Color Harmonies of #FE0ACC
Complementary color
Monochromatic Colors of #FE0ACC
Black with #FE0ACC
Text Example
Text Example
White with #FE0ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0ACC; }
p { color: rgb(254,10,204); }
H1.HeaderClassName
{
color: #FE0ACC;
}
.AnyTagClassName
{
color: #FE0ACC;
}
</style>
background-color css
<style>
a { background-color: #FE0ACC; }
a { background-color: rgb(254,10,204); }
div.DivClassName
{
background-color: #FE0ACC;
}
.BgClassName
{
background-color: #FE0ACC;
}
</style>
border-color css
<style>
span { border-color: #FE0ACC; }
span { border-color: rgb(254,10,204); }
td.TdClassName
{
border-color: #FE0ACC;
}
.TagClassName
{
border-color: #FE0ACC;
}
</style>