Shades of Persian Pink #FC7EC0
Tints of Persian Pink #FC7EC0
RGB
CMYK
RGB Variations
Color information
#FC7EC0 (or 0xFC7EC0) is known color: Persian Pink. HEX triplet: FC, 7E and C0. RGB value is (252,126,192). Sum of RGB (Red+Green+Blue) = 252+126+192=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 126 (49.61% from 255 or 22.11% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7EC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7EC0 is #03813F. Grayscale: #ABABAB. Windows color (decimal): -229696 or 12615420. OLE color: 12615420.
HSL color Cylindrical-coordinate representation of color #FC7EC0: hue angle of 328.57º 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 #FC7EC0 is Cyan = 0, Magento = 0.5, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 126 | 192 | - |
| CMYK | 0 | 0.5 | 0.24 | 0.01 |
| HSL | 328.57º | 0.95% | 0.74% | - |
| HSV(B) | 328.57º | 0.5% | 0.99% | - |
| XYZ | 57.12 | 39.42 | 54.47 | - |
| YUV | 171.2 | 139.74 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 126 | 192 | 0 | 0.5 | 0.24 | 0.01 | 328.57 | 0.95 | 0.74 |
| Hex | FC | 7E | C0 | 0 | 32 | 18 | 1 | 149 | 5F | 4A |
| Octal | 374 | 176 | 300 | 0 | 62 | 30 | 1 | 511 | 137 | 112 |
| Binary | 11111100 | 1111110 | 11000000 | 0 | 110010 | 11000 | 1 | 101001001 | 1011111 | 1001010 |
Color Harmonies of #FC7EC0
Complementary color
Monochromatic Colors of #FC7EC0
Black with #FC7EC0
Text Example
Text Example
White with #FC7EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7EC0; }
p { color: rgb(252,126,192); }
H1.HeaderClassName
{
color: #FC7EC0;
}
.AnyTagClassName
{
color: #FC7EC0;
}
</style>
background-color css
<style>
a { background-color: #FC7EC0; }
a { background-color: rgb(252,126,192); }
div.DivClassName
{
background-color: #FC7EC0;
}
.BgClassName
{
background-color: #FC7EC0;
}
</style>
border-color css
<style>
span { border-color: #FC7EC0; }
span { border-color: rgb(252,126,192); }
td.TdClassName
{
border-color: #FC7EC0;
}
.TagClassName
{
border-color: #FC7EC0;
}
</style>