Shades of Persian Pink #F77AB6
Tints of Persian Pink #F77AB6
RGB
CMYK
RGB Variations
Color information
#F77AB6 (or 0xF77AB6) is known color: Persian Pink. HEX triplet: F7, 7A and B6. RGB value is (247,122,182). Sum of RGB (Red+Green+Blue) = 247+122+182=551 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.83% from 551); Green value is 122 (48.05% from 255 or 22.14% from 551); Blue value is 182 (71.48% from 255 or 33.03% from 551); Max value from RGB is 247 - color contains mainly: red. Hex color #F77AB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77AB6 is #088549. Grayscale: #A6A6A6. Windows color (decimal): -558410 or 11959031. OLE color: 11959031.
HSL color Cylindrical-coordinate representation of color #F77AB6: hue angle of 331.2º 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 #F77AB6 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 182 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.03 |
| HSL | 331.2º | 0.89% | 0.72% | - |
| HSV(B) | 331.2º | 0.51% | 0.97% | - |
| XYZ | 53.76 | 37.07 | 48.58 | - |
| YUV | 166.22 | 136.91 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 182 | 0 | 0.51 | 0.26 | 0.03 | 331.2 | 0.89 | 0.72 |
| Hex | F7 | 7A | B6 | 0 | 33 | 1A | 3 | 14B | 59 | 48 |
| Octal | 367 | 172 | 266 | 0 | 63 | 32 | 3 | 513 | 131 | 110 |
| Binary | 11110111 | 1111010 | 10110110 | 0 | 110011 | 11010 | 11 | 101001011 | 1011001 | 1001000 |
Color Harmonies of #F77AB6
Complementary color
Monochromatic Colors of #F77AB6
Black with #F77AB6
Text Example
Text Example
White with #F77AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77AB6; }
p { color: rgb(247,122,182); }
H1.HeaderClassName
{
color: #F77AB6;
}
.AnyTagClassName
{
color: #F77AB6;
}
</style>
background-color css
<style>
a { background-color: #F77AB6; }
a { background-color: rgb(247,122,182); }
div.DivClassName
{
background-color: #F77AB6;
}
.BgClassName
{
background-color: #F77AB6;
}
</style>
border-color css
<style>
span { border-color: #F77AB6; }
span { border-color: rgb(247,122,182); }
td.TdClassName
{
border-color: #F77AB6;
}
.TagClassName
{
border-color: #F77AB6;
}
</style>