Shades of Pale Magenta #FC78DC
Tints of Pale Magenta #FC78DC
RGB
CMYK
RGB Variations
Color information
#FC78DC (or 0xFC78DC) is known color: Pale Magenta. HEX triplet: FC, 78 and DC. RGB value is (252,120,220). Sum of RGB (Red+Green+Blue) = 252+120+220=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 120 (47.27% from 255 or 20.27% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FC78DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC78DC is #038723. Grayscale: #AAAAAA. Windows color (decimal): -231204 or 14448892. OLE color: 14448892.
HSL color Cylindrical-coordinate representation of color #FC78DC: hue angle of 314.55º 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 #FC78DC is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 120 | 220 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.01 |
| HSL | 314.55º | 0.96% | 0.73% | - |
| HSV(B) | 314.55º | 0.52% | 0.99% | - |
| XYZ | 59.78 | 39.3 | 72.14 | - |
| YUV | 170.87 | 155.73 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 120 | 220 | 0 | 0.52 | 0.13 | 0.01 | 314.55 | 0.96 | 0.73 |
| Hex | FC | 78 | DC | 0 | 34 | D | 1 | 13B | 60 | 49 |
| Octal | 374 | 170 | 334 | 0 | 64 | 15 | 1 | 473 | 140 | 111 |
| Binary | 11111100 | 1111000 | 11011100 | 0 | 110100 | 1101 | 1 | 100111011 | 1100000 | 1001001 |
Color Harmonies of #FC78DC
Complementary color
Monochromatic Colors of #FC78DC
Black with #FC78DC
Text Example
Text Example
White with #FC78DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC78DC; }
p { color: rgb(252,120,220); }
H1.HeaderClassName
{
color: #FC78DC;
}
.AnyTagClassName
{
color: #FC78DC;
}
</style>
background-color css
<style>
a { background-color: #FC78DC; }
a { background-color: rgb(252,120,220); }
div.DivClassName
{
background-color: #FC78DC;
}
.BgClassName
{
background-color: #FC78DC;
}
</style>
border-color css
<style>
span { border-color: #FC78DC; }
span { border-color: rgb(252,120,220); }
td.TdClassName
{
border-color: #FC78DC;
}
.TagClassName
{
border-color: #FC78DC;
}
</style>