Shades of Pale Magenta #FC76E5
Tints of Pale Magenta #FC76E5
RGB
CMYK
RGB Variations
Color information
#FC76E5 (or 0xFC76E5) is known color: Pale Magenta. HEX triplet: FC, 76 and E5. RGB value is (252,118,229). Sum of RGB (Red+Green+Blue) = 252+118+229=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 118 (46.48% from 255 or 19.70% from 599); Blue value is 229 (89.84% from 255 or 38.23% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FC76E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC76E5 is #03891A. Grayscale: #AAAAAA. Windows color (decimal): -231707 or 15038204. OLE color: 15038204.
HSL color Cylindrical-coordinate representation of color #FC76E5: hue angle of 310.3º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FC76E5 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 118 | 229 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.01 |
| HSL | 310.3º | 0.96% | 0.73% | - |
| HSV(B) | 310.3º | 0.53% | 0.99% | - |
| XYZ | 60.77 | 39.31 | 78.51 | - |
| YUV | 170.72 | 160.89 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 118 | 229 | 0 | 0.53 | 0.09 | 0.01 | 310.3 | 0.96 | 0.73 |
| Hex | FC | 76 | E5 | 0 | 35 | 9 | 1 | 136 | 60 | 49 |
| Octal | 374 | 166 | 345 | 0 | 65 | 11 | 1 | 466 | 140 | 111 |
| Binary | 11111100 | 1110110 | 11100101 | 0 | 110101 | 1001 | 1 | 100110110 | 1100000 | 1001001 |
Color Harmonies of #FC76E5
Complementary color
Monochromatic Colors of #FC76E5
Black with #FC76E5
Text Example
Text Example
White with #FC76E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC76E5; }
p { color: rgb(252,118,229); }
H1.HeaderClassName
{
color: #FC76E5;
}
.AnyTagClassName
{
color: #FC76E5;
}
</style>
background-color css
<style>
a { background-color: #FC76E5; }
a { background-color: rgb(252,118,229); }
div.DivClassName
{
background-color: #FC76E5;
}
.BgClassName
{
background-color: #FC76E5;
}
</style>
border-color css
<style>
span { border-color: #FC76E5; }
span { border-color: rgb(252,118,229); }
td.TdClassName
{
border-color: #FC76E5;
}
.TagClassName
{
border-color: #FC76E5;
}
</style>