Shades of Persian Pink #F77DB2
Tints of Persian Pink #F77DB2
RGB
CMYK
RGB Variations
Color information
#F77DB2 (or 0xF77DB2) is known color: Persian Pink. HEX triplet: F7, 7D and B2. RGB value is (247,125,178). Sum of RGB (Red+Green+Blue) = 247+125+178=550 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.91% from 550); Green value is 125 (49.22% from 255 or 22.73% from 550); Blue value is 178 (69.92% from 255 or 32.36% from 550); Max value from RGB is 247 - color contains mainly: red. Hex color #F77DB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77DB2 is #08824D. Grayscale: #A7A7A7. Windows color (decimal): -557646 or 11697655. OLE color: 11697655.
HSL color Cylindrical-coordinate representation of color #F77DB2: hue angle of 333.93º 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 #F77DB2 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 125 | 178 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.03 |
| HSL | 333.93º | 0.88% | 0.73% | - |
| HSV(B) | 333.93º | 0.49% | 0.97% | - |
| XYZ | 53.73 | 37.66 | 46.56 | - |
| YUV | 167.52 | 133.92 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 125 | 178 | 0 | 0.49 | 0.28 | 0.03 | 333.93 | 0.88 | 0.73 |
| Hex | F7 | 7D | B2 | 0 | 31 | 1C | 3 | 14E | 58 | 49 |
| Octal | 367 | 175 | 262 | 0 | 61 | 34 | 3 | 516 | 130 | 111 |
| Binary | 11110111 | 1111101 | 10110010 | 0 | 110001 | 11100 | 11 | 101001110 | 1011000 | 1001001 |
Color Harmonies of #F77DB2
Complementary color
Monochromatic Colors of #F77DB2
Black with #F77DB2
Text Example
Text Example
White with #F77DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77DB2; }
p { color: rgb(247,125,178); }
H1.HeaderClassName
{
color: #F77DB2;
}
.AnyTagClassName
{
color: #F77DB2;
}
</style>
background-color css
<style>
a { background-color: #F77DB2; }
a { background-color: rgb(247,125,178); }
div.DivClassName
{
background-color: #F77DB2;
}
.BgClassName
{
background-color: #F77DB2;
}
</style>
border-color css
<style>
span { border-color: #F77DB2; }
span { border-color: rgb(247,125,178); }
td.TdClassName
{
border-color: #F77DB2;
}
.TagClassName
{
border-color: #F77DB2;
}
</style>