Shades of Persian Pink #F77AB7
Tints of Persian Pink #F77AB7
RGB
CMYK
RGB Variations
Color information
#F77AB7 (or 0xF77AB7) is known color: Persian Pink. HEX triplet: F7, 7A and B7. RGB value is (247,122,183). Sum of RGB (Red+Green+Blue) = 247+122+183=552 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.75% from 552); Green value is 122 (48.05% from 255 or 22.10% from 552); Blue value is 183 (71.88% from 255 or 33.15% from 552); Max value from RGB is 247 - color contains mainly: red. Hex color #F77AB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77AB7 is #088548. Grayscale: #A6A6A6. Windows color (decimal): -558409 or 12024567. OLE color: 12024567.
HSL color Cylindrical-coordinate representation of color #F77AB7: hue angle of 330.72º 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 #F77AB7 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 183 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.03 |
| HSL | 330.72º | 0.89% | 0.72% | - |
| HSV(B) | 330.72º | 0.51% | 0.97% | - |
| XYZ | 53.86 | 37.11 | 49.12 | - |
| YUV | 166.33 | 137.41 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 183 | 0 | 0.51 | 0.26 | 0.03 | 330.72 | 0.89 | 0.72 |
| Hex | F7 | 7A | B7 | 0 | 33 | 1A | 3 | 14B | 59 | 48 |
| Octal | 367 | 172 | 267 | 0 | 63 | 32 | 3 | 513 | 131 | 110 |
| Binary | 11110111 | 1111010 | 10110111 | 0 | 110011 | 11010 | 11 | 101001011 | 1011001 | 1001000 |
Color Harmonies of #F77AB7
Complementary color
Monochromatic Colors of #F77AB7
Black with #F77AB7
Text Example
Text Example
White with #F77AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77AB7; }
p { color: rgb(247,122,183); }
H1.HeaderClassName
{
color: #F77AB7;
}
.AnyTagClassName
{
color: #F77AB7;
}
</style>
background-color css
<style>
a { background-color: #F77AB7; }
a { background-color: rgb(247,122,183); }
div.DivClassName
{
background-color: #F77AB7;
}
.BgClassName
{
background-color: #F77AB7;
}
</style>
border-color css
<style>
span { border-color: #F77AB7; }
span { border-color: rgb(247,122,183); }
td.TdClassName
{
border-color: #F77AB7;
}
.TagClassName
{
border-color: #F77AB7;
}
</style>