Shades of Persian Pink #FC7FC0
Tints of Persian Pink #FC7FC0
RGB
CMYK
RGB Variations
Color information
#FC7FC0 (or 0xFC7FC0) is known color: Persian Pink. HEX triplet: FC, 7F and C0. RGB value is (252,127,192). Sum of RGB (Red+Green+Blue) = 252+127+192=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 127 (50% from 255 or 22.24% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7FC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7FC0 is #03803F. Grayscale: #ABABAB. Windows color (decimal): -229440 or 12615676. OLE color: 12615676.
HSL color Cylindrical-coordinate representation of color #FC7FC0: hue angle of 328.8º 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 #FC7FC0 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 127 | 192 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.01 |
| HSL | 328.8º | 0.95% | 0.74% | - |
| HSV(B) | 328.8º | 0.5% | 0.99% | - |
| XYZ | 57.25 | 39.68 | 54.51 | - |
| YUV | 171.79 | 139.41 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 127 | 192 | 0 | 0.50 | 0.24 | 0.01 | 328.8 | 0.95 | 0.74 |
| Hex | FC | 7F | C0 | 0 | 32 | 18 | 1 | 149 | 5F | 4A |
| Octal | 374 | 177 | 300 | 0 | 62 | 30 | 1 | 511 | 137 | 112 |
| Binary | 11111100 | 1111111 | 11000000 | 0 | 110010 | 11000 | 1 | 101001001 | 1011111 | 1001010 |
Color Harmonies of #FC7FC0
Complementary color
Monochromatic Colors of #FC7FC0
Black with #FC7FC0
Text Example
Text Example
White with #FC7FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7FC0; }
p { color: rgb(252,127,192); }
H1.HeaderClassName
{
color: #FC7FC0;
}
.AnyTagClassName
{
color: #FC7FC0;
}
</style>
background-color css
<style>
a { background-color: #FC7FC0; }
a { background-color: rgb(252,127,192); }
div.DivClassName
{
background-color: #FC7FC0;
}
.BgClassName
{
background-color: #FC7FC0;
}
</style>
border-color css
<style>
span { border-color: #FC7FC0; }
span { border-color: rgb(252,127,192); }
td.TdClassName
{
border-color: #FC7FC0;
}
.TagClassName
{
border-color: #FC7FC0;
}
</style>