Shades of Pale Magenta #FC72DF
Tints of Pale Magenta #FC72DF
RGB
CMYK
RGB Variations
Color information
#FC72DF (or 0xFC72DF) is known color: Pale Magenta. HEX triplet: FC, 72 and DF. RGB value is (252,114,223). Sum of RGB (Red+Green+Blue) = 252+114+223=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 114 (44.92% from 255 or 19.35% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FC72DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC72DF is #038D20. Grayscale: #A7A7A7. Windows color (decimal): -232737 or 14643964. OLE color: 14643964.
HSL color Cylindrical-coordinate representation of color #FC72DF: hue angle of 312.61º 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 #FC72DF is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 114 | 223 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.01 |
| HSL | 312.61º | 0.96% | 0.72% | - |
| HSV(B) | 312.61º | 0.55% | 0.99% | - |
| XYZ | 59.48 | 38.06 | 74.02 | - |
| YUV | 167.69 | 159.22 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 114 | 223 | 0 | 0.55 | 0.12 | 0.01 | 312.61 | 0.96 | 0.72 |
| Hex | FC | 72 | DF | 0 | 37 | C | 1 | 139 | 60 | 48 |
| Octal | 374 | 162 | 337 | 0 | 67 | 14 | 1 | 471 | 140 | 110 |
| Binary | 11111100 | 1110010 | 11011111 | 0 | 110111 | 1100 | 1 | 100111001 | 1100000 | 1001000 |
Color Harmonies of #FC72DF
Complementary color
Monochromatic Colors of #FC72DF
Black with #FC72DF
Text Example
Text Example
White with #FC72DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC72DF; }
p { color: rgb(252,114,223); }
H1.HeaderClassName
{
color: #FC72DF;
}
.AnyTagClassName
{
color: #FC72DF;
}
</style>
background-color css
<style>
a { background-color: #FC72DF; }
a { background-color: rgb(252,114,223); }
div.DivClassName
{
background-color: #FC72DF;
}
.BgClassName
{
background-color: #FC72DF;
}
</style>
border-color css
<style>
span { border-color: #FC72DF; }
span { border-color: rgb(252,114,223); }
td.TdClassName
{
border-color: #FC72DF;
}
.TagClassName
{
border-color: #FC72DF;
}
</style>