Shades of Pale Magenta #FC80ED
Tints of Pale Magenta #FC80ED
RGB
CMYK
RGB Variations
Color information
#FC80ED (or 0xFC80ED) is known color: Pale Magenta. HEX triplet: FC, 80 and ED. RGB value is (252,128,237). Sum of RGB (Red+Green+Blue) = 252+128+237=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 128 (50.39% from 255 or 20.75% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC80ED is #037F12. Grayscale: #B1B1B1. Windows color (decimal): -229139 or 15565052. OLE color: 15565052.
HSL color Cylindrical-coordinate representation of color #FC80ED: hue angle of 307.26º 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 #FC80ED is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 128 | 237 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.01 |
| HSL | 307.26º | 0.95% | 0.75% | - |
| HSV(B) | 307.26º | 0.49% | 0.99% | - |
| XYZ | 63.15 | 42.25 | 84.95 | - |
| YUV | 177.5 | 161.58 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 128 | 237 | 0 | 0.49 | 0.06 | 0.01 | 307.26 | 0.95 | 0.75 |
| Hex | FC | 80 | ED | 0 | 31 | 6 | 1 | 133 | 5F | 4B |
| Octal | 374 | 200 | 355 | 0 | 61 | 6 | 1 | 463 | 137 | 113 |
| Binary | 11111100 | 10000000 | 11101101 | 0 | 110001 | 110 | 1 | 100110011 | 1011111 | 1001011 |
Color Harmonies of #FC80ED
Complementary color
Monochromatic Colors of #FC80ED
Black with #FC80ED
Text Example
Text Example
White with #FC80ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC80ED; }
p { color: rgb(252,128,237); }
H1.HeaderClassName
{
color: #FC80ED;
}
.AnyTagClassName
{
color: #FC80ED;
}
</style>
background-color css
<style>
a { background-color: #FC80ED; }
a { background-color: rgb(252,128,237); }
div.DivClassName
{
background-color: #FC80ED;
}
.BgClassName
{
background-color: #FC80ED;
}
</style>
border-color css
<style>
span { border-color: #FC80ED; }
span { border-color: rgb(252,128,237); }
td.TdClassName
{
border-color: #FC80ED;
}
.TagClassName
{
border-color: #FC80ED;
}
</style>