Shades of Persian Pink #FF77BA
Tints of Persian Pink #FF77BA
RGB
CMYK
RGB Variations
Color information
#FF77BA (or 0xFF77BA) is known color: Persian Pink. HEX triplet: FF, 77 and BA. RGB value is (255,119,186). Sum of RGB (Red+Green+Blue) = 255+119+186=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 119 (46.88% from 255 or 21.25% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF77BA is #008845. Grayscale: #A7A7A7. Windows color (decimal): -34886 or 12220415. OLE color: 12220415.
HSL color Cylindrical-coordinate representation of color #FF77BA: hue angle of 330.44º 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 #FF77BA is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 186 | - |
| CMYK | 0 | 0.53 | 0.27 | 0 |
| HSL | 330.44º | 1% | 0.73% | - |
| HSV(B) | 330.44º | 0.53% | 1% | - |
| XYZ | 56.7 | 38 | 50.8 | - |
| YUV | 167.3 | 138.56 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 186 | 0 | 0.53 | 0.27 | 0 | 330.44 | 1 | 0.73 |
| Hex | FF | 77 | BA | 0 | 35 | 1B | 0 | 14A | 64 | 49 |
| Octal | 377 | 167 | 272 | 0 | 65 | 33 | 0 | 512 | 144 | 111 |
| Binary | 11111111 | 1110111 | 10111010 | 0 | 110101 | 11011 | 0 | 101001010 | 1100100 | 1001001 |
Color Harmonies of #FF77BA
Complementary color
Monochromatic Colors of #FF77BA
Black with #FF77BA
Text Example
Text Example
White with #FF77BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF77BA; }
p { color: rgb(255,119,186); }
H1.HeaderClassName
{
color: #FF77BA;
}
.AnyTagClassName
{
color: #FF77BA;
}
</style>
background-color css
<style>
a { background-color: #FF77BA; }
a { background-color: rgb(255,119,186); }
div.DivClassName
{
background-color: #FF77BA;
}
.BgClassName
{
background-color: #FF77BA;
}
</style>
border-color css
<style>
span { border-color: #FF77BA; }
span { border-color: rgb(255,119,186); }
td.TdClassName
{
border-color: #FF77BA;
}
.TagClassName
{
border-color: #FF77BA;
}
</style>