Shades of Pale Magenta #FC71DF
Tints of Pale Magenta #FC71DF
RGB
CMYK
RGB Variations
Color information
#FC71DF (or 0xFC71DF) is known color: Pale Magenta. HEX triplet: FC, 71 and DF. RGB value is (252,113,223). Sum of RGB (Red+Green+Blue) = 252+113+223=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 113 (44.53% from 255 or 19.22% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FC71DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC71DF is #038E20. Grayscale: #A6A6A6. Windows color (decimal): -232993 or 14643708. OLE color: 14643708.
HSL color Cylindrical-coordinate representation of color #FC71DF: hue angle of 312.52º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FC71DF is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 113 | 223 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.01 |
| HSL | 312.52º | 0.96% | 0.72% | - |
| HSV(B) | 312.52º | 0.55% | 0.99% | - |
| XYZ | 59.37 | 37.83 | 73.99 | - |
| YUV | 167.1 | 159.55 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 113 | 223 | 0 | 0.55 | 0.12 | 0.01 | 312.52 | 0.96 | 0.72 |
| Hex | FC | 71 | DF | 0 | 37 | C | 1 | 139 | 60 | 48 |
| Octal | 374 | 161 | 337 | 0 | 67 | 14 | 1 | 471 | 140 | 110 |
| Binary | 11111100 | 1110001 | 11011111 | 0 | 110111 | 1100 | 1 | 100111001 | 1100000 | 1001000 |
Color Harmonies of #FC71DF
Complementary color
Monochromatic Colors of #FC71DF
Black with #FC71DF
Text Example
Text Example
White with #FC71DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC71DF; }
p { color: rgb(252,113,223); }
H1.HeaderClassName
{
color: #FC71DF;
}
.AnyTagClassName
{
color: #FC71DF;
}
</style>
background-color css
<style>
a { background-color: #FC71DF; }
a { background-color: rgb(252,113,223); }
div.DivClassName
{
background-color: #FC71DF;
}
.BgClassName
{
background-color: #FC71DF;
}
</style>
border-color css
<style>
span { border-color: #FC71DF; }
span { border-color: rgb(252,113,223); }
td.TdClassName
{
border-color: #FC71DF;
}
.TagClassName
{
border-color: #FC71DF;
}
</style>