Shades of Persian Pink #F77DB5
Tints of Persian Pink #F77DB5
RGB
CMYK
RGB Variations
Color information
#F77DB5 (or 0xF77DB5) is known color: Persian Pink. HEX triplet: F7, 7D and B5. RGB value is (247,125,181). Sum of RGB (Red+Green+Blue) = 247+125+181=553 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.67% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 181 (71.09% from 255 or 32.73% from 553); Max value from RGB is 247 - color contains mainly: red. Hex color #F77DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77DB5 is #08824A. Grayscale: #A7A7A7. Windows color (decimal): -557643 or 11894263. OLE color: 11894263.
HSL color Cylindrical-coordinate representation of color #F77DB5: hue angle of 332.46º 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 #F77DB5 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 125 | 181 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.03 |
| HSL | 332.46º | 0.88% | 0.73% | - |
| HSV(B) | 332.46º | 0.49% | 0.97% | - |
| XYZ | 54.03 | 37.78 | 48.16 | - |
| YUV | 167.86 | 135.42 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 125 | 181 | 0 | 0.49 | 0.27 | 0.03 | 332.46 | 0.88 | 0.73 |
| Hex | F7 | 7D | B5 | 0 | 31 | 1B | 3 | 14C | 58 | 49 |
| Octal | 367 | 175 | 265 | 0 | 61 | 33 | 3 | 514 | 130 | 111 |
| Binary | 11110111 | 1111101 | 10110101 | 0 | 110001 | 11011 | 11 | 101001100 | 1011000 | 1001001 |
Color Harmonies of #F77DB5
Complementary color
Monochromatic Colors of #F77DB5
Black with #F77DB5
Text Example
Text Example
White with #F77DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77DB5; }
p { color: rgb(247,125,181); }
H1.HeaderClassName
{
color: #F77DB5;
}
.AnyTagClassName
{
color: #F77DB5;
}
</style>
background-color css
<style>
a { background-color: #F77DB5; }
a { background-color: rgb(247,125,181); }
div.DivClassName
{
background-color: #F77DB5;
}
.BgClassName
{
background-color: #F77DB5;
}
</style>
border-color css
<style>
span { border-color: #F77DB5; }
span { border-color: rgb(247,125,181); }
td.TdClassName
{
border-color: #F77DB5;
}
.TagClassName
{
border-color: #F77DB5;
}
</style>