Shades of Pale Magenta #FC81EF
Tints of Pale Magenta #FC81EF
RGB
CMYK
RGB Variations
Color information
#FC81EF (or 0xFC81EF) is known color: Pale Magenta. HEX triplet: FC, 81 and EF. RGB value is (252,129,239). Sum of RGB (Red+Green+Blue) = 252+129+239=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 129 (50.78% from 255 or 20.81% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FC81EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC81EF is #037E10. Grayscale: #B1B1B1. Windows color (decimal): -228881 or 15696380. OLE color: 15696380.
HSL color Cylindrical-coordinate representation of color #FC81EF: hue angle of 306.34º 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 #FC81EF is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 129 | 239 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.01 |
| HSL | 306.34º | 0.95% | 0.75% | - |
| HSV(B) | 306.34º | 0.49% | 0.99% | - |
| XYZ | 63.58 | 42.63 | 86.54 | - |
| YUV | 178.32 | 162.25 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 129 | 239 | 0 | 0.49 | 0.05 | 0.01 | 306.34 | 0.95 | 0.75 |
| Hex | FC | 81 | EF | 0 | 31 | 5 | 1 | 132 | 5F | 4B |
| Octal | 374 | 201 | 357 | 0 | 61 | 5 | 1 | 462 | 137 | 113 |
| Binary | 11111100 | 10000001 | 11101111 | 0 | 110001 | 101 | 1 | 100110010 | 1011111 | 1001011 |
Color Harmonies of #FC81EF
Complementary color
Monochromatic Colors of #FC81EF
Black with #FC81EF
Text Example
Text Example
White with #FC81EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC81EF; }
p { color: rgb(252,129,239); }
H1.HeaderClassName
{
color: #FC81EF;
}
.AnyTagClassName
{
color: #FC81EF;
}
</style>
background-color css
<style>
a { background-color: #FC81EF; }
a { background-color: rgb(252,129,239); }
div.DivClassName
{
background-color: #FC81EF;
}
.BgClassName
{
background-color: #FC81EF;
}
</style>
border-color css
<style>
span { border-color: #FC81EF; }
span { border-color: rgb(252,129,239); }
td.TdClassName
{
border-color: #FC81EF;
}
.TagClassName
{
border-color: #FC81EF;
}
</style>