Shades of Pale Magenta #FC81E8
Tints of Pale Magenta #FC81E8
RGB
CMYK
RGB Variations
Color information
#FC81E8 (or 0xFC81E8) is known color: Pale Magenta. HEX triplet: FC, 81 and E8. RGB value is (252,129,232). Sum of RGB (Red+Green+Blue) = 252+129+232=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 129 (50.78% from 255 or 21.04% from 613); Blue value is 232 (91.02% from 255 or 37.85% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FC81E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC81E8 is #037E17. Grayscale: #B1B1B1. Windows color (decimal): -228888 or 15237628. OLE color: 15237628.
HSL color Cylindrical-coordinate representation of color #FC81E8: hue angle of 309.76º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FC81E8 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 129 | 232 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.01 |
| HSL | 309.76º | 0.95% | 0.75% | - |
| HSV(B) | 309.76º | 0.49% | 0.99% | - |
| XYZ | 62.56 | 42.22 | 81.2 | - |
| YUV | 177.52 | 158.75 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 129 | 232 | 0 | 0.49 | 0.08 | 0.01 | 309.76 | 0.95 | 0.75 |
| Hex | FC | 81 | E8 | 0 | 31 | 8 | 1 | 136 | 5F | 4B |
| Octal | 374 | 201 | 350 | 0 | 61 | 10 | 1 | 466 | 137 | 113 |
| Binary | 11111100 | 10000001 | 11101000 | 0 | 110001 | 1000 | 1 | 100110110 | 1011111 | 1001011 |
Color Harmonies of #FC81E8
Complementary color
Monochromatic Colors of #FC81E8
Black with #FC81E8
Text Example
Text Example
White with #FC81E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC81E8; }
p { color: rgb(252,129,232); }
H1.HeaderClassName
{
color: #FC81E8;
}
.AnyTagClassName
{
color: #FC81E8;
}
</style>
background-color css
<style>
a { background-color: #FC81E8; }
a { background-color: rgb(252,129,232); }
div.DivClassName
{
background-color: #FC81E8;
}
.BgClassName
{
background-color: #FC81E8;
}
</style>
border-color css
<style>
span { border-color: #FC81E8; }
span { border-color: rgb(252,129,232); }
td.TdClassName
{
border-color: #FC81E8;
}
.TagClassName
{
border-color: #FC81E8;
}
</style>