Shades of Persian Pink #FC77BC
Tints of Persian Pink #FC77BC
RGB
CMYK
RGB Variations
Color information
#FC77BC (or 0xFC77BC) is known color: Persian Pink. HEX triplet: FC, 77 and BC. RGB value is (252,119,188). Sum of RGB (Red+Green+Blue) = 252+119+188=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 119 (46.88% from 255 or 21.29% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FC77BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC77BC is #038843. Grayscale: #A6A6A6. Windows color (decimal): -231492 or 12351484. OLE color: 12351484.
HSL color Cylindrical-coordinate representation of color #FC77BC: hue angle of 328.87º 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 #FC77BC is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 119 | 188 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.01 |
| HSL | 328.87º | 0.96% | 0.73% | - |
| HSV(B) | 328.87º | 0.53% | 0.99% | - |
| XYZ | 55.82 | 37.52 | 51.88 | - |
| YUV | 166.63 | 140.06 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 119 | 188 | 0 | 0.53 | 0.25 | 0.01 | 328.87 | 0.96 | 0.73 |
| Hex | FC | 77 | BC | 0 | 35 | 19 | 1 | 149 | 60 | 49 |
| Octal | 374 | 167 | 274 | 0 | 65 | 31 | 1 | 511 | 140 | 111 |
| Binary | 11111100 | 1110111 | 10111100 | 0 | 110101 | 11001 | 1 | 101001001 | 1100000 | 1001001 |
Color Harmonies of #FC77BC
Complementary color
Monochromatic Colors of #FC77BC
Black with #FC77BC
Text Example
Text Example
White with #FC77BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC77BC; }
p { color: rgb(252,119,188); }
H1.HeaderClassName
{
color: #FC77BC;
}
.AnyTagClassName
{
color: #FC77BC;
}
</style>
background-color css
<style>
a { background-color: #FC77BC; }
a { background-color: rgb(252,119,188); }
div.DivClassName
{
background-color: #FC77BC;
}
.BgClassName
{
background-color: #FC77BC;
}
</style>
border-color css
<style>
span { border-color: #FC77BC; }
span { border-color: rgb(252,119,188); }
td.TdClassName
{
border-color: #FC77BC;
}
.TagClassName
{
border-color: #FC77BC;
}
</style>