Shades of Pale Magenta #FC73DD
Tints of Pale Magenta #FC73DD
RGB
CMYK
RGB Variations
Color information
#FC73DD (or 0xFC73DD) is known color: Pale Magenta. HEX triplet: FC, 73 and DD. RGB value is (252,115,221). Sum of RGB (Red+Green+Blue) = 252+115+221=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 115 (45.31% from 255 or 19.56% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FC73DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC73DD is #038C22. Grayscale: #A7A7A7. Windows color (decimal): -232483 or 14513148. OLE color: 14513148.
HSL color Cylindrical-coordinate representation of color #FC73DD: hue angle of 313.58º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FC73DD is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 221 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.01 |
| HSL | 313.58º | 0.96% | 0.72% | - |
| HSV(B) | 313.58º | 0.54% | 0.99% | - |
| XYZ | 59.33 | 38.18 | 72.65 | - |
| YUV | 168.05 | 157.89 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 221 | 0 | 0.54 | 0.12 | 0.01 | 313.58 | 0.96 | 0.72 |
| Hex | FC | 73 | DD | 0 | 36 | C | 1 | 13A | 60 | 48 |
| Octal | 374 | 163 | 335 | 0 | 66 | 14 | 1 | 472 | 140 | 110 |
| Binary | 11111100 | 1110011 | 11011101 | 0 | 110110 | 1100 | 1 | 100111010 | 1100000 | 1001000 |
Color Harmonies of #FC73DD
Complementary color
Monochromatic Colors of #FC73DD
Black with #FC73DD
Text Example
Text Example
White with #FC73DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC73DD; }
p { color: rgb(252,115,221); }
H1.HeaderClassName
{
color: #FC73DD;
}
.AnyTagClassName
{
color: #FC73DD;
}
</style>
background-color css
<style>
a { background-color: #FC73DD; }
a { background-color: rgb(252,115,221); }
div.DivClassName
{
background-color: #FC73DD;
}
.BgClassName
{
background-color: #FC73DD;
}
</style>
border-color css
<style>
span { border-color: #FC73DD; }
span { border-color: rgb(252,115,221); }
td.TdClassName
{
border-color: #FC73DD;
}
.TagClassName
{
border-color: #FC73DD;
}
</style>