Shades of Pale Magenta #FC81E7
Tints of Pale Magenta #FC81E7
RGB
CMYK
RGB Variations
Color information
#FC81E7 (or 0xFC81E7) is known color: Pale Magenta. HEX triplet: FC, 81 and E7. RGB value is (252,129,231). Sum of RGB (Red+Green+Blue) = 252+129+231=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 129 (50.78% from 255 or 21.08% from 612); Blue value is 231 (90.62% from 255 or 37.75% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FC81E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC81E7 is #037E18. Grayscale: #B1B1B1. Windows color (decimal): -228889 or 15172092. OLE color: 15172092.
HSL color Cylindrical-coordinate representation of color #FC81E7: hue angle of 310.24º 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 #FC81E7 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 129 | 231 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.01 |
| HSL | 310.24º | 0.95% | 0.75% | - |
| HSV(B) | 310.24º | 0.49% | 0.99% | - |
| XYZ | 62.42 | 42.17 | 80.45 | - |
| YUV | 177.41 | 158.25 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 129 | 231 | 0 | 0.49 | 0.08 | 0.01 | 310.24 | 0.95 | 0.75 |
| Hex | FC | 81 | E7 | 0 | 31 | 8 | 1 | 136 | 5F | 4B |
| Octal | 374 | 201 | 347 | 0 | 61 | 10 | 1 | 466 | 137 | 113 |
| Binary | 11111100 | 10000001 | 11100111 | 0 | 110001 | 1000 | 1 | 100110110 | 1011111 | 1001011 |
Color Harmonies of #FC81E7
Complementary color
Monochromatic Colors of #FC81E7
Black with #FC81E7
Text Example
Text Example
White with #FC81E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC81E7; }
p { color: rgb(252,129,231); }
H1.HeaderClassName
{
color: #FC81E7;
}
.AnyTagClassName
{
color: #FC81E7;
}
</style>
background-color css
<style>
a { background-color: #FC81E7; }
a { background-color: rgb(252,129,231); }
div.DivClassName
{
background-color: #FC81E7;
}
.BgClassName
{
background-color: #FC81E7;
}
</style>
border-color css
<style>
span { border-color: #FC81E7; }
span { border-color: rgb(252,129,231); }
td.TdClassName
{
border-color: #FC81E7;
}
.TagClassName
{
border-color: #FC81E7;
}
</style>