Shades of Pale Magenta #FC76D8
Tints of Pale Magenta #FC76D8
RGB
CMYK
RGB Variations
Color information
#FC76D8 (or 0xFC76D8) is known color: Pale Magenta. HEX triplet: FC, 76 and D8. RGB value is (252,118,216). Sum of RGB (Red+Green+Blue) = 252+118+216=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 118 (46.48% from 255 or 20.14% from 586); Blue value is 216 (84.77% from 255 or 36.86% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FC76D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC76D8 is #038927. Grayscale: #A8A8A8. Windows color (decimal): -231720 or 14186236. OLE color: 14186236.
HSL color Cylindrical-coordinate representation of color #FC76D8: hue angle of 316.12º 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 #FC76D8 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 118 | 216 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.01 |
| HSL | 316.12º | 0.96% | 0.73% | - |
| HSV(B) | 316.12º | 0.53% | 0.99% | - |
| XYZ | 59.02 | 38.61 | 69.31 | - |
| YUV | 169.24 | 154.39 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 118 | 216 | 0 | 0.53 | 0.14 | 0.01 | 316.12 | 0.96 | 0.73 |
| Hex | FC | 76 | D8 | 0 | 35 | E | 1 | 13C | 60 | 49 |
| Octal | 374 | 166 | 330 | 0 | 65 | 16 | 1 | 474 | 140 | 111 |
| Binary | 11111100 | 1110110 | 11011000 | 0 | 110101 | 1110 | 1 | 100111100 | 1100000 | 1001001 |
Color Harmonies of #FC76D8
Complementary color
Monochromatic Colors of #FC76D8
Black with #FC76D8
Text Example
Text Example
White with #FC76D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC76D8; }
p { color: rgb(252,118,216); }
H1.HeaderClassName
{
color: #FC76D8;
}
.AnyTagClassName
{
color: #FC76D8;
}
</style>
background-color css
<style>
a { background-color: #FC76D8; }
a { background-color: rgb(252,118,216); }
div.DivClassName
{
background-color: #FC76D8;
}
.BgClassName
{
background-color: #FC76D8;
}
</style>
border-color css
<style>
span { border-color: #FC76D8; }
span { border-color: rgb(252,118,216); }
td.TdClassName
{
border-color: #FC76D8;
}
.TagClassName
{
border-color: #FC76D8;
}
</style>