Shades of Persian Pink #F77BC0
Tints of Persian Pink #F77BC0
RGB
CMYK
RGB Variations
Color information
#F77BC0 (or 0xF77BC0) is known color: Persian Pink. HEX triplet: F7, 7B and C0. RGB value is (247,123,192). Sum of RGB (Red+Green+Blue) = 247+123+192=562 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.95% from 562); Green value is 123 (48.44% from 255 or 21.89% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 247 - color contains mainly: red. Hex color #F77BC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77BC0 is #08843F. Grayscale: #A7A7A7. Windows color (decimal): -558144 or 12614647. OLE color: 12614647.
HSL color Cylindrical-coordinate representation of color #F77BC0: hue angle of 326.61º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F77BC0 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 123 | 192 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.03 |
| HSL | 326.61º | 0.89% | 0.73% | - |
| HSV(B) | 326.61º | 0.5% | 0.97% | - |
| XYZ | 54.96 | 37.75 | 54.26 | - |
| YUV | 167.94 | 141.58 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 123 | 192 | 0 | 0.50 | 0.22 | 0.03 | 326.61 | 0.89 | 0.73 |
| Hex | F7 | 7B | C0 | 0 | 32 | 16 | 3 | 147 | 59 | 49 |
| Octal | 367 | 173 | 300 | 0 | 62 | 26 | 3 | 507 | 131 | 111 |
| Binary | 11110111 | 1111011 | 11000000 | 0 | 110010 | 10110 | 11 | 101000111 | 1011001 | 1001001 |
Color Harmonies of #F77BC0
Complementary color
Monochromatic Colors of #F77BC0
Black with #F77BC0
Text Example
Text Example
White with #F77BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77BC0; }
p { color: rgb(247,123,192); }
H1.HeaderClassName
{
color: #F77BC0;
}
.AnyTagClassName
{
color: #F77BC0;
}
</style>
background-color css
<style>
a { background-color: #F77BC0; }
a { background-color: rgb(247,123,192); }
div.DivClassName
{
background-color: #F77BC0;
}
.BgClassName
{
background-color: #F77BC0;
}
</style>
border-color css
<style>
span { border-color: #F77BC0; }
span { border-color: rgb(247,123,192); }
td.TdClassName
{
border-color: #F77BC0;
}
.TagClassName
{
border-color: #F77BC0;
}
</style>