Shades of Pale Magenta #FC81E5
Tints of Pale Magenta #FC81E5
RGB
CMYK
RGB Variations
Color information
#FC81E5 (or 0xFC81E5) is known color: Pale Magenta. HEX triplet: FC, 81 and E5. RGB value is (252,129,229). Sum of RGB (Red+Green+Blue) = 252+129+229=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 129 (50.78% from 255 or 21.15% from 610); Blue value is 229 (89.84% from 255 or 37.54% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FC81E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC81E5 is #037E1A. Grayscale: #B0B0B0. Windows color (decimal): -228891 or 15041020. OLE color: 15041020.
HSL color Cylindrical-coordinate representation of color #FC81E5: hue angle of 311.22º 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 #FC81E5 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 129 | 229 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.01 |
| HSL | 311.22º | 0.95% | 0.75% | - |
| HSV(B) | 311.22º | 0.49% | 0.99% | - |
| XYZ | 62.14 | 42.05 | 78.97 | - |
| YUV | 177.18 | 157.25 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 129 | 229 | 0 | 0.49 | 0.09 | 0.01 | 311.22 | 0.95 | 0.75 |
| Hex | FC | 81 | E5 | 0 | 31 | 9 | 1 | 137 | 5F | 4B |
| Octal | 374 | 201 | 345 | 0 | 61 | 11 | 1 | 467 | 137 | 113 |
| Binary | 11111100 | 10000001 | 11100101 | 0 | 110001 | 1001 | 1 | 100110111 | 1011111 | 1001011 |
Color Harmonies of #FC81E5
Complementary color
Monochromatic Colors of #FC81E5
Black with #FC81E5
Text Example
Text Example
White with #FC81E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC81E5; }
p { color: rgb(252,129,229); }
H1.HeaderClassName
{
color: #FC81E5;
}
.AnyTagClassName
{
color: #FC81E5;
}
</style>
background-color css
<style>
a { background-color: #FC81E5; }
a { background-color: rgb(252,129,229); }
div.DivClassName
{
background-color: #FC81E5;
}
.BgClassName
{
background-color: #FC81E5;
}
</style>
border-color css
<style>
span { border-color: #FC81E5; }
span { border-color: rgb(252,129,229); }
td.TdClassName
{
border-color: #FC81E5;
}
.TagClassName
{
border-color: #FC81E5;
}
</style>