Shades of Pale Magenta #FC70DD
Tints of Pale Magenta #FC70DD
RGB
CMYK
RGB Variations
Color information
#FC70DD (or 0xFC70DD) is known color: Pale Magenta. HEX triplet: FC, 70 and DD. RGB value is (252,112,221). Sum of RGB (Red+Green+Blue) = 252+112+221=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 112 (44.14% from 255 or 19.15% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC70DD is #038F22. Grayscale: #A5A5A5. Windows color (decimal): -233251 or 14512380. OLE color: 14512380.
HSL color Cylindrical-coordinate representation of color #FC70DD: hue angle of 313.29º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FC70DD is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 112 | 221 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.01 |
| HSL | 313.29º | 0.96% | 0.71% | - |
| HSV(B) | 313.29º | 0.56% | 0.99% | - |
| XYZ | 58.99 | 37.5 | 72.54 | - |
| YUV | 166.29 | 158.88 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 112 | 221 | 0 | 0.56 | 0.12 | 0.01 | 313.29 | 0.96 | 0.71 |
| Hex | FC | 70 | DD | 0 | 38 | C | 1 | 139 | 60 | 47 |
| Octal | 374 | 160 | 335 | 0 | 70 | 14 | 1 | 471 | 140 | 107 |
| Binary | 11111100 | 1110000 | 11011101 | 0 | 111000 | 1100 | 1 | 100111001 | 1100000 | 1000111 |
Color Harmonies of #FC70DD
Complementary color
Monochromatic Colors of #FC70DD
Black with #FC70DD
Text Example
Text Example
White with #FC70DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC70DD; }
p { color: rgb(252,112,221); }
H1.HeaderClassName
{
color: #FC70DD;
}
.AnyTagClassName
{
color: #FC70DD;
}
</style>
background-color css
<style>
a { background-color: #FC70DD; }
a { background-color: rgb(252,112,221); }
div.DivClassName
{
background-color: #FC70DD;
}
.BgClassName
{
background-color: #FC70DD;
}
</style>
border-color css
<style>
span { border-color: #FC70DD; }
span { border-color: rgb(252,112,221); }
td.TdClassName
{
border-color: #FC70DD;
}
.TagClassName
{
border-color: #FC70DD;
}
</style>