Shades of Persian Pink #FC78C2
Tints of Persian Pink #FC78C2
RGB
CMYK
RGB Variations
Color information
#FC78C2 (or 0xFC78C2) is known color: Persian Pink. HEX triplet: FC, 78 and C2. RGB value is (252,120,194). Sum of RGB (Red+Green+Blue) = 252+120+194=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 120 (47.27% from 255 or 21.20% from 566); Blue value is 194 (76.17% from 255 or 34.28% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FC78C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC78C2 is #03873D. Grayscale: #A7A7A7. Windows color (decimal): -231230 or 12744956. OLE color: 12744956.
HSL color Cylindrical-coordinate representation of color #FC78C2: hue angle of 326.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 #FC78C2 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 120 | 194 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.01 |
| HSL | 326.36º | 0.96% | 0.73% | - |
| HSV(B) | 326.36º | 0.52% | 0.99% | - |
| XYZ | 56.6 | 38.02 | 55.4 | - |
| YUV | 167.9 | 142.73 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 120 | 194 | 0 | 0.52 | 0.23 | 0.01 | 326.36 | 0.96 | 0.73 |
| Hex | FC | 78 | C2 | 0 | 34 | 17 | 1 | 146 | 60 | 49 |
| Octal | 374 | 170 | 302 | 0 | 64 | 27 | 1 | 506 | 140 | 111 |
| Binary | 11111100 | 1111000 | 11000010 | 0 | 110100 | 10111 | 1 | 101000110 | 1100000 | 1001001 |
Color Harmonies of #FC78C2
Complementary color
Monochromatic Colors of #FC78C2
Black with #FC78C2
Text Example
Text Example
White with #FC78C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC78C2; }
p { color: rgb(252,120,194); }
H1.HeaderClassName
{
color: #FC78C2;
}
.AnyTagClassName
{
color: #FC78C2;
}
</style>
background-color css
<style>
a { background-color: #FC78C2; }
a { background-color: rgb(252,120,194); }
div.DivClassName
{
background-color: #FC78C2;
}
.BgClassName
{
background-color: #FC78C2;
}
</style>
border-color css
<style>
span { border-color: #FC78C2; }
span { border-color: rgb(252,120,194); }
td.TdClassName
{
border-color: #FC78C2;
}
.TagClassName
{
border-color: #FC78C2;
}
</style>