Shades of Persian Pink #F77ABC
Tints of Persian Pink #F77ABC
RGB
CMYK
RGB Variations
Color information
#F77ABC (or 0xF77ABC) is known color: Persian Pink. HEX triplet: F7, 7A and BC. RGB value is (247,122,188). Sum of RGB (Red+Green+Blue) = 247+122+188=557 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.34% from 557); Green value is 122 (48.05% from 255 or 21.90% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 247 - color contains mainly: red. Hex color #F77ABC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77ABC is #088543. Grayscale: #A6A6A6. Windows color (decimal): -558404 or 12352247. OLE color: 12352247.
HSL color Cylindrical-coordinate representation of color #F77ABC: hue angle of 328.32º 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 #F77ABC is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 188 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.03 |
| HSL | 328.32º | 0.89% | 0.72% | - |
| HSV(B) | 328.32º | 0.51% | 0.97% | - |
| XYZ | 54.39 | 37.32 | 51.91 | - |
| YUV | 166.9 | 139.91 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 188 | 0 | 0.51 | 0.24 | 0.03 | 328.32 | 0.89 | 0.72 |
| Hex | F7 | 7A | BC | 0 | 33 | 18 | 3 | 148 | 59 | 48 |
| Octal | 367 | 172 | 274 | 0 | 63 | 30 | 3 | 510 | 131 | 110 |
| Binary | 11110111 | 1111010 | 10111100 | 0 | 110011 | 11000 | 11 | 101001000 | 1011001 | 1001000 |
Color Harmonies of #F77ABC
Complementary color
Monochromatic Colors of #F77ABC
Black with #F77ABC
Text Example
Text Example
White with #F77ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77ABC; }
p { color: rgb(247,122,188); }
H1.HeaderClassName
{
color: #F77ABC;
}
.AnyTagClassName
{
color: #F77ABC;
}
</style>
background-color css
<style>
a { background-color: #F77ABC; }
a { background-color: rgb(247,122,188); }
div.DivClassName
{
background-color: #F77ABC;
}
.BgClassName
{
background-color: #F77ABC;
}
</style>
border-color css
<style>
span { border-color: #F77ABC; }
span { border-color: rgb(247,122,188); }
td.TdClassName
{
border-color: #F77ABC;
}
.TagClassName
{
border-color: #F77ABC;
}
</style>