Shades of Pale Magenta #FC73EC
Tints of Pale Magenta #FC73EC
RGB
CMYK
RGB Variations
Color information
#FC73EC (or 0xFC73EC) is known color: Pale Magenta. HEX triplet: FC, 73 and EC. RGB value is (252,115,236). Sum of RGB (Red+Green+Blue) = 252+115+236=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 115 (45.31% from 255 or 19.07% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FC73EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC73EC is #038C13. Grayscale: #A9A9A9. Windows color (decimal): -232468 or 15496188. OLE color: 15496188.
HSL color Cylindrical-coordinate representation of color #FC73EC: hue angle of 307.01º 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 #FC73EC is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 236 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.01 |
| HSL | 307.01º | 0.96% | 0.72% | - |
| HSV(B) | 307.01º | 0.54% | 0.99% | - |
| XYZ | 61.42 | 39.01 | 83.65 | - |
| YUV | 169.76 | 165.39 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 236 | 0 | 0.54 | 0.06 | 0.01 | 307.01 | 0.96 | 0.72 |
| Hex | FC | 73 | EC | 0 | 36 | 6 | 1 | 133 | 60 | 48 |
| Octal | 374 | 163 | 354 | 0 | 66 | 6 | 1 | 463 | 140 | 110 |
| Binary | 11111100 | 1110011 | 11101100 | 0 | 110110 | 110 | 1 | 100110011 | 1100000 | 1001000 |
Color Harmonies of #FC73EC
Complementary color
Monochromatic Colors of #FC73EC
Black with #FC73EC
Text Example
Text Example
White with #FC73EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC73EC; }
p { color: rgb(252,115,236); }
H1.HeaderClassName
{
color: #FC73EC;
}
.AnyTagClassName
{
color: #FC73EC;
}
</style>
background-color css
<style>
a { background-color: #FC73EC; }
a { background-color: rgb(252,115,236); }
div.DivClassName
{
background-color: #FC73EC;
}
.BgClassName
{
background-color: #FC73EC;
}
</style>
border-color css
<style>
span { border-color: #FC73EC; }
span { border-color: rgb(252,115,236); }
td.TdClassName
{
border-color: #FC73EC;
}
.TagClassName
{
border-color: #FC73EC;
}
</style>