Shades of Persian Pink #F77AB9
Tints of Persian Pink #F77AB9
RGB
CMYK
RGB Variations
Color information
#F77AB9 (or 0xF77AB9) is known color: Persian Pink. HEX triplet: F7, 7A and B9. RGB value is (247,122,185). Sum of RGB (Red+Green+Blue) = 247+122+185=554 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.58% from 554); Green value is 122 (48.05% from 255 or 22.02% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 247 - color contains mainly: red. Hex color #F77AB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77AB9 is #088546. Grayscale: #A6A6A6. Windows color (decimal): -558407 or 12155639. OLE color: 12155639.
HSL color Cylindrical-coordinate representation of color #F77AB9: hue angle of 329.76º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F77AB9 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 185 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.03 |
| HSL | 329.76º | 0.89% | 0.72% | - |
| HSV(B) | 329.76º | 0.51% | 0.97% | - |
| XYZ | 54.07 | 37.2 | 50.23 | - |
| YUV | 166.56 | 138.41 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 185 | 0 | 0.51 | 0.25 | 0.03 | 329.76 | 0.89 | 0.72 |
| Hex | F7 | 7A | B9 | 0 | 33 | 19 | 3 | 14A | 59 | 48 |
| Octal | 367 | 172 | 271 | 0 | 63 | 31 | 3 | 512 | 131 | 110 |
| Binary | 11110111 | 1111010 | 10111001 | 0 | 110011 | 11001 | 11 | 101001010 | 1011001 | 1001000 |
Color Harmonies of #F77AB9
Complementary color
Monochromatic Colors of #F77AB9
Black with #F77AB9
Text Example
Text Example
White with #F77AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77AB9; }
p { color: rgb(247,122,185); }
H1.HeaderClassName
{
color: #F77AB9;
}
.AnyTagClassName
{
color: #F77AB9;
}
</style>
background-color css
<style>
a { background-color: #F77AB9; }
a { background-color: rgb(247,122,185); }
div.DivClassName
{
background-color: #F77AB9;
}
.BgClassName
{
background-color: #F77AB9;
}
</style>
border-color css
<style>
span { border-color: #F77AB9; }
span { border-color: rgb(247,122,185); }
td.TdClassName
{
border-color: #F77AB9;
}
.TagClassName
{
border-color: #F77AB9;
}
</style>