Shades of Persian Pink #F77AB0
Tints of Persian Pink #F77AB0
RGB
CMYK
RGB Variations
Color information
#F77AB0 (or 0xF77AB0) is known color: Persian Pink. HEX triplet: F7, 7A and B0. RGB value is (247,122,176). Sum of RGB (Red+Green+Blue) = 247+122+176=545 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.32% from 545); Green value is 122 (48.05% from 255 or 22.39% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 247 - color contains mainly: red. Hex color #F77AB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77AB0 is #08854F. Grayscale: #A5A5A5. Windows color (decimal): -558416 or 11565815. OLE color: 11565815.
HSL color Cylindrical-coordinate representation of color #F77AB0: hue angle of 334.08º 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 #F77AB0 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 176 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.03 |
| HSL | 334.08º | 0.89% | 0.72% | - |
| HSV(B) | 334.08º | 0.51% | 0.97% | - |
| XYZ | 53.15 | 36.83 | 45.38 | - |
| YUV | 165.53 | 133.91 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 176 | 0 | 0.51 | 0.29 | 0.03 | 334.08 | 0.89 | 0.72 |
| Hex | F7 | 7A | B0 | 0 | 33 | 1D | 3 | 14E | 59 | 48 |
| Octal | 367 | 172 | 260 | 0 | 63 | 35 | 3 | 516 | 131 | 110 |
| Binary | 11110111 | 1111010 | 10110000 | 0 | 110011 | 11101 | 11 | 101001110 | 1011001 | 1001000 |
Color Harmonies of #F77AB0
Complementary color
Monochromatic Colors of #F77AB0
Black with #F77AB0
Text Example
Text Example
White with #F77AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77AB0; }
p { color: rgb(247,122,176); }
H1.HeaderClassName
{
color: #F77AB0;
}
.AnyTagClassName
{
color: #F77AB0;
}
</style>
background-color css
<style>
a { background-color: #F77AB0; }
a { background-color: rgb(247,122,176); }
div.DivClassName
{
background-color: #F77AB0;
}
.BgClassName
{
background-color: #F77AB0;
}
</style>
border-color css
<style>
span { border-color: #F77AB0; }
span { border-color: rgb(247,122,176); }
td.TdClassName
{
border-color: #F77AB0;
}
.TagClassName
{
border-color: #F77AB0;
}
</style>