Shades of Pale Magenta #FC78DF
Tints of Pale Magenta #FC78DF
RGB
CMYK
RGB Variations
Color information
#FC78DF (or 0xFC78DF) is known color: Pale Magenta. HEX triplet: FC, 78 and DF. RGB value is (252,120,223). Sum of RGB (Red+Green+Blue) = 252+120+223=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 120 (47.27% from 255 or 20.17% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FC78DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC78DF is #038720. Grayscale: #AAAAAA. Windows color (decimal): -231201 or 14645500. OLE color: 14645500.
HSL color Cylindrical-coordinate representation of color #FC78DF: hue angle of 313.18º 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 #FC78DF is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 120 | 223 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.01 |
| HSL | 313.18º | 0.96% | 0.73% | - |
| HSV(B) | 313.18º | 0.52% | 0.99% | - |
| XYZ | 60.18 | 39.46 | 74.26 | - |
| YUV | 171.21 | 157.23 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 120 | 223 | 0 | 0.52 | 0.12 | 0.01 | 313.18 | 0.96 | 0.73 |
| Hex | FC | 78 | DF | 0 | 34 | C | 1 | 139 | 60 | 49 |
| Octal | 374 | 170 | 337 | 0 | 64 | 14 | 1 | 471 | 140 | 111 |
| Binary | 11111100 | 1111000 | 11011111 | 0 | 110100 | 1100 | 1 | 100111001 | 1100000 | 1001001 |
Color Harmonies of #FC78DF
Complementary color
Monochromatic Colors of #FC78DF
Black with #FC78DF
Text Example
Text Example
White with #FC78DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC78DF; }
p { color: rgb(252,120,223); }
H1.HeaderClassName
{
color: #FC78DF;
}
.AnyTagClassName
{
color: #FC78DF;
}
</style>
background-color css
<style>
a { background-color: #FC78DF; }
a { background-color: rgb(252,120,223); }
div.DivClassName
{
background-color: #FC78DF;
}
.BgClassName
{
background-color: #FC78DF;
}
</style>
border-color css
<style>
span { border-color: #FC78DF; }
span { border-color: rgb(252,120,223); }
td.TdClassName
{
border-color: #FC78DF;
}
.TagClassName
{
border-color: #FC78DF;
}
</style>