Shades of Persian Pink #FC77BA
Tints of Persian Pink #FC77BA
RGB
CMYK
RGB Variations
Color information
#FC77BA (or 0xFC77BA) is known color: Persian Pink. HEX triplet: FC, 77 and BA. RGB value is (252,119,186). Sum of RGB (Red+Green+Blue) = 252+119+186=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 119 (46.88% from 255 or 21.36% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FC77BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC77BA is #038845. Grayscale: #A6A6A6. Windows color (decimal): -231494 or 12220412. OLE color: 12220412.
HSL color Cylindrical-coordinate representation of color #FC77BA: hue angle of 329.77º 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 #FC77BA is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 119 | 186 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.01 |
| HSL | 329.77º | 0.96% | 0.73% | - |
| HSV(B) | 329.77º | 0.53% | 0.99% | - |
| XYZ | 55.6 | 37.43 | 50.75 | - |
| YUV | 166.41 | 139.06 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 119 | 186 | 0 | 0.53 | 0.26 | 0.01 | 329.77 | 0.96 | 0.73 |
| Hex | FC | 77 | BA | 0 | 35 | 1A | 1 | 14A | 60 | 49 |
| Octal | 374 | 167 | 272 | 0 | 65 | 32 | 1 | 512 | 140 | 111 |
| Binary | 11111100 | 1110111 | 10111010 | 0 | 110101 | 11010 | 1 | 101001010 | 1100000 | 1001001 |
Color Harmonies of #FC77BA
Complementary color
Monochromatic Colors of #FC77BA
Black with #FC77BA
Text Example
Text Example
White with #FC77BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC77BA; }
p { color: rgb(252,119,186); }
H1.HeaderClassName
{
color: #FC77BA;
}
.AnyTagClassName
{
color: #FC77BA;
}
</style>
background-color css
<style>
a { background-color: #FC77BA; }
a { background-color: rgb(252,119,186); }
div.DivClassName
{
background-color: #FC77BA;
}
.BgClassName
{
background-color: #FC77BA;
}
</style>
border-color css
<style>
span { border-color: #FC77BA; }
span { border-color: rgb(252,119,186); }
td.TdClassName
{
border-color: #FC77BA;
}
.TagClassName
{
border-color: #FC77BA;
}
</style>