Shades of Pale Magenta #FC78E6
Tints of Pale Magenta #FC78E6
RGB
CMYK
RGB Variations
Color information
#FC78E6 (or 0xFC78E6) is known color: Pale Magenta. HEX triplet: FC, 78 and E6. RGB value is (252,120,230). Sum of RGB (Red+Green+Blue) = 252+120+230=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 120 (47.27% from 255 or 19.93% from 602); Blue value is 230 (90.23% from 255 or 38.21% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FC78E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC78E6 is #038719. Grayscale: #ABABAB. Windows color (decimal): -231194 or 15104252. OLE color: 15104252.
HSL color Cylindrical-coordinate representation of color #FC78E6: hue angle of 310º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FC78E6 is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 120 | 230 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.01 |
| HSL | 310º | 0.96% | 0.73% | - |
| HSV(B) | 310º | 0.52% | 0.99% | - |
| XYZ | 61.14 | 39.84 | 79.33 | - |
| YUV | 172.01 | 160.73 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 120 | 230 | 0 | 0.52 | 0.09 | 0.01 | 310 | 0.96 | 0.73 |
| Hex | FC | 78 | E6 | 0 | 34 | 9 | 1 | 136 | 60 | 49 |
| Octal | 374 | 170 | 346 | 0 | 64 | 11 | 1 | 466 | 140 | 111 |
| Binary | 11111100 | 1111000 | 11100110 | 0 | 110100 | 1001 | 1 | 100110110 | 1100000 | 1001001 |
Color Harmonies of #FC78E6
Complementary color
Monochromatic Colors of #FC78E6
Black with #FC78E6
Text Example
Text Example
White with #FC78E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC78E6; }
p { color: rgb(252,120,230); }
H1.HeaderClassName
{
color: #FC78E6;
}
.AnyTagClassName
{
color: #FC78E6;
}
</style>
background-color css
<style>
a { background-color: #FC78E6; }
a { background-color: rgb(252,120,230); }
div.DivClassName
{
background-color: #FC78E6;
}
.BgClassName
{
background-color: #FC78E6;
}
</style>
border-color css
<style>
span { border-color: #FC78E6; }
span { border-color: rgb(252,120,230); }
td.TdClassName
{
border-color: #FC78E6;
}
.TagClassName
{
border-color: #FC78E6;
}
</style>