Shades of Pale Magenta #FC91F2
Tints of Pale Magenta #FC91F2
RGB
CMYK
RGB Variations
Color information
#FC91F2 (or 0xFC91F2) is known color: Pale Magenta. HEX triplet: FC, 91 and F2. RGB value is (252,145,242). Sum of RGB (Red+Green+Blue) = 252+145+242=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 145 (57.03% from 255 or 22.69% from 639); Blue value is 242 (94.92% from 255 or 37.87% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FC91F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC91F2 is #036E0D. Grayscale: #BBBBBB. Windows color (decimal): -224782 or 15897084. OLE color: 15897084.
HSL color Cylindrical-coordinate representation of color #FC91F2: hue angle of 305.61º 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 #FC91F2 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 145 | 242 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.01 |
| HSL | 305.61º | 0.95% | 0.78% | - |
| HSV(B) | 305.61º | 0.42% | 0.99% | - |
| XYZ | 66.3 | 47.36 | 89.65 | - |
| YUV | 188.05 | 158.45 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 145 | 242 | 0 | 0.42 | 0.04 | 0.01 | 305.61 | 0.95 | 0.78 |
| Hex | FC | 91 | F2 | 0 | 2A | 4 | 1 | 132 | 5F | 4E |
| Octal | 374 | 221 | 362 | 0 | 52 | 4 | 1 | 462 | 137 | 116 |
| Binary | 11111100 | 10010001 | 11110010 | 0 | 101010 | 100 | 1 | 100110010 | 1011111 | 1001110 |
Color Harmonies of #FC91F2
Complementary color
Monochromatic Colors of #FC91F2
Black with #FC91F2
Text Example
Text Example
White with #FC91F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC91F2; }
p { color: rgb(252,145,242); }
H1.HeaderClassName
{
color: #FC91F2;
}
.AnyTagClassName
{
color: #FC91F2;
}
</style>
background-color css
<style>
a { background-color: #FC91F2; }
a { background-color: rgb(252,145,242); }
div.DivClassName
{
background-color: #FC91F2;
}
.BgClassName
{
background-color: #FC91F2;
}
</style>
border-color css
<style>
span { border-color: #FC91F2; }
span { border-color: rgb(252,145,242); }
td.TdClassName
{
border-color: #FC91F2;
}
.TagClassName
{
border-color: #FC91F2;
}
</style>