Shades of Pale Magenta #FC91E7
Tints of Pale Magenta #FC91E7
RGB
CMYK
RGB Variations
Color information
#FC91E7 (or 0xFC91E7) is known color: Pale Magenta. HEX triplet: FC, 91 and E7. RGB value is (252,145,231). Sum of RGB (Red+Green+Blue) = 252+145+231=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 145 (57.03% from 255 or 23.09% from 628); Blue value is 231 (90.62% from 255 or 36.78% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FC91E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC91E7 is #036E18. Grayscale: #BABABA. Windows color (decimal): -224793 or 15176188. OLE color: 15176188.
HSL color Cylindrical-coordinate representation of color #FC91E7: hue angle of 311.78º 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 #FC91E7 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 145 | 231 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.01 |
| HSL | 311.78º | 0.95% | 0.78% | - |
| HSV(B) | 311.78º | 0.42% | 0.99% | - |
| XYZ | 64.69 | 46.72 | 81.21 | - |
| YUV | 186.8 | 152.95 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 145 | 231 | 0 | 0.42 | 0.08 | 0.01 | 311.78 | 0.95 | 0.78 |
| Hex | FC | 91 | E7 | 0 | 2A | 8 | 1 | 138 | 5F | 4E |
| Octal | 374 | 221 | 347 | 0 | 52 | 10 | 1 | 470 | 137 | 116 |
| Binary | 11111100 | 10010001 | 11100111 | 0 | 101010 | 1000 | 1 | 100111000 | 1011111 | 1001110 |
Color Harmonies of #FC91E7
Complementary color
Monochromatic Colors of #FC91E7
Black with #FC91E7
Text Example
Text Example
White with #FC91E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC91E7; }
p { color: rgb(252,145,231); }
H1.HeaderClassName
{
color: #FC91E7;
}
.AnyTagClassName
{
color: #FC91E7;
}
</style>
background-color css
<style>
a { background-color: #FC91E7; }
a { background-color: rgb(252,145,231); }
div.DivClassName
{
background-color: #FC91E7;
}
.BgClassName
{
background-color: #FC91E7;
}
</style>
border-color css
<style>
span { border-color: #FC91E7; }
span { border-color: rgb(252,145,231); }
td.TdClassName
{
border-color: #FC91E7;
}
.TagClassName
{
border-color: #FC91E7;
}
</style>