Shades of Pale Magenta #FC72EC
Tints of Pale Magenta #FC72EC
RGB
CMYK
RGB Variations
Color information
#FC72EC (or 0xFC72EC) is known color: Pale Magenta. HEX triplet: FC, 72 and EC. RGB value is (252,114,236). Sum of RGB (Red+Green+Blue) = 252+114+236=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 114 (44.92% from 255 or 18.94% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FC72EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC72EC is #038D13. Grayscale: #A8A8A8. Windows color (decimal): -232724 or 15495932. OLE color: 15495932.
HSL color Cylindrical-coordinate representation of color #FC72EC: hue angle of 306.96º 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 #FC72EC is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 114 | 236 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.01 |
| HSL | 306.96º | 0.96% | 0.72% | - |
| HSV(B) | 306.96º | 0.55% | 0.99% | - |
| XYZ | 61.3 | 38.79 | 83.61 | - |
| YUV | 169.17 | 165.72 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 114 | 236 | 0 | 0.55 | 0.06 | 0.01 | 306.96 | 0.96 | 0.72 |
| Hex | FC | 72 | EC | 0 | 37 | 6 | 1 | 133 | 60 | 48 |
| Octal | 374 | 162 | 354 | 0 | 67 | 6 | 1 | 463 | 140 | 110 |
| Binary | 11111100 | 1110010 | 11101100 | 0 | 110111 | 110 | 1 | 100110011 | 1100000 | 1001000 |
Color Harmonies of #FC72EC
Complementary color
Monochromatic Colors of #FC72EC
Black with #FC72EC
Text Example
Text Example
White with #FC72EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC72EC; }
p { color: rgb(252,114,236); }
H1.HeaderClassName
{
color: #FC72EC;
}
.AnyTagClassName
{
color: #FC72EC;
}
</style>
background-color css
<style>
a { background-color: #FC72EC; }
a { background-color: rgb(252,114,236); }
div.DivClassName
{
background-color: #FC72EC;
}
.BgClassName
{
background-color: #FC72EC;
}
</style>
border-color css
<style>
span { border-color: #FC72EC; }
span { border-color: rgb(252,114,236); }
td.TdClassName
{
border-color: #FC72EC;
}
.TagClassName
{
border-color: #FC72EC;
}
</style>