Shades of Persian Pink #FF77BC
Tints of Persian Pink #FF77BC
RGB
CMYK
RGB Variations
Color information
#FF77BC (or 0xFF77BC) is known color: Persian Pink. HEX triplet: FF, 77 and BC. RGB value is (255,119,188). Sum of RGB (Red+Green+Blue) = 255+119+188=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 119 (46.88% from 255 or 21.17% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF77BC is #008843. Grayscale: #A7A7A7. Windows color (decimal): -34884 or 12351487. OLE color: 12351487.
HSL color Cylindrical-coordinate representation of color #FF77BC: hue angle of 329.56º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF77BC is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 188 | - |
| CMYK | 0 | 0.53 | 0.26 | 0 |
| HSL | 329.56º | 1% | 0.73% | - |
| HSV(B) | 329.56º | 0.53% | 1% | - |
| XYZ | 56.91 | 38.08 | 51.93 | - |
| YUV | 167.53 | 139.56 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 188 | 0 | 0.53 | 0.26 | 0 | 329.56 | 1 | 0.73 |
| Hex | FF | 77 | BC | 0 | 35 | 1A | 0 | 14A | 64 | 49 |
| Octal | 377 | 167 | 274 | 0 | 65 | 32 | 0 | 512 | 144 | 111 |
| Binary | 11111111 | 1110111 | 10111100 | 0 | 110101 | 11010 | 0 | 101001010 | 1100100 | 1001001 |
Color Harmonies of #FF77BC
Complementary color
Monochromatic Colors of #FF77BC
Black with #FF77BC
Text Example
Text Example
White with #FF77BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF77BC; }
p { color: rgb(255,119,188); }
H1.HeaderClassName
{
color: #FF77BC;
}
.AnyTagClassName
{
color: #FF77BC;
}
</style>
background-color css
<style>
a { background-color: #FF77BC; }
a { background-color: rgb(255,119,188); }
div.DivClassName
{
background-color: #FF77BC;
}
.BgClassName
{
background-color: #FF77BC;
}
</style>
border-color css
<style>
span { border-color: #FF77BC; }
span { border-color: rgb(255,119,188); }
td.TdClassName
{
border-color: #FF77BC;
}
.TagClassName
{
border-color: #FF77BC;
}
</style>