Shades of Persian Pink #FC7EC1
Tints of Persian Pink #FC7EC1
RGB
CMYK
RGB Variations
Color information
#FC7EC1 (or 0xFC7EC1) is known color: Persian Pink. HEX triplet: FC, 7E and C1. RGB value is (252,126,193). Sum of RGB (Red+Green+Blue) = 252+126+193=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 126 (49.61% from 255 or 22.07% from 571); Blue value is 193 (75.78% from 255 or 33.80% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7EC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7EC1 is #03813E. Grayscale: #ABABAB. Windows color (decimal): -229695 or 12680956. OLE color: 12680956.
HSL color Cylindrical-coordinate representation of color #FC7EC1: hue angle of 328.1º 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 #FC7EC1 is Cyan = 0, Magento = 0.5, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 126 | 193 | - |
| CMYK | 0 | 0.5 | 0.23 | 0.01 |
| HSL | 328.1º | 0.95% | 0.74% | - |
| HSV(B) | 328.1º | 0.5% | 0.99% | - |
| XYZ | 57.23 | 39.47 | 55.05 | - |
| YUV | 171.31 | 140.24 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 126 | 193 | 0 | 0.5 | 0.23 | 0.01 | 328.1 | 0.95 | 0.74 |
| Hex | FC | 7E | C1 | 0 | 32 | 17 | 1 | 148 | 5F | 4A |
| Octal | 374 | 176 | 301 | 0 | 62 | 27 | 1 | 510 | 137 | 112 |
| Binary | 11111100 | 1111110 | 11000001 | 0 | 110010 | 10111 | 1 | 101001000 | 1011111 | 1001010 |
Color Harmonies of #FC7EC1
Complementary color
Monochromatic Colors of #FC7EC1
Black with #FC7EC1
Text Example
Text Example
White with #FC7EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7EC1; }
p { color: rgb(252,126,193); }
H1.HeaderClassName
{
color: #FC7EC1;
}
.AnyTagClassName
{
color: #FC7EC1;
}
</style>
background-color css
<style>
a { background-color: #FC7EC1; }
a { background-color: rgb(252,126,193); }
div.DivClassName
{
background-color: #FC7EC1;
}
.BgClassName
{
background-color: #FC7EC1;
}
</style>
border-color css
<style>
span { border-color: #FC7EC1; }
span { border-color: rgb(252,126,193); }
td.TdClassName
{
border-color: #FC7EC1;
}
.TagClassName
{
border-color: #FC7EC1;
}
</style>