Shades of Pale Magenta #FC76DF
Tints of Pale Magenta #FC76DF
RGB
CMYK
RGB Variations
Color information
#FC76DF (or 0xFC76DF) is known color: Pale Magenta. HEX triplet: FC, 76 and DF. RGB value is (252,118,223). Sum of RGB (Red+Green+Blue) = 252+118+223=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 118 (46.48% from 255 or 19.90% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FC76DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC76DF is #038920. Grayscale: #A9A9A9. Windows color (decimal): -231713 or 14644988. OLE color: 14644988.
HSL color Cylindrical-coordinate representation of color #FC76DF: hue angle of 312.99º 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 #FC76DF is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 118 | 223 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.01 |
| HSL | 312.99º | 0.96% | 0.73% | - |
| HSV(B) | 312.99º | 0.53% | 0.99% | - |
| XYZ | 59.94 | 38.98 | 74.18 | - |
| YUV | 170.04 | 157.89 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 118 | 223 | 0 | 0.53 | 0.12 | 0.01 | 312.99 | 0.96 | 0.73 |
| Hex | FC | 76 | DF | 0 | 35 | C | 1 | 139 | 60 | 49 |
| Octal | 374 | 166 | 337 | 0 | 65 | 14 | 1 | 471 | 140 | 111 |
| Binary | 11111100 | 1110110 | 11011111 | 0 | 110101 | 1100 | 1 | 100111001 | 1100000 | 1001001 |
Color Harmonies of #FC76DF
Complementary color
Monochromatic Colors of #FC76DF
Black with #FC76DF
Text Example
Text Example
White with #FC76DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC76DF; }
p { color: rgb(252,118,223); }
H1.HeaderClassName
{
color: #FC76DF;
}
.AnyTagClassName
{
color: #FC76DF;
}
</style>
background-color css
<style>
a { background-color: #FC76DF; }
a { background-color: rgb(252,118,223); }
div.DivClassName
{
background-color: #FC76DF;
}
.BgClassName
{
background-color: #FC76DF;
}
</style>
border-color css
<style>
span { border-color: #FC76DF; }
span { border-color: rgb(252,118,223); }
td.TdClassName
{
border-color: #FC76DF;
}
.TagClassName
{
border-color: #FC76DF;
}
</style>