Shades of Persian Pink #F77AC0
Tints of Persian Pink #F77AC0
RGB
CMYK
RGB Variations
Color information
#F77AC0 (or 0xF77AC0) is known color: Persian Pink. HEX triplet: F7, 7A and C0. RGB value is (247,122,192). Sum of RGB (Red+Green+Blue) = 247+122+192=561 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.03% from 561); Green value is 122 (48.05% from 255 or 21.75% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 247 - color contains mainly: red. Hex color #F77AC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77AC0 is #08853F. Grayscale: #A7A7A7. Windows color (decimal): -558400 or 12614391. OLE color: 12614391.
HSL color Cylindrical-coordinate representation of color #F77AC0: hue angle of 326.4º 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 #F77AC0 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 192 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.03 |
| HSL | 326.4º | 0.89% | 0.72% | - |
| HSV(B) | 326.4º | 0.51% | 0.97% | - |
| XYZ | 54.83 | 37.5 | 54.22 | - |
| YUV | 167.36 | 141.91 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 192 | 0 | 0.51 | 0.22 | 0.03 | 326.4 | 0.89 | 0.72 |
| Hex | F7 | 7A | C0 | 0 | 33 | 16 | 3 | 146 | 59 | 48 |
| Octal | 367 | 172 | 300 | 0 | 63 | 26 | 3 | 506 | 131 | 110 |
| Binary | 11110111 | 1111010 | 11000000 | 0 | 110011 | 10110 | 11 | 101000110 | 1011001 | 1001000 |
Color Harmonies of #F77AC0
Complementary color
Monochromatic Colors of #F77AC0
Black with #F77AC0
Text Example
Text Example
White with #F77AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77AC0; }
p { color: rgb(247,122,192); }
H1.HeaderClassName
{
color: #F77AC0;
}
.AnyTagClassName
{
color: #F77AC0;
}
</style>
background-color css
<style>
a { background-color: #F77AC0; }
a { background-color: rgb(247,122,192); }
div.DivClassName
{
background-color: #F77AC0;
}
.BgClassName
{
background-color: #F77AC0;
}
</style>
border-color css
<style>
span { border-color: #F77AC0; }
span { border-color: rgb(247,122,192); }
td.TdClassName
{
border-color: #F77AC0;
}
.TagClassName
{
border-color: #F77AC0;
}
</style>