Shades of Hot Magenta #FE0ACB
Tints of Hot Magenta #FE0ACB
RGB
CMYK
RGB Variations
Color information
#FE0ACB (or 0xFE0ACB) is known color: Hot Magenta. HEX triplet: FE, 0A and CB. RGB value is (254,10,203). Sum of RGB (Red+Green+Blue) = 254+10+203=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 10 (4.30% from 255 or 2.14% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0ACB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0ACB is #01F534. Grayscale: #686868. Windows color (decimal): -128309 or 13306622. OLE color: 13306622.
HSL color Cylindrical-coordinate representation of color #FE0ACB: hue angle of 312.54º 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 #FE0ACB is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 10 | 203 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.00 |
| HSL | 312.54º | 0.99% | 0.52% | - |
| HSV(B) | 312.54º | 0.96% | 1% | - |
| XYZ | 51.76 | 25.6 | 58.71 | - |
| YUV | 104.96 | 183.34 | 234.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 10 | 203 | 0 | 0.96 | 0.20 | 0.00 | 312.54 | 0.99 | 0.52 |
| Hex | FE | A | CB | 0 | 60 | 14 | 0 | 139 | 63 | 34 |
| Octal | 376 | 12 | 313 | 0 | 140 | 24 | 0 | 471 | 143 | 64 |
| Binary | 11111110 | 1010 | 11001011 | 0 | 1100000 | 10100 | 0 | 100111001 | 1100011 | 110100 |
Color Harmonies of #FE0ACB
Complementary color
Monochromatic Colors of #FE0ACB
Black with #FE0ACB
Text Example
Text Example
White with #FE0ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0ACB; }
p { color: rgb(254,10,203); }
H1.HeaderClassName
{
color: #FE0ACB;
}
.AnyTagClassName
{
color: #FE0ACB;
}
</style>
background-color css
<style>
a { background-color: #FE0ACB; }
a { background-color: rgb(254,10,203); }
div.DivClassName
{
background-color: #FE0ACB;
}
.BgClassName
{
background-color: #FE0ACB;
}
</style>
border-color css
<style>
span { border-color: #FE0ACB; }
span { border-color: rgb(254,10,203); }
td.TdClassName
{
border-color: #FE0ACB;
}
.TagClassName
{
border-color: #FE0ACB;
}
</style>