Shades of Pale Magenta #FC80E6
Tints of Pale Magenta #FC80E6
RGB
CMYK
RGB Variations
Color information
#FC80E6 (or 0xFC80E6) is known color: Pale Magenta. HEX triplet: FC, 80 and E6. RGB value is (252,128,230). Sum of RGB (Red+Green+Blue) = 252+128+230=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 128 (50.39% from 255 or 20.98% from 610); Blue value is 230 (90.23% from 255 or 37.70% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC80E6 is #037F19. Grayscale: #B0B0B0. Windows color (decimal): -229146 or 15106300. OLE color: 15106300.
HSL color Cylindrical-coordinate representation of color #FC80E6: hue angle of 310.65º 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 #FC80E6 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 128 | 230 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.01 |
| HSL | 310.65º | 0.95% | 0.75% | - |
| HSV(B) | 310.65º | 0.49% | 0.99% | - |
| XYZ | 62.15 | 41.85 | 79.66 | - |
| YUV | 176.7 | 158.08 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 128 | 230 | 0 | 0.49 | 0.09 | 0.01 | 310.65 | 0.95 | 0.75 |
| Hex | FC | 80 | E6 | 0 | 31 | 9 | 1 | 137 | 5F | 4B |
| Octal | 374 | 200 | 346 | 0 | 61 | 11 | 1 | 467 | 137 | 113 |
| Binary | 11111100 | 10000000 | 11100110 | 0 | 110001 | 1001 | 1 | 100110111 | 1011111 | 1001011 |
Color Harmonies of #FC80E6
Complementary color
Monochromatic Colors of #FC80E6
Black with #FC80E6
Text Example
Text Example
White with #FC80E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC80E6; }
p { color: rgb(252,128,230); }
H1.HeaderClassName
{
color: #FC80E6;
}
.AnyTagClassName
{
color: #FC80E6;
}
</style>
background-color css
<style>
a { background-color: #FC80E6; }
a { background-color: rgb(252,128,230); }
div.DivClassName
{
background-color: #FC80E6;
}
.BgClassName
{
background-color: #FC80E6;
}
</style>
border-color css
<style>
span { border-color: #FC80E6; }
span { border-color: rgb(252,128,230); }
td.TdClassName
{
border-color: #FC80E6;
}
.TagClassName
{
border-color: #FC80E6;
}
</style>