Shades of Persian Pink #FF77B9
Tints of Persian Pink #FF77B9
RGB
CMYK
RGB Variations
Color information
#FF77B9 (or 0xFF77B9) is known color: Persian Pink. HEX triplet: FF, 77 and B9. RGB value is (255,119,185). Sum of RGB (Red+Green+Blue) = 255+119+185=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 119 (46.88% from 255 or 21.29% from 559); Blue value is 185 (72.66% from 255 or 33.09% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF77B9 is #008846. Grayscale: #A7A7A7. Windows color (decimal): -34887 or 12154879. OLE color: 12154879.
HSL color Cylindrical-coordinate representation of color #FF77B9: hue angle of 330.88º 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 #FF77B9 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 185 | - |
| CMYK | 0 | 0.53 | 0.27 | 0 |
| HSL | 330.88º | 1% | 0.73% | - |
| HSV(B) | 330.88º | 0.53% | 1% | - |
| XYZ | 56.59 | 37.96 | 50.24 | - |
| YUV | 167.19 | 138.06 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 185 | 0 | 0.53 | 0.27 | 0 | 330.88 | 1 | 0.73 |
| Hex | FF | 77 | B9 | 0 | 35 | 1B | 0 | 14B | 64 | 49 |
| Octal | 377 | 167 | 271 | 0 | 65 | 33 | 0 | 513 | 144 | 111 |
| Binary | 11111111 | 1110111 | 10111001 | 0 | 110101 | 11011 | 0 | 101001011 | 1100100 | 1001001 |
Color Harmonies of #FF77B9
Complementary color
Monochromatic Colors of #FF77B9
Black with #FF77B9
Text Example
Text Example
White with #FF77B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF77B9; }
p { color: rgb(255,119,185); }
H1.HeaderClassName
{
color: #FF77B9;
}
.AnyTagClassName
{
color: #FF77B9;
}
</style>
background-color css
<style>
a { background-color: #FF77B9; }
a { background-color: rgb(255,119,185); }
div.DivClassName
{
background-color: #FF77B9;
}
.BgClassName
{
background-color: #FF77B9;
}
</style>
border-color css
<style>
span { border-color: #FF77B9; }
span { border-color: rgb(255,119,185); }
td.TdClassName
{
border-color: #FF77B9;
}
.TagClassName
{
border-color: #FF77B9;
}
</style>