Shades of Pale Magenta #FC91EC
Tints of Pale Magenta #FC91EC
RGB
CMYK
RGB Variations
Color information
#FC91EC (or 0xFC91EC) is known color: Pale Magenta. HEX triplet: FC, 91 and EC. RGB value is (252,145,236). Sum of RGB (Red+Green+Blue) = 252+145+236=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 145 (57.03% from 255 or 22.91% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FC91EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC91EC is #036E13. Grayscale: #BBBBBB. Windows color (decimal): -224788 or 15503868. OLE color: 15503868.
HSL color Cylindrical-coordinate representation of color #FC91EC: hue angle of 308.97º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FC91EC is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 145 | 236 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.01 |
| HSL | 308.97º | 0.95% | 0.78% | - |
| HSV(B) | 308.97º | 0.42% | 0.99% | - |
| XYZ | 65.41 | 47 | 84.98 | - |
| YUV | 187.37 | 155.45 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 145 | 236 | 0 | 0.42 | 0.06 | 0.01 | 308.97 | 0.95 | 0.78 |
| Hex | FC | 91 | EC | 0 | 2A | 6 | 1 | 135 | 5F | 4E |
| Octal | 374 | 221 | 354 | 0 | 52 | 6 | 1 | 465 | 137 | 116 |
| Binary | 11111100 | 10010001 | 11101100 | 0 | 101010 | 110 | 1 | 100110101 | 1011111 | 1001110 |
Color Harmonies of #FC91EC
Complementary color
Monochromatic Colors of #FC91EC
Black with #FC91EC
Text Example
Text Example
White with #FC91EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC91EC; }
p { color: rgb(252,145,236); }
H1.HeaderClassName
{
color: #FC91EC;
}
.AnyTagClassName
{
color: #FC91EC;
}
</style>
background-color css
<style>
a { background-color: #FC91EC; }
a { background-color: rgb(252,145,236); }
div.DivClassName
{
background-color: #FC91EC;
}
.BgClassName
{
background-color: #FC91EC;
}
</style>
border-color css
<style>
span { border-color: #FC91EC; }
span { border-color: rgb(252,145,236); }
td.TdClassName
{
border-color: #FC91EC;
}
.TagClassName
{
border-color: #FC91EC;
}
</style>