Shades of Pale Magenta #FC85DF
Tints of Pale Magenta #FC85DF
RGB
CMYK
RGB Variations
Color information
#FC85DF (or 0xFC85DF) is known color: Pale Magenta. HEX triplet: FC, 85 and DF. RGB value is (252,133,223). Sum of RGB (Red+Green+Blue) = 252+133+223=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 133 (52.34% from 255 or 21.88% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FC85DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC85DF is #037A20. Grayscale: #B2B2B2. Windows color (decimal): -227873 or 14648828. OLE color: 14648828.
HSL color Cylindrical-coordinate representation of color #FC85DF: hue angle of 314.62º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FC85DF is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 133 | 223 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.01 |
| HSL | 314.62º | 0.95% | 0.75% | - |
| HSV(B) | 314.62º | 0.47% | 0.99% | - |
| XYZ | 61.85 | 42.8 | 74.81 | - |
| YUV | 178.84 | 152.92 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 133 | 223 | 0 | 0.47 | 0.12 | 0.01 | 314.62 | 0.95 | 0.75 |
| Hex | FC | 85 | DF | 0 | 2F | C | 1 | 13B | 5F | 4B |
| Octal | 374 | 205 | 337 | 0 | 57 | 14 | 1 | 473 | 137 | 113 |
| Binary | 11111100 | 10000101 | 11011111 | 0 | 101111 | 1100 | 1 | 100111011 | 1011111 | 1001011 |
Color Harmonies of #FC85DF
Complementary color
Monochromatic Colors of #FC85DF
Black with #FC85DF
Text Example
Text Example
White with #FC85DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC85DF; }
p { color: rgb(252,133,223); }
H1.HeaderClassName
{
color: #FC85DF;
}
.AnyTagClassName
{
color: #FC85DF;
}
</style>
background-color css
<style>
a { background-color: #FC85DF; }
a { background-color: rgb(252,133,223); }
div.DivClassName
{
background-color: #FC85DF;
}
.BgClassName
{
background-color: #FC85DF;
}
</style>
border-color css
<style>
span { border-color: #FC85DF; }
span { border-color: rgb(252,133,223); }
td.TdClassName
{
border-color: #FC85DF;
}
.TagClassName
{
border-color: #FC85DF;
}
</style>