Shades of Persian Pink #F77DB7
Tints of Persian Pink #F77DB7
RGB
CMYK
RGB Variations
Color information
#F77DB7 (or 0xF77DB7) is known color: Persian Pink. HEX triplet: F7, 7D and B7. RGB value is (247,125,183). Sum of RGB (Red+Green+Blue) = 247+125+183=555 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.50% from 555); Green value is 125 (49.22% from 255 or 22.52% from 555); Blue value is 183 (71.88% from 255 or 32.97% from 555); Max value from RGB is 247 - color contains mainly: red. Hex color #F77DB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77DB7 is #088248. Grayscale: #A7A7A7. Windows color (decimal): -557641 or 12025335. OLE color: 12025335.
HSL color Cylindrical-coordinate representation of color #F77DB7: hue angle of 331.48º 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 #F77DB7 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 125 | 183 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.03 |
| HSL | 331.48º | 0.88% | 0.73% | - |
| HSV(B) | 331.48º | 0.49% | 0.97% | - |
| XYZ | 54.24 | 37.86 | 49.25 | - |
| YUV | 168.09 | 136.42 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 125 | 183 | 0 | 0.49 | 0.26 | 0.03 | 331.48 | 0.88 | 0.73 |
| Hex | F7 | 7D | B7 | 0 | 31 | 1A | 3 | 14B | 58 | 49 |
| Octal | 367 | 175 | 267 | 0 | 61 | 32 | 3 | 513 | 130 | 111 |
| Binary | 11110111 | 1111101 | 10110111 | 0 | 110001 | 11010 | 11 | 101001011 | 1011000 | 1001001 |
Color Harmonies of #F77DB7
Complementary color
Monochromatic Colors of #F77DB7
Black with #F77DB7
Text Example
Text Example
White with #F77DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77DB7; }
p { color: rgb(247,125,183); }
H1.HeaderClassName
{
color: #F77DB7;
}
.AnyTagClassName
{
color: #F77DB7;
}
</style>
background-color css
<style>
a { background-color: #F77DB7; }
a { background-color: rgb(247,125,183); }
div.DivClassName
{
background-color: #F77DB7;
}
.BgClassName
{
background-color: #F77DB7;
}
</style>
border-color css
<style>
span { border-color: #F77DB7; }
span { border-color: rgb(247,125,183); }
td.TdClassName
{
border-color: #F77DB7;
}
.TagClassName
{
border-color: #F77DB7;
}
</style>