Shades of Pale Magenta #FC71E8
Tints of Pale Magenta #FC71E8
RGB
CMYK
RGB Variations
Color information
#FC71E8 (or 0xFC71E8) is known color: Pale Magenta. HEX triplet: FC, 71 and E8. RGB value is (252,113,232). Sum of RGB (Red+Green+Blue) = 252+113+232=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 113 (44.53% from 255 or 18.93% from 597); Blue value is 232 (91.02% from 255 or 38.86% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FC71E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC71E8 is #038E17. Grayscale: #A7A7A7. Windows color (decimal): -232984 or 15233532. OLE color: 15233532.
HSL color Cylindrical-coordinate representation of color #FC71E8: hue angle of 308.63º 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 #FC71E8 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 113 | 232 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.01 |
| HSL | 308.63º | 0.96% | 0.72% | - |
| HSV(B) | 308.63º | 0.55% | 0.99% | - |
| XYZ | 60.62 | 38.33 | 80.55 | - |
| YUV | 168.13 | 164.05 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 113 | 232 | 0 | 0.55 | 0.08 | 0.01 | 308.63 | 0.96 | 0.72 |
| Hex | FC | 71 | E8 | 0 | 37 | 8 | 1 | 135 | 60 | 48 |
| Octal | 374 | 161 | 350 | 0 | 67 | 10 | 1 | 465 | 140 | 110 |
| Binary | 11111100 | 1110001 | 11101000 | 0 | 110111 | 1000 | 1 | 100110101 | 1100000 | 1001000 |
Color Harmonies of #FC71E8
Complementary color
Monochromatic Colors of #FC71E8
Black with #FC71E8
Text Example
Text Example
White with #FC71E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC71E8; }
p { color: rgb(252,113,232); }
H1.HeaderClassName
{
color: #FC71E8;
}
.AnyTagClassName
{
color: #FC71E8;
}
</style>
background-color css
<style>
a { background-color: #FC71E8; }
a { background-color: rgb(252,113,232); }
div.DivClassName
{
background-color: #FC71E8;
}
.BgClassName
{
background-color: #FC71E8;
}
</style>
border-color css
<style>
span { border-color: #FC71E8; }
span { border-color: rgb(252,113,232); }
td.TdClassName
{
border-color: #FC71E8;
}
.TagClassName
{
border-color: #FC71E8;
}
</style>