Shades of Pale Magenta #FC91F0
Tints of Pale Magenta #FC91F0
RGB
CMYK
RGB Variations
Color information
#FC91F0 (or 0xFC91F0) is known color: Pale Magenta. HEX triplet: FC, 91 and F0. RGB value is (252,145,240). Sum of RGB (Red+Green+Blue) = 252+145+240=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 145 (57.03% from 255 or 22.76% from 637); Blue value is 240 (94.14% from 255 or 37.68% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FC91F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC91F0 is #036E0F. Grayscale: #BBBBBB. Windows color (decimal): -224784 or 15766012. OLE color: 15766012.
HSL color Cylindrical-coordinate representation of color #FC91F0: hue angle of 306.73º 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 #FC91F0 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 145 | 240 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.01 |
| HSL | 306.73º | 0.95% | 0.78% | - |
| HSV(B) | 306.73º | 0.42% | 0.99% | - |
| XYZ | 66 | 47.24 | 88.08 | - |
| YUV | 187.82 | 157.45 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 145 | 240 | 0 | 0.42 | 0.05 | 0.01 | 306.73 | 0.95 | 0.78 |
| Hex | FC | 91 | F0 | 0 | 2A | 5 | 1 | 133 | 5F | 4E |
| Octal | 374 | 221 | 360 | 0 | 52 | 5 | 1 | 463 | 137 | 116 |
| Binary | 11111100 | 10010001 | 11110000 | 0 | 101010 | 101 | 1 | 100110011 | 1011111 | 1001110 |
Color Harmonies of #FC91F0
Complementary color
Monochromatic Colors of #FC91F0
Black with #FC91F0
Text Example
Text Example
White with #FC91F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC91F0; }
p { color: rgb(252,145,240); }
H1.HeaderClassName
{
color: #FC91F0;
}
.AnyTagClassName
{
color: #FC91F0;
}
</style>
background-color css
<style>
a { background-color: #FC91F0; }
a { background-color: rgb(252,145,240); }
div.DivClassName
{
background-color: #FC91F0;
}
.BgClassName
{
background-color: #FC91F0;
}
</style>
border-color css
<style>
span { border-color: #FC91F0; }
span { border-color: rgb(252,145,240); }
td.TdClassName
{
border-color: #FC91F0;
}
.TagClassName
{
border-color: #FC91F0;
}
</style>