Shades of Pale Magenta #FC78D8
Tints of Pale Magenta #FC78D8
RGB
CMYK
RGB Variations
Color information
#FC78D8 (or 0xFC78D8) is known color: Pale Magenta. HEX triplet: FC, 78 and D8. RGB value is (252,120,216). Sum of RGB (Red+Green+Blue) = 252+120+216=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 120 (47.27% from 255 or 20.41% from 588); Blue value is 216 (84.77% from 255 or 36.73% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FC78D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC78D8 is #038727. Grayscale: #AAAAAA. Windows color (decimal): -231208 or 14186748. OLE color: 14186748.
HSL color Cylindrical-coordinate representation of color #FC78D8: hue angle of 316.36º 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 #FC78D8 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 120 | 216 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.01 |
| HSL | 316.36º | 0.96% | 0.73% | - |
| HSV(B) | 316.36º | 0.52% | 0.99% | - |
| XYZ | 59.26 | 39.09 | 69.39 | - |
| YUV | 170.41 | 153.73 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 120 | 216 | 0 | 0.52 | 0.14 | 0.01 | 316.36 | 0.96 | 0.73 |
| Hex | FC | 78 | D8 | 0 | 34 | E | 1 | 13C | 60 | 49 |
| Octal | 374 | 170 | 330 | 0 | 64 | 16 | 1 | 474 | 140 | 111 |
| Binary | 11111100 | 1111000 | 11011000 | 0 | 110100 | 1110 | 1 | 100111100 | 1100000 | 1001001 |
Color Harmonies of #FC78D8
Complementary color
Monochromatic Colors of #FC78D8
Black with #FC78D8
Text Example
Text Example
White with #FC78D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC78D8; }
p { color: rgb(252,120,216); }
H1.HeaderClassName
{
color: #FC78D8;
}
.AnyTagClassName
{
color: #FC78D8;
}
</style>
background-color css
<style>
a { background-color: #FC78D8; }
a { background-color: rgb(252,120,216); }
div.DivClassName
{
background-color: #FC78D8;
}
.BgClassName
{
background-color: #FC78D8;
}
</style>
border-color css
<style>
span { border-color: #FC78D8; }
span { border-color: rgb(252,120,216); }
td.TdClassName
{
border-color: #FC78D8;
}
.TagClassName
{
border-color: #FC78D8;
}
</style>