Shades of Persian Pink #F77BBB
Tints of Persian Pink #F77BBB
RGB
CMYK
RGB Variations
Color information
#F77BBB (or 0xF77BBB) is known color: Persian Pink. HEX triplet: F7, 7B and BB. RGB value is (247,123,187). Sum of RGB (Red+Green+Blue) = 247+123+187=557 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.34% from 557); Green value is 123 (48.44% from 255 or 22.08% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 247 - color contains mainly: red. Hex color #F77BBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77BBB is #088444. Grayscale: #A7A7A7. Windows color (decimal): -558149 or 12286967. OLE color: 12286967.
HSL color Cylindrical-coordinate representation of color #F77BBB: hue angle of 329.03º 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 #F77BBB is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 123 | 187 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.03 |
| HSL | 329.03º | 0.89% | 0.73% | - |
| HSV(B) | 329.03º | 0.5% | 0.97% | - |
| XYZ | 54.41 | 37.53 | 51.39 | - |
| YUV | 167.37 | 139.08 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 123 | 187 | 0 | 0.50 | 0.24 | 0.03 | 329.03 | 0.89 | 0.73 |
| Hex | F7 | 7B | BB | 0 | 32 | 18 | 3 | 149 | 59 | 49 |
| Octal | 367 | 173 | 273 | 0 | 62 | 30 | 3 | 511 | 131 | 111 |
| Binary | 11110111 | 1111011 | 10111011 | 0 | 110010 | 11000 | 11 | 101001001 | 1011001 | 1001001 |
Color Harmonies of #F77BBB
Complementary color
Monochromatic Colors of #F77BBB
Black with #F77BBB
Text Example
Text Example
White with #F77BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77BBB; }
p { color: rgb(247,123,187); }
H1.HeaderClassName
{
color: #F77BBB;
}
.AnyTagClassName
{
color: #F77BBB;
}
</style>
background-color css
<style>
a { background-color: #F77BBB; }
a { background-color: rgb(247,123,187); }
div.DivClassName
{
background-color: #F77BBB;
}
.BgClassName
{
background-color: #F77BBB;
}
</style>
border-color css
<style>
span { border-color: #F77BBB; }
span { border-color: rgb(247,123,187); }
td.TdClassName
{
border-color: #F77BBB;
}
.TagClassName
{
border-color: #F77BBB;
}
</style>