Shades of Pale Magenta #FC91E2
Tints of Pale Magenta #FC91E2
RGB
CMYK
RGB Variations
Color information
#FC91E2 (or 0xFC91E2) is known color: Pale Magenta. HEX triplet: FC, 91 and E2. RGB value is (252,145,226). Sum of RGB (Red+Green+Blue) = 252+145+226=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 145 (57.03% from 255 or 23.27% from 623); Blue value is 226 (88.67% from 255 or 36.28% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FC91E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC91E2 is #036E1D. Grayscale: #BABABA. Windows color (decimal): -224798 or 14848508. OLE color: 14848508.
HSL color Cylindrical-coordinate representation of color #FC91E2: hue angle of 314.58º 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 #FC91E2 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 145 | 226 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.01 |
| HSL | 314.58º | 0.95% | 0.78% | - |
| HSV(B) | 314.58º | 0.42% | 0.99% | - |
| XYZ | 64 | 46.44 | 77.54 | - |
| YUV | 186.23 | 150.45 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 145 | 226 | 0 | 0.42 | 0.10 | 0.01 | 314.58 | 0.95 | 0.78 |
| Hex | FC | 91 | E2 | 0 | 2A | A | 1 | 13B | 5F | 4E |
| Octal | 374 | 221 | 342 | 0 | 52 | 12 | 1 | 473 | 137 | 116 |
| Binary | 11111100 | 10010001 | 11100010 | 0 | 101010 | 1010 | 1 | 100111011 | 1011111 | 1001110 |
Color Harmonies of #FC91E2
Complementary color
Monochromatic Colors of #FC91E2
Black with #FC91E2
Text Example
Text Example
White with #FC91E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC91E2; }
p { color: rgb(252,145,226); }
H1.HeaderClassName
{
color: #FC91E2;
}
.AnyTagClassName
{
color: #FC91E2;
}
</style>
background-color css
<style>
a { background-color: #FC91E2; }
a { background-color: rgb(252,145,226); }
div.DivClassName
{
background-color: #FC91E2;
}
.BgClassName
{
background-color: #FC91E2;
}
</style>
border-color css
<style>
span { border-color: #FC91E2; }
span { border-color: rgb(252,145,226); }
td.TdClassName
{
border-color: #FC91E2;
}
.TagClassName
{
border-color: #FC91E2;
}
</style>