Shades of Persian Pink #FC76BB
Tints of Persian Pink #FC76BB
RGB
CMYK
RGB Variations
Color information
#FC76BB (or 0xFC76BB) is known color: Persian Pink. HEX triplet: FC, 76 and BB. RGB value is (252,118,187). Sum of RGB (Red+Green+Blue) = 252+118+187=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 118 (46.48% from 255 or 21.18% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FC76BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC76BB is #038944. Grayscale: #A5A5A5. Windows color (decimal): -231749 or 12285692. OLE color: 12285692.
HSL color Cylindrical-coordinate representation of color #FC76BB: hue angle of 329.1º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FC76BB is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 118 | 187 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.01 |
| HSL | 329.1º | 0.96% | 0.73% | - |
| HSV(B) | 329.1º | 0.53% | 0.99% | - |
| XYZ | 55.59 | 37.24 | 51.27 | - |
| YUV | 165.93 | 139.89 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 118 | 187 | 0 | 0.53 | 0.26 | 0.01 | 329.1 | 0.96 | 0.73 |
| Hex | FC | 76 | BB | 0 | 35 | 1A | 1 | 149 | 60 | 49 |
| Octal | 374 | 166 | 273 | 0 | 65 | 32 | 1 | 511 | 140 | 111 |
| Binary | 11111100 | 1110110 | 10111011 | 0 | 110101 | 11010 | 1 | 101001001 | 1100000 | 1001001 |
Color Harmonies of #FC76BB
Complementary color
Monochromatic Colors of #FC76BB
Black with #FC76BB
Text Example
Text Example
White with #FC76BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC76BB; }
p { color: rgb(252,118,187); }
H1.HeaderClassName
{
color: #FC76BB;
}
.AnyTagClassName
{
color: #FC76BB;
}
</style>
background-color css
<style>
a { background-color: #FC76BB; }
a { background-color: rgb(252,118,187); }
div.DivClassName
{
background-color: #FC76BB;
}
.BgClassName
{
background-color: #FC76BB;
}
</style>
border-color css
<style>
span { border-color: #FC76BB; }
span { border-color: rgb(252,118,187); }
td.TdClassName
{
border-color: #FC76BB;
}
.TagClassName
{
border-color: #FC76BB;
}
</style>