Shades of Hot Magenta #FE0ACE
Tints of Hot Magenta #FE0ACE
RGB
CMYK
RGB Variations
Color information
#FE0ACE (or 0xFE0ACE) is known color: Hot Magenta. HEX triplet: FE, 0A and CE. RGB value is (254,10,206). Sum of RGB (Red+Green+Blue) = 254+10+206=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 10 (4.30% from 255 or 2.13% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0ACE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0ACE is #01F531. Grayscale: #686868. Windows color (decimal): -128306 or 13503230. OLE color: 13503230.
HSL color Cylindrical-coordinate representation of color #FE0ACE: hue angle of 311.8º 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 #FE0ACE is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 10 | 206 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.00 |
| HSL | 311.8º | 0.99% | 0.52% | - |
| HSV(B) | 311.8º | 0.96% | 1% | - |
| XYZ | 52.12 | 25.74 | 60.61 | - |
| YUV | 105.3 | 184.84 | 234.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 10 | 206 | 0 | 0.96 | 0.19 | 0.00 | 311.8 | 0.99 | 0.52 |
| Hex | FE | A | CE | 0 | 60 | 13 | 0 | 138 | 63 | 34 |
| Octal | 376 | 12 | 316 | 0 | 140 | 23 | 0 | 470 | 143 | 64 |
| Binary | 11111110 | 1010 | 11001110 | 0 | 1100000 | 10011 | 0 | 100111000 | 1100011 | 110100 |
Color Harmonies of #FE0ACE
Complementary color
Monochromatic Colors of #FE0ACE
Black with #FE0ACE
Text Example
Text Example
White with #FE0ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0ACE; }
p { color: rgb(254,10,206); }
H1.HeaderClassName
{
color: #FE0ACE;
}
.AnyTagClassName
{
color: #FE0ACE;
}
</style>
background-color css
<style>
a { background-color: #FE0ACE; }
a { background-color: rgb(254,10,206); }
div.DivClassName
{
background-color: #FE0ACE;
}
.BgClassName
{
background-color: #FE0ACE;
}
</style>
border-color css
<style>
span { border-color: #FE0ACE; }
span { border-color: rgb(254,10,206); }
td.TdClassName
{
border-color: #FE0ACE;
}
.TagClassName
{
border-color: #FE0ACE;
}
</style>