Shades of Pale Magenta #FC72E8
Tints of Pale Magenta #FC72E8
RGB
CMYK
RGB Variations
Color information
#FC72E8 (or 0xFC72E8) is known color: Pale Magenta. HEX triplet: FC, 72 and E8. RGB value is (252,114,232). Sum of RGB (Red+Green+Blue) = 252+114+232=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 114 (44.92% from 255 or 19.06% from 598); Blue value is 232 (91.02% from 255 or 38.80% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FC72E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC72E8 is #038D17. Grayscale: #A8A8A8. Windows color (decimal): -232728 or 15233788. OLE color: 15233788.
HSL color Cylindrical-coordinate representation of color #FC72E8: hue angle of 308.7º 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 #FC72E8 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 114 | 232 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.01 |
| HSL | 308.7º | 0.96% | 0.72% | - |
| HSV(B) | 308.7º | 0.55% | 0.99% | - |
| XYZ | 60.73 | 38.56 | 80.59 | - |
| YUV | 168.71 | 163.72 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 114 | 232 | 0 | 0.55 | 0.08 | 0.01 | 308.7 | 0.96 | 0.72 |
| Hex | FC | 72 | E8 | 0 | 37 | 8 | 1 | 135 | 60 | 48 |
| Octal | 374 | 162 | 350 | 0 | 67 | 10 | 1 | 465 | 140 | 110 |
| Binary | 11111100 | 1110010 | 11101000 | 0 | 110111 | 1000 | 1 | 100110101 | 1100000 | 1001000 |
Color Harmonies of #FC72E8
Complementary color
Monochromatic Colors of #FC72E8
Black with #FC72E8
Text Example
Text Example
White with #FC72E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC72E8; }
p { color: rgb(252,114,232); }
H1.HeaderClassName
{
color: #FC72E8;
}
.AnyTagClassName
{
color: #FC72E8;
}
</style>
background-color css
<style>
a { background-color: #FC72E8; }
a { background-color: rgb(252,114,232); }
div.DivClassName
{
background-color: #FC72E8;
}
.BgClassName
{
background-color: #FC72E8;
}
</style>
border-color css
<style>
span { border-color: #FC72E8; }
span { border-color: rgb(252,114,232); }
td.TdClassName
{
border-color: #FC72E8;
}
.TagClassName
{
border-color: #FC72E8;
}
</style>