Shades of Pale Magenta #FC72DE
Tints of Pale Magenta #FC72DE
RGB
CMYK
RGB Variations
Color information
#FC72DE (or 0xFC72DE) is known color: Pale Magenta. HEX triplet: FC, 72 and DE. RGB value is (252,114,222). Sum of RGB (Red+Green+Blue) = 252+114+222=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 114 (44.92% from 255 or 19.39% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FC72DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC72DE is #038D21. Grayscale: #A7A7A7. Windows color (decimal): -232738 or 14578428. OLE color: 14578428.
HSL color Cylindrical-coordinate representation of color #FC72DE: hue angle of 313.04º 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 #FC72DE is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 114 | 222 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.01 |
| HSL | 313.04º | 0.96% | 0.72% | - |
| HSV(B) | 313.04º | 0.55% | 0.99% | - |
| XYZ | 59.35 | 38 | 73.31 | - |
| YUV | 167.57 | 158.72 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 114 | 222 | 0 | 0.55 | 0.12 | 0.01 | 313.04 | 0.96 | 0.72 |
| Hex | FC | 72 | DE | 0 | 37 | C | 1 | 139 | 60 | 48 |
| Octal | 374 | 162 | 336 | 0 | 67 | 14 | 1 | 471 | 140 | 110 |
| Binary | 11111100 | 1110010 | 11011110 | 0 | 110111 | 1100 | 1 | 100111001 | 1100000 | 1001000 |
Color Harmonies of #FC72DE
Complementary color
Monochromatic Colors of #FC72DE
Black with #FC72DE
Text Example
Text Example
White with #FC72DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC72DE; }
p { color: rgb(252,114,222); }
H1.HeaderClassName
{
color: #FC72DE;
}
.AnyTagClassName
{
color: #FC72DE;
}
</style>
background-color css
<style>
a { background-color: #FC72DE; }
a { background-color: rgb(252,114,222); }
div.DivClassName
{
background-color: #FC72DE;
}
.BgClassName
{
background-color: #FC72DE;
}
</style>
border-color css
<style>
span { border-color: #FC72DE; }
span { border-color: rgb(252,114,222); }
td.TdClassName
{
border-color: #FC72DE;
}
.TagClassName
{
border-color: #FC72DE;
}
</style>