Shades of Persian Pink #F77DB3
Tints of Persian Pink #F77DB3
RGB
CMYK
RGB Variations
Color information
#F77DB3 (or 0xF77DB3) is known color: Persian Pink. HEX triplet: F7, 7D and B3. RGB value is (247,125,179). Sum of RGB (Red+Green+Blue) = 247+125+179=551 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.83% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 179 (70.31% from 255 or 32.49% from 551); Max value from RGB is 247 - color contains mainly: red. Hex color #F77DB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77DB3 is #08824C. Grayscale: #A7A7A7. Windows color (decimal): -557645 or 11763191. OLE color: 11763191.
HSL color Cylindrical-coordinate representation of color #F77DB3: hue angle of 333.44º 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 #F77DB3 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 125 | 179 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.03 |
| HSL | 333.44º | 0.88% | 0.73% | - |
| HSV(B) | 333.44º | 0.49% | 0.97% | - |
| XYZ | 53.83 | 37.7 | 47.09 | - |
| YUV | 167.63 | 134.42 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 125 | 179 | 0 | 0.49 | 0.28 | 0.03 | 333.44 | 0.88 | 0.73 |
| Hex | F7 | 7D | B3 | 0 | 31 | 1C | 3 | 14D | 58 | 49 |
| Octal | 367 | 175 | 263 | 0 | 61 | 34 | 3 | 515 | 130 | 111 |
| Binary | 11110111 | 1111101 | 10110011 | 0 | 110001 | 11100 | 11 | 101001101 | 1011000 | 1001001 |
Color Harmonies of #F77DB3
Complementary color
Monochromatic Colors of #F77DB3
Black with #F77DB3
Text Example
Text Example
White with #F77DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77DB3; }
p { color: rgb(247,125,179); }
H1.HeaderClassName
{
color: #F77DB3;
}
.AnyTagClassName
{
color: #F77DB3;
}
</style>
background-color css
<style>
a { background-color: #F77DB3; }
a { background-color: rgb(247,125,179); }
div.DivClassName
{
background-color: #F77DB3;
}
.BgClassName
{
background-color: #F77DB3;
}
</style>
border-color css
<style>
span { border-color: #F77DB3; }
span { border-color: rgb(247,125,179); }
td.TdClassName
{
border-color: #F77DB3;
}
.TagClassName
{
border-color: #F77DB3;
}
</style>