Shades of Pale Magenta #FC72E5
Tints of Pale Magenta #FC72E5
RGB
CMYK
RGB Variations
Color information
#FC72E5 (or 0xFC72E5) is known color: Pale Magenta. HEX triplet: FC, 72 and E5. RGB value is (252,114,229). Sum of RGB (Red+Green+Blue) = 252+114+229=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 114 (44.92% from 255 or 19.16% from 595); Blue value is 229 (89.84% from 255 or 38.49% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FC72E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC72E5 is #038D1A. Grayscale: #A8A8A8. Windows color (decimal): -232731 or 15037180. OLE color: 15037180.
HSL color Cylindrical-coordinate representation of color #FC72E5: hue angle of 310º 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 #FC72E5 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 114 | 229 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.01 |
| HSL | 310º | 0.96% | 0.72% | - |
| HSV(B) | 310º | 0.55% | 0.99% | - |
| XYZ | 60.31 | 38.39 | 78.36 | - |
| YUV | 168.37 | 162.22 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 114 | 229 | 0 | 0.55 | 0.09 | 0.01 | 310 | 0.96 | 0.72 |
| Hex | FC | 72 | E5 | 0 | 37 | 9 | 1 | 136 | 60 | 48 |
| Octal | 374 | 162 | 345 | 0 | 67 | 11 | 1 | 466 | 140 | 110 |
| Binary | 11111100 | 1110010 | 11100101 | 0 | 110111 | 1001 | 1 | 100110110 | 1100000 | 1001000 |
Color Harmonies of #FC72E5
Complementary color
Monochromatic Colors of #FC72E5
Black with #FC72E5
Text Example
Text Example
White with #FC72E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC72E5; }
p { color: rgb(252,114,229); }
H1.HeaderClassName
{
color: #FC72E5;
}
.AnyTagClassName
{
color: #FC72E5;
}
</style>
background-color css
<style>
a { background-color: #FC72E5; }
a { background-color: rgb(252,114,229); }
div.DivClassName
{
background-color: #FC72E5;
}
.BgClassName
{
background-color: #FC72E5;
}
</style>
border-color css
<style>
span { border-color: #FC72E5; }
span { border-color: rgb(252,114,229); }
td.TdClassName
{
border-color: #FC72E5;
}
.TagClassName
{
border-color: #FC72E5;
}
</style>