Shades of Persian Pink #F77FB5
Tints of Persian Pink #F77FB5
RGB
CMYK
RGB Variations
Color information
#F77FB5 (or 0xF77FB5) is known color: Persian Pink. HEX triplet: F7, 7F and B5. RGB value is (247,127,181). Sum of RGB (Red+Green+Blue) = 247+127+181=555 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.50% from 555); Green value is 127 (50% from 255 or 22.88% from 555); Blue value is 181 (71.09% from 255 or 32.61% from 555); Max value from RGB is 247 - color contains mainly: red. Hex color #F77FB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77FB5 is #08804A. Grayscale: #A8A8A8. Windows color (decimal): -557131 or 11894775. OLE color: 11894775.
HSL color Cylindrical-coordinate representation of color #F77FB5: hue angle of 333º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F77FB5 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 127 | 181 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.03 |
| HSL | 333º | 0.88% | 0.73% | - |
| HSV(B) | 333º | 0.49% | 0.97% | - |
| XYZ | 54.29 | 38.29 | 48.25 | - |
| YUV | 169.04 | 134.76 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 127 | 181 | 0 | 0.49 | 0.27 | 0.03 | 333 | 0.88 | 0.73 |
| Hex | F7 | 7F | B5 | 0 | 31 | 1B | 3 | 14D | 58 | 49 |
| Octal | 367 | 177 | 265 | 0 | 61 | 33 | 3 | 515 | 130 | 111 |
| Binary | 11110111 | 1111111 | 10110101 | 0 | 110001 | 11011 | 11 | 101001101 | 1011000 | 1001001 |
Color Harmonies of #F77FB5
Complementary color
Monochromatic Colors of #F77FB5
Black with #F77FB5
Text Example
Text Example
White with #F77FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77FB5; }
p { color: rgb(247,127,181); }
H1.HeaderClassName
{
color: #F77FB5;
}
.AnyTagClassName
{
color: #F77FB5;
}
</style>
background-color css
<style>
a { background-color: #F77FB5; }
a { background-color: rgb(247,127,181); }
div.DivClassName
{
background-color: #F77FB5;
}
.BgClassName
{
background-color: #F77FB5;
}
</style>
border-color css
<style>
span { border-color: #F77FB5; }
span { border-color: rgb(247,127,181); }
td.TdClassName
{
border-color: #F77FB5;
}
.TagClassName
{
border-color: #F77FB5;
}
</style>