Shades of Pale Magenta #FC90F2
Tints of Pale Magenta #FC90F2
RGB
CMYK
RGB Variations
Color information
#FC90F2 (or 0xFC90F2) is known color: Pale Magenta. HEX triplet: FC, 90 and F2. RGB value is (252,144,242). Sum of RGB (Red+Green+Blue) = 252+144+242=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 144 (56.64% from 255 or 22.57% from 638); Blue value is 242 (94.92% from 255 or 37.93% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC90F2 is #036F0D. Grayscale: #BBBBBB. Windows color (decimal): -225038 or 15896828. OLE color: 15896828.
HSL color Cylindrical-coordinate representation of color #FC90F2: hue angle of 305.56º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FC90F2 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 144 | 242 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.01 |
| HSL | 305.56º | 0.95% | 0.78% | - |
| HSV(B) | 305.56º | 0.43% | 0.99% | - |
| XYZ | 66.15 | 47.05 | 89.6 | - |
| YUV | 187.46 | 158.78 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 144 | 242 | 0 | 0.43 | 0.04 | 0.01 | 305.56 | 0.95 | 0.78 |
| Hex | FC | 90 | F2 | 0 | 2B | 4 | 1 | 132 | 5F | 4E |
| Octal | 374 | 220 | 362 | 0 | 53 | 4 | 1 | 462 | 137 | 116 |
| Binary | 11111100 | 10010000 | 11110010 | 0 | 101011 | 100 | 1 | 100110010 | 1011111 | 1001110 |
Color Harmonies of #FC90F2
Complementary color
Monochromatic Colors of #FC90F2
Black with #FC90F2
Text Example
Text Example
White with #FC90F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC90F2; }
p { color: rgb(252,144,242); }
H1.HeaderClassName
{
color: #FC90F2;
}
.AnyTagClassName
{
color: #FC90F2;
}
</style>
background-color css
<style>
a { background-color: #FC90F2; }
a { background-color: rgb(252,144,242); }
div.DivClassName
{
background-color: #FC90F2;
}
.BgClassName
{
background-color: #FC90F2;
}
</style>
border-color css
<style>
span { border-color: #FC90F2; }
span { border-color: rgb(252,144,242); }
td.TdClassName
{
border-color: #FC90F2;
}
.TagClassName
{
border-color: #FC90F2;
}
</style>