Shades of Pale Magenta #FC71EC
Tints of Pale Magenta #FC71EC
RGB
CMYK
RGB Variations
Color information
#FC71EC (or 0xFC71EC) is known color: Pale Magenta. HEX triplet: FC, 71 and EC. RGB value is (252,113,236). Sum of RGB (Red+Green+Blue) = 252+113+236=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 113 (44.53% from 255 or 18.80% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FC71EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC71EC is #038E13. Grayscale: #A8A8A8. Windows color (decimal): -232980 or 15495676. OLE color: 15495676.
HSL color Cylindrical-coordinate representation of color #FC71EC: hue angle of 306.91º 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 #FC71EC is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 113 | 236 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.01 |
| HSL | 306.91º | 0.96% | 0.72% | - |
| HSV(B) | 306.91º | 0.55% | 0.99% | - |
| XYZ | 61.19 | 38.56 | 83.57 | - |
| YUV | 168.58 | 166.05 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 113 | 236 | 0 | 0.55 | 0.06 | 0.01 | 306.91 | 0.96 | 0.72 |
| Hex | FC | 71 | EC | 0 | 37 | 6 | 1 | 133 | 60 | 48 |
| Octal | 374 | 161 | 354 | 0 | 67 | 6 | 1 | 463 | 140 | 110 |
| Binary | 11111100 | 1110001 | 11101100 | 0 | 110111 | 110 | 1 | 100110011 | 1100000 | 1001000 |
Color Harmonies of #FC71EC
Complementary color
Monochromatic Colors of #FC71EC
Black with #FC71EC
Text Example
Text Example
White with #FC71EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC71EC; }
p { color: rgb(252,113,236); }
H1.HeaderClassName
{
color: #FC71EC;
}
.AnyTagClassName
{
color: #FC71EC;
}
</style>
background-color css
<style>
a { background-color: #FC71EC; }
a { background-color: rgb(252,113,236); }
div.DivClassName
{
background-color: #FC71EC;
}
.BgClassName
{
background-color: #FC71EC;
}
</style>
border-color css
<style>
span { border-color: #FC71EC; }
span { border-color: rgb(252,113,236); }
td.TdClassName
{
border-color: #FC71EC;
}
.TagClassName
{
border-color: #FC71EC;
}
</style>