Shades of Hot Magenta #FE0ACF
Tints of Hot Magenta #FE0ACF
RGB
CMYK
RGB Variations
Color information
#FE0ACF (or 0xFE0ACF) is known color: Hot Magenta. HEX triplet: FE, 0A and CF. RGB value is (254,10,207). Sum of RGB (Red+Green+Blue) = 254+10+207=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 10 (4.30% from 255 or 2.12% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0ACF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0ACF is #01F530. Grayscale: #686868. Windows color (decimal): -128305 or 13568766. OLE color: 13568766.
HSL color Cylindrical-coordinate representation of color #FE0ACF: hue angle of 311.56º 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 #FE0ACF is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 10 | 207 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.00 |
| HSL | 311.56º | 0.99% | 0.52% | - |
| HSV(B) | 311.56º | 0.96% | 1% | - |
| XYZ | 52.24 | 25.79 | 61.26 | - |
| YUV | 105.41 | 185.34 | 233.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 10 | 207 | 0 | 0.96 | 0.19 | 0.00 | 311.56 | 0.99 | 0.52 |
| Hex | FE | A | CF | 0 | 60 | 13 | 0 | 138 | 63 | 34 |
| Octal | 376 | 12 | 317 | 0 | 140 | 23 | 0 | 470 | 143 | 64 |
| Binary | 11111110 | 1010 | 11001111 | 0 | 1100000 | 10011 | 0 | 100111000 | 1100011 | 110100 |
Color Harmonies of #FE0ACF
Complementary color
Monochromatic Colors of #FE0ACF
Black with #FE0ACF
Text Example
Text Example
White with #FE0ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0ACF; }
p { color: rgb(254,10,207); }
H1.HeaderClassName
{
color: #FE0ACF;
}
.AnyTagClassName
{
color: #FE0ACF;
}
</style>
background-color css
<style>
a { background-color: #FE0ACF; }
a { background-color: rgb(254,10,207); }
div.DivClassName
{
background-color: #FE0ACF;
}
.BgClassName
{
background-color: #FE0ACF;
}
</style>
border-color css
<style>
span { border-color: #FE0ACF; }
span { border-color: rgb(254,10,207); }
td.TdClassName
{
border-color: #FE0ACF;
}
.TagClassName
{
border-color: #FE0ACF;
}
</style>