Shades of Persian Pink #FC7DC0
Tints of Persian Pink #FC7DC0
RGB
CMYK
RGB Variations
Color information
#FC7DC0 (or 0xFC7DC0) is known color: Persian Pink. HEX triplet: FC, 7D and C0. RGB value is (252,125,192). Sum of RGB (Red+Green+Blue) = 252+125+192=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 125 (49.22% from 255 or 21.97% from 569); Blue value is 192 (75.39% from 255 or 33.74% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7DC0 is #03823F. Grayscale: #AAAAAA. Windows color (decimal): -229952 or 12615164. OLE color: 12615164.
HSL color Cylindrical-coordinate representation of color #FC7DC0: hue angle of 328.35º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7DC0 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 192 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.01 |
| HSL | 328.35º | 0.95% | 0.74% | - |
| HSV(B) | 328.35º | 0.5% | 0.99% | - |
| XYZ | 56.99 | 39.17 | 54.43 | - |
| YUV | 170.61 | 140.08 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 192 | 0 | 0.50 | 0.24 | 0.01 | 328.35 | 0.95 | 0.74 |
| Hex | FC | 7D | C0 | 0 | 32 | 18 | 1 | 148 | 5F | 4A |
| Octal | 374 | 175 | 300 | 0 | 62 | 30 | 1 | 510 | 137 | 112 |
| Binary | 11111100 | 1111101 | 11000000 | 0 | 110010 | 11000 | 1 | 101001000 | 1011111 | 1001010 |
Color Harmonies of #FC7DC0
Complementary color
Monochromatic Colors of #FC7DC0
Black with #FC7DC0
Text Example
Text Example
White with #FC7DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7DC0; }
p { color: rgb(252,125,192); }
H1.HeaderClassName
{
color: #FC7DC0;
}
.AnyTagClassName
{
color: #FC7DC0;
}
</style>
background-color css
<style>
a { background-color: #FC7DC0; }
a { background-color: rgb(252,125,192); }
div.DivClassName
{
background-color: #FC7DC0;
}
.BgClassName
{
background-color: #FC7DC0;
}
</style>
border-color css
<style>
span { border-color: #FC7DC0; }
span { border-color: rgb(252,125,192); }
td.TdClassName
{
border-color: #FC7DC0;
}
.TagClassName
{
border-color: #FC7DC0;
}
</style>