Shades of Pale Magenta #FC91EF
Tints of Pale Magenta #FC91EF
RGB
CMYK
RGB Variations
Color information
#FC91EF (or 0xFC91EF) is known color: Pale Magenta. HEX triplet: FC, 91 and EF. RGB value is (252,145,239). Sum of RGB (Red+Green+Blue) = 252+145+239=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 145 (57.03% from 255 or 22.80% from 636); Blue value is 239 (93.75% from 255 or 37.58% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FC91EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC91EF is #036E10. Grayscale: #BBBBBB. Windows color (decimal): -224785 or 15700476. OLE color: 15700476.
HSL color Cylindrical-coordinate representation of color #FC91EF: hue angle of 307.29º 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 #FC91EF is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 145 | 239 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.01 |
| HSL | 307.29º | 0.95% | 0.78% | - |
| HSV(B) | 307.29º | 0.42% | 0.99% | - |
| XYZ | 65.85 | 47.18 | 87.3 | - |
| YUV | 187.71 | 156.95 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 145 | 239 | 0 | 0.42 | 0.05 | 0.01 | 307.29 | 0.95 | 0.78 |
| Hex | FC | 91 | EF | 0 | 2A | 5 | 1 | 133 | 5F | 4E |
| Octal | 374 | 221 | 357 | 0 | 52 | 5 | 1 | 463 | 137 | 116 |
| Binary | 11111100 | 10010001 | 11101111 | 0 | 101010 | 101 | 1 | 100110011 | 1011111 | 1001110 |
Color Harmonies of #FC91EF
Complementary color
Monochromatic Colors of #FC91EF
Black with #FC91EF
Text Example
Text Example
White with #FC91EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC91EF; }
p { color: rgb(252,145,239); }
H1.HeaderClassName
{
color: #FC91EF;
}
.AnyTagClassName
{
color: #FC91EF;
}
</style>
background-color css
<style>
a { background-color: #FC91EF; }
a { background-color: rgb(252,145,239); }
div.DivClassName
{
background-color: #FC91EF;
}
.BgClassName
{
background-color: #FC91EF;
}
</style>
border-color css
<style>
span { border-color: #FC91EF; }
span { border-color: rgb(252,145,239); }
td.TdClassName
{
border-color: #FC91EF;
}
.TagClassName
{
border-color: #FC91EF;
}
</style>