Shades of Pale Magenta #FC80E7
Tints of Pale Magenta #FC80E7
RGB
CMYK
RGB Variations
Color information
#FC80E7 (or 0xFC80E7) is known color: Pale Magenta. HEX triplet: FC, 80 and E7. RGB value is (252,128,231). Sum of RGB (Red+Green+Blue) = 252+128+231=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 128 (50.39% from 255 or 20.95% from 611); Blue value is 231 (90.62% from 255 or 37.81% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC80E7 is #037F18. Grayscale: #B0B0B0. Windows color (decimal): -229145 or 15171836. OLE color: 15171836.
HSL color Cylindrical-coordinate representation of color #FC80E7: hue angle of 310.16º 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 #FC80E7 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 128 | 231 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.01 |
| HSL | 310.16º | 0.95% | 0.75% | - |
| HSV(B) | 310.16º | 0.49% | 0.99% | - |
| XYZ | 62.29 | 41.9 | 80.41 | - |
| YUV | 176.82 | 158.58 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 128 | 231 | 0 | 0.49 | 0.08 | 0.01 | 310.16 | 0.95 | 0.75 |
| Hex | FC | 80 | E7 | 0 | 31 | 8 | 1 | 136 | 5F | 4B |
| Octal | 374 | 200 | 347 | 0 | 61 | 10 | 1 | 466 | 137 | 113 |
| Binary | 11111100 | 10000000 | 11100111 | 0 | 110001 | 1000 | 1 | 100110110 | 1011111 | 1001011 |
Color Harmonies of #FC80E7
Complementary color
Monochromatic Colors of #FC80E7
Black with #FC80E7
Text Example
Text Example
White with #FC80E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC80E7; }
p { color: rgb(252,128,231); }
H1.HeaderClassName
{
color: #FC80E7;
}
.AnyTagClassName
{
color: #FC80E7;
}
</style>
background-color css
<style>
a { background-color: #FC80E7; }
a { background-color: rgb(252,128,231); }
div.DivClassName
{
background-color: #FC80E7;
}
.BgClassName
{
background-color: #FC80E7;
}
</style>
border-color css
<style>
span { border-color: #FC80E7; }
span { border-color: rgb(252,128,231); }
td.TdClassName
{
border-color: #FC80E7;
}
.TagClassName
{
border-color: #FC80E7;
}
</style>