Shades of Persian Pink #F77DB9
Tints of Persian Pink #F77DB9
RGB
CMYK
RGB Variations
Color information
#F77DB9 (or 0xF77DB9) is known color: Persian Pink. HEX triplet: F7, 7D and B9. RGB value is (247,125,185). Sum of RGB (Red+Green+Blue) = 247+125+185=557 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.34% from 557); Green value is 125 (49.22% from 255 or 22.44% from 557); Blue value is 185 (72.66% from 255 or 33.21% from 557); Max value from RGB is 247 - color contains mainly: red. Hex color #F77DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77DB9 is #088246. Grayscale: #A8A8A8. Windows color (decimal): -557639 or 12156407. OLE color: 12156407.
HSL color Cylindrical-coordinate representation of color #F77DB9: hue angle of 330.49º 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 #F77DB9 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 125 | 185 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.03 |
| HSL | 330.49º | 0.88% | 0.73% | - |
| HSV(B) | 330.49º | 0.49% | 0.97% | - |
| XYZ | 54.45 | 37.94 | 50.35 | - |
| YUV | 168.32 | 137.42 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 125 | 185 | 0 | 0.49 | 0.25 | 0.03 | 330.49 | 0.88 | 0.73 |
| Hex | F7 | 7D | B9 | 0 | 31 | 19 | 3 | 14A | 58 | 49 |
| Octal | 367 | 175 | 271 | 0 | 61 | 31 | 3 | 512 | 130 | 111 |
| Binary | 11110111 | 1111101 | 10111001 | 0 | 110001 | 11001 | 11 | 101001010 | 1011000 | 1001001 |
Color Harmonies of #F77DB9
Complementary color
Monochromatic Colors of #F77DB9
Black with #F77DB9
Text Example
Text Example
White with #F77DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77DB9; }
p { color: rgb(247,125,185); }
H1.HeaderClassName
{
color: #F77DB9;
}
.AnyTagClassName
{
color: #F77DB9;
}
</style>
background-color css
<style>
a { background-color: #F77DB9; }
a { background-color: rgb(247,125,185); }
div.DivClassName
{
background-color: #F77DB9;
}
.BgClassName
{
background-color: #F77DB9;
}
</style>
border-color css
<style>
span { border-color: #F77DB9; }
span { border-color: rgb(247,125,185); }
td.TdClassName
{
border-color: #F77DB9;
}
.TagClassName
{
border-color: #F77DB9;
}
</style>