Shades of Pale Magenta #FC85D5
Tints of Pale Magenta #FC85D5
RGB
CMYK
RGB Variations
Color information
#FC85D5 (or 0xFC85D5) is known color: Pale Magenta. HEX triplet: FC, 85 and D5. RGB value is (252,133,213). Sum of RGB (Red+Green+Blue) = 252+133+213=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 133 (52.34% from 255 or 22.24% from 598); Blue value is 213 (83.59% from 255 or 35.62% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FC85D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC85D5 is #037A2A. Grayscale: #B1B1B1. Windows color (decimal): -227883 or 13993468. OLE color: 13993468.
HSL color Cylindrical-coordinate representation of color #FC85D5: hue angle of 319.66º 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 #FC85D5 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 133 | 213 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.01 |
| HSL | 319.66º | 0.95% | 0.75% | - |
| HSV(B) | 319.66º | 0.47% | 0.99% | - |
| XYZ | 60.54 | 42.27 | 67.92 | - |
| YUV | 177.7 | 147.92 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 133 | 213 | 0 | 0.47 | 0.15 | 0.01 | 319.66 | 0.95 | 0.75 |
| Hex | FC | 85 | D5 | 0 | 2F | F | 1 | 140 | 5F | 4B |
| Octal | 374 | 205 | 325 | 0 | 57 | 17 | 1 | 500 | 137 | 113 |
| Binary | 11111100 | 10000101 | 11010101 | 0 | 101111 | 1111 | 1 | 101000000 | 1011111 | 1001011 |
Color Harmonies of #FC85D5
Complementary color
Monochromatic Colors of #FC85D5
Black with #FC85D5
Text Example
Text Example
White with #FC85D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC85D5; }
p { color: rgb(252,133,213); }
H1.HeaderClassName
{
color: #FC85D5;
}
.AnyTagClassName
{
color: #FC85D5;
}
</style>
background-color css
<style>
a { background-color: #FC85D5; }
a { background-color: rgb(252,133,213); }
div.DivClassName
{
background-color: #FC85D5;
}
.BgClassName
{
background-color: #FC85D5;
}
</style>
border-color css
<style>
span { border-color: #FC85D5; }
span { border-color: rgb(252,133,213); }
td.TdClassName
{
border-color: #FC85D5;
}
.TagClassName
{
border-color: #FC85D5;
}
</style>