Shades of Persian Pink #F77ABF
Tints of Persian Pink #F77ABF
RGB
CMYK
RGB Variations
Color information
#F77ABF (or 0xF77ABF) is known color: Persian Pink. HEX triplet: F7, 7A and BF. RGB value is (247,122,191). Sum of RGB (Red+Green+Blue) = 247+122+191=560 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.11% from 560); Green value is 122 (48.05% from 255 or 21.79% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 247 - color contains mainly: red. Hex color #F77ABF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77ABF is #088540. Grayscale: #A7A7A7. Windows color (decimal): -558401 or 12548855. OLE color: 12548855.
HSL color Cylindrical-coordinate representation of color #F77ABF: hue angle of 326.88º 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 #F77ABF is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 191 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.03 |
| HSL | 326.88º | 0.89% | 0.72% | - |
| HSV(B) | 326.88º | 0.51% | 0.97% | - |
| XYZ | 54.72 | 37.45 | 53.64 | - |
| YUV | 167.24 | 141.41 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 191 | 0 | 0.51 | 0.23 | 0.03 | 326.88 | 0.89 | 0.72 |
| Hex | F7 | 7A | BF | 0 | 33 | 17 | 3 | 147 | 59 | 48 |
| Octal | 367 | 172 | 277 | 0 | 63 | 27 | 3 | 507 | 131 | 110 |
| Binary | 11110111 | 1111010 | 10111111 | 0 | 110011 | 10111 | 11 | 101000111 | 1011001 | 1001000 |
Color Harmonies of #F77ABF
Complementary color
Monochromatic Colors of #F77ABF
Black with #F77ABF
Text Example
Text Example
White with #F77ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77ABF; }
p { color: rgb(247,122,191); }
H1.HeaderClassName
{
color: #F77ABF;
}
.AnyTagClassName
{
color: #F77ABF;
}
</style>
background-color css
<style>
a { background-color: #F77ABF; }
a { background-color: rgb(247,122,191); }
div.DivClassName
{
background-color: #F77ABF;
}
.BgClassName
{
background-color: #F77ABF;
}
</style>
border-color css
<style>
span { border-color: #F77ABF; }
span { border-color: rgb(247,122,191); }
td.TdClassName
{
border-color: #F77ABF;
}
.TagClassName
{
border-color: #F77ABF;
}
</style>