Shades of Persian Pink #FC78C0
Tints of Persian Pink #FC78C0
RGB
CMYK
RGB Variations
Color information
#FC78C0 (or 0xFC78C0) is known color: Persian Pink. HEX triplet: FC, 78 and C0. RGB value is (252,120,192). Sum of RGB (Red+Green+Blue) = 252+120+192=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 120 (47.27% from 255 or 21.28% from 564); Blue value is 192 (75.39% from 255 or 34.04% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FC78C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC78C0 is #03873F. Grayscale: #A7A7A7. Windows color (decimal): -231232 or 12613884. OLE color: 12613884.
HSL color Cylindrical-coordinate representation of color #FC78C0: hue angle of 327.27º 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 #FC78C0 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 120 | 192 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.01 |
| HSL | 327.27º | 0.96% | 0.73% | - |
| HSV(B) | 327.27º | 0.52% | 0.99% | - |
| XYZ | 56.38 | 37.93 | 54.22 | - |
| YUV | 167.68 | 141.73 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 120 | 192 | 0 | 0.52 | 0.24 | 0.01 | 327.27 | 0.96 | 0.73 |
| Hex | FC | 78 | C0 | 0 | 34 | 18 | 1 | 147 | 60 | 49 |
| Octal | 374 | 170 | 300 | 0 | 64 | 30 | 1 | 507 | 140 | 111 |
| Binary | 11111100 | 1111000 | 11000000 | 0 | 110100 | 11000 | 1 | 101000111 | 1100000 | 1001001 |
Color Harmonies of #FC78C0
Complementary color
Monochromatic Colors of #FC78C0
Black with #FC78C0
Text Example
Text Example
White with #FC78C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC78C0; }
p { color: rgb(252,120,192); }
H1.HeaderClassName
{
color: #FC78C0;
}
.AnyTagClassName
{
color: #FC78C0;
}
</style>
background-color css
<style>
a { background-color: #FC78C0; }
a { background-color: rgb(252,120,192); }
div.DivClassName
{
background-color: #FC78C0;
}
.BgClassName
{
background-color: #FC78C0;
}
</style>
border-color css
<style>
span { border-color: #FC78C0; }
span { border-color: rgb(252,120,192); }
td.TdClassName
{
border-color: #FC78C0;
}
.TagClassName
{
border-color: #FC78C0;
}
</style>