Shades of Persian Pink #F77DBC
Tints of Persian Pink #F77DBC
RGB
CMYK
RGB Variations
Color information
#F77DBC (or 0xF77DBC) is known color: Persian Pink. HEX triplet: F7, 7D and BC. RGB value is (247,125,188). Sum of RGB (Red+Green+Blue) = 247+125+188=560 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.11% from 560); Green value is 125 (49.22% from 255 or 22.32% from 560); Blue value is 188 (73.83% from 255 or 33.57% from 560); Max value from RGB is 247 - color contains mainly: red. Hex color #F77DBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77DBC is #088243. Grayscale: #A8A8A8. Windows color (decimal): -557636 or 12353015. OLE color: 12353015.
HSL color Cylindrical-coordinate representation of color #F77DBC: hue angle of 329.02º 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 #F77DBC is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 125 | 188 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.03 |
| HSL | 329.02º | 0.88% | 0.73% | - |
| HSV(B) | 329.02º | 0.49% | 0.97% | - |
| XYZ | 54.77 | 38.07 | 52.04 | - |
| YUV | 168.66 | 138.92 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 125 | 188 | 0 | 0.49 | 0.24 | 0.03 | 329.02 | 0.88 | 0.73 |
| Hex | F7 | 7D | BC | 0 | 31 | 18 | 3 | 149 | 58 | 49 |
| Octal | 367 | 175 | 274 | 0 | 61 | 30 | 3 | 511 | 130 | 111 |
| Binary | 11110111 | 1111101 | 10111100 | 0 | 110001 | 11000 | 11 | 101001001 | 1011000 | 1001001 |
Color Harmonies of #F77DBC
Complementary color
Monochromatic Colors of #F77DBC
Black with #F77DBC
Text Example
Text Example
White with #F77DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77DBC; }
p { color: rgb(247,125,188); }
H1.HeaderClassName
{
color: #F77DBC;
}
.AnyTagClassName
{
color: #F77DBC;
}
</style>
background-color css
<style>
a { background-color: #F77DBC; }
a { background-color: rgb(247,125,188); }
div.DivClassName
{
background-color: #F77DBC;
}
.BgClassName
{
background-color: #F77DBC;
}
</style>
border-color css
<style>
span { border-color: #F77DBC; }
span { border-color: rgb(247,125,188); }
td.TdClassName
{
border-color: #F77DBC;
}
.TagClassName
{
border-color: #F77DBC;
}
</style>