Shades of Pale Magenta #FC90EA
Tints of Pale Magenta #FC90EA
RGB
CMYK
RGB Variations
Color information
#FC90EA (or 0xFC90EA) is known color: Pale Magenta. HEX triplet: FC, 90 and EA. RGB value is (252,144,234). Sum of RGB (Red+Green+Blue) = 252+144+234=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 144 (56.64% from 255 or 22.86% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC90EA is #036F15. Grayscale: #BABABA. Windows color (decimal): -225046 or 15372540. OLE color: 15372540.
HSL color Cylindrical-coordinate representation of color #FC90EA: hue angle of 310º 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 #FC90EA is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 144 | 234 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.01 |
| HSL | 310º | 0.95% | 0.78% | - |
| HSV(B) | 310º | 0.43% | 0.99% | - |
| XYZ | 64.97 | 46.58 | 83.41 | - |
| YUV | 186.55 | 154.78 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 144 | 234 | 0 | 0.43 | 0.07 | 0.01 | 310 | 0.95 | 0.78 |
| Hex | FC | 90 | EA | 0 | 2B | 7 | 1 | 136 | 5F | 4E |
| Octal | 374 | 220 | 352 | 0 | 53 | 7 | 1 | 466 | 137 | 116 |
| Binary | 11111100 | 10010000 | 11101010 | 0 | 101011 | 111 | 1 | 100110110 | 1011111 | 1001110 |
Color Harmonies of #FC90EA
Complementary color
Monochromatic Colors of #FC90EA
Black with #FC90EA
Text Example
Text Example
White with #FC90EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC90EA; }
p { color: rgb(252,144,234); }
H1.HeaderClassName
{
color: #FC90EA;
}
.AnyTagClassName
{
color: #FC90EA;
}
</style>
background-color css
<style>
a { background-color: #FC90EA; }
a { background-color: rgb(252,144,234); }
div.DivClassName
{
background-color: #FC90EA;
}
.BgClassName
{
background-color: #FC90EA;
}
</style>
border-color css
<style>
span { border-color: #FC90EA; }
span { border-color: rgb(252,144,234); }
td.TdClassName
{
border-color: #FC90EA;
}
.TagClassName
{
border-color: #FC90EA;
}
</style>