Shades of Persian Pink #F77DB8
Tints of Persian Pink #F77DB8
RGB
CMYK
RGB Variations
Color information
#F77DB8 (or 0xF77DB8) is known color: Persian Pink. HEX triplet: F7, 7D and B8. RGB value is (247,125,184). Sum of RGB (Red+Green+Blue) = 247+125+184=556 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.42% from 556); Green value is 125 (49.22% from 255 or 22.48% from 556); Blue value is 184 (72.27% from 255 or 33.09% from 556); Max value from RGB is 247 - color contains mainly: red. Hex color #F77DB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77DB8 is #088247. Grayscale: #A8A8A8. Windows color (decimal): -557640 or 12090871. OLE color: 12090871.
HSL color Cylindrical-coordinate representation of color #F77DB8: hue angle of 330.98º 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 #F77DB8 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 125 | 184 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.03 |
| HSL | 330.98º | 0.88% | 0.73% | - |
| HSV(B) | 330.98º | 0.49% | 0.97% | - |
| XYZ | 54.34 | 37.9 | 49.8 | - |
| YUV | 168.2 | 136.92 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 125 | 184 | 0 | 0.49 | 0.26 | 0.03 | 330.98 | 0.88 | 0.73 |
| Hex | F7 | 7D | B8 | 0 | 31 | 1A | 3 | 14B | 58 | 49 |
| Octal | 367 | 175 | 270 | 0 | 61 | 32 | 3 | 513 | 130 | 111 |
| Binary | 11110111 | 1111101 | 10111000 | 0 | 110001 | 11010 | 11 | 101001011 | 1011000 | 1001001 |
Color Harmonies of #F77DB8
Complementary color
Monochromatic Colors of #F77DB8
Black with #F77DB8
Text Example
Text Example
White with #F77DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77DB8; }
p { color: rgb(247,125,184); }
H1.HeaderClassName
{
color: #F77DB8;
}
.AnyTagClassName
{
color: #F77DB8;
}
</style>
background-color css
<style>
a { background-color: #F77DB8; }
a { background-color: rgb(247,125,184); }
div.DivClassName
{
background-color: #F77DB8;
}
.BgClassName
{
background-color: #F77DB8;
}
</style>
border-color css
<style>
span { border-color: #F77DB8; }
span { border-color: rgb(247,125,184); }
td.TdClassName
{
border-color: #F77DB8;
}
.TagClassName
{
border-color: #F77DB8;
}
</style>