Shades of Persian Pink #FC78BC
Tints of Persian Pink #FC78BC
RGB
CMYK
RGB Variations
Color information
#FC78BC (or 0xFC78BC) is known color: Persian Pink. HEX triplet: FC, 78 and BC. RGB value is (252,120,188). Sum of RGB (Red+Green+Blue) = 252+120+188=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 120 (47.27% from 255 or 21.43% from 560); Blue value is 188 (73.83% from 255 or 33.57% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FC78BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC78BC is #038743. Grayscale: #A7A7A7. Windows color (decimal): -231236 or 12351740. OLE color: 12351740.
HSL color Cylindrical-coordinate representation of color #FC78BC: hue angle of 329.09º 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 #FC78BC is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 120 | 188 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.01 |
| HSL | 329.09º | 0.96% | 0.73% | - |
| HSV(B) | 329.09º | 0.52% | 0.99% | - |
| XYZ | 55.94 | 37.76 | 51.92 | - |
| YUV | 167.22 | 139.73 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 120 | 188 | 0 | 0.52 | 0.25 | 0.01 | 329.09 | 0.96 | 0.73 |
| Hex | FC | 78 | BC | 0 | 34 | 19 | 1 | 149 | 60 | 49 |
| Octal | 374 | 170 | 274 | 0 | 64 | 31 | 1 | 511 | 140 | 111 |
| Binary | 11111100 | 1111000 | 10111100 | 0 | 110100 | 11001 | 1 | 101001001 | 1100000 | 1001001 |
Color Harmonies of #FC78BC
Complementary color
Monochromatic Colors of #FC78BC
Black with #FC78BC
Text Example
Text Example
White with #FC78BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC78BC; }
p { color: rgb(252,120,188); }
H1.HeaderClassName
{
color: #FC78BC;
}
.AnyTagClassName
{
color: #FC78BC;
}
</style>
background-color css
<style>
a { background-color: #FC78BC; }
a { background-color: rgb(252,120,188); }
div.DivClassName
{
background-color: #FC78BC;
}
.BgClassName
{
background-color: #FC78BC;
}
</style>
border-color css
<style>
span { border-color: #FC78BC; }
span { border-color: rgb(252,120,188); }
td.TdClassName
{
border-color: #FC78BC;
}
.TagClassName
{
border-color: #FC78BC;
}
</style>