Shades of Persian Pink #FC7ABC
Tints of Persian Pink #FC7ABC
RGB
CMYK
RGB Variations
Color information
#FC7ABC (or 0xFC7ABC) is known color: Persian Pink. HEX triplet: FC, 7A and BC. RGB value is (252,122,188). Sum of RGB (Red+Green+Blue) = 252+122+188=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 122 (48.05% from 255 or 21.71% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7ABC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7ABC is #038543. Grayscale: #A8A8A8. Windows color (decimal): -230724 or 12352252. OLE color: 12352252.
HSL color Cylindrical-coordinate representation of color #FC7ABC: hue angle of 329.54º 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 #FC7ABC is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 188 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.01 |
| HSL | 329.54º | 0.96% | 0.73% | - |
| HSV(B) | 329.54º | 0.52% | 0.99% | - |
| XYZ | 56.18 | 38.25 | 52 | - |
| YUV | 168.39 | 139.07 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 188 | 0 | 0.52 | 0.25 | 0.01 | 329.54 | 0.96 | 0.73 |
| Hex | FC | 7A | BC | 0 | 34 | 19 | 1 | 14A | 60 | 49 |
| Octal | 374 | 172 | 274 | 0 | 64 | 31 | 1 | 512 | 140 | 111 |
| Binary | 11111100 | 1111010 | 10111100 | 0 | 110100 | 11001 | 1 | 101001010 | 1100000 | 1001001 |
Color Harmonies of #FC7ABC
Complementary color
Monochromatic Colors of #FC7ABC
Black with #FC7ABC
Text Example
Text Example
White with #FC7ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7ABC; }
p { color: rgb(252,122,188); }
H1.HeaderClassName
{
color: #FC7ABC;
}
.AnyTagClassName
{
color: #FC7ABC;
}
</style>
background-color css
<style>
a { background-color: #FC7ABC; }
a { background-color: rgb(252,122,188); }
div.DivClassName
{
background-color: #FC7ABC;
}
.BgClassName
{
background-color: #FC7ABC;
}
</style>
border-color css
<style>
span { border-color: #FC7ABC; }
span { border-color: rgb(252,122,188); }
td.TdClassName
{
border-color: #FC7ABC;
}
.TagClassName
{
border-color: #FC7ABC;
}
</style>