Shades of Persian Pink #FC7BBF
Tints of Persian Pink #FC7BBF
RGB
CMYK
RGB Variations
Color information
#FC7BBF (or 0xFC7BBF) is known color: Persian Pink. HEX triplet: FC, 7B and BF. RGB value is (252,123,191). Sum of RGB (Red+Green+Blue) = 252+123+191=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 123 (48.44% from 255 or 21.73% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7BBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7BBF is #038440. Grayscale: #A9A9A9. Windows color (decimal): -230465 or 12549116. OLE color: 12549116.
HSL color Cylindrical-coordinate representation of color #FC7BBF: hue angle of 328.37º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FC7BBF is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 123 | 191 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.01 |
| HSL | 328.37º | 0.96% | 0.74% | - |
| HSV(B) | 328.37º | 0.51% | 0.99% | - |
| XYZ | 56.63 | 38.62 | 53.76 | - |
| YUV | 169.32 | 140.24 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 123 | 191 | 0 | 0.51 | 0.24 | 0.01 | 328.37 | 0.96 | 0.74 |
| Hex | FC | 7B | BF | 0 | 33 | 18 | 1 | 148 | 60 | 4A |
| Octal | 374 | 173 | 277 | 0 | 63 | 30 | 1 | 510 | 140 | 112 |
| Binary | 11111100 | 1111011 | 10111111 | 0 | 110011 | 11000 | 1 | 101001000 | 1100000 | 1001010 |
Color Harmonies of #FC7BBF
Complementary color
Monochromatic Colors of #FC7BBF
Black with #FC7BBF
Text Example
Text Example
White with #FC7BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7BBF; }
p { color: rgb(252,123,191); }
H1.HeaderClassName
{
color: #FC7BBF;
}
.AnyTagClassName
{
color: #FC7BBF;
}
</style>
background-color css
<style>
a { background-color: #FC7BBF; }
a { background-color: rgb(252,123,191); }
div.DivClassName
{
background-color: #FC7BBF;
}
.BgClassName
{
background-color: #FC7BBF;
}
</style>
border-color css
<style>
span { border-color: #FC7BBF; }
span { border-color: rgb(252,123,191); }
td.TdClassName
{
border-color: #FC7BBF;
}
.TagClassName
{
border-color: #FC7BBF;
}
</style>