Shades of Persian Pink #F778B9
Tints of Persian Pink #F778B9
RGB
CMYK
RGB Variations
Color information
#F778B9 (or 0xF778B9) is known color: Persian Pink. HEX triplet: F7, 78 and B9. RGB value is (247,120,185). Sum of RGB (Red+Green+Blue) = 247+120+185=552 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.75% from 552); Green value is 120 (47.27% from 255 or 21.74% from 552); Blue value is 185 (72.66% from 255 or 33.51% from 552); Max value from RGB is 247 - color contains mainly: red. Hex color #F778B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F778B9 is #088746. Grayscale: #A5A5A5. Windows color (decimal): -558919 or 12155127. OLE color: 12155127.
HSL color Cylindrical-coordinate representation of color #F778B9: hue angle of 329.29º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F778B9 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 120 | 185 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.03 |
| HSL | 329.29º | 0.89% | 0.72% | - |
| HSV(B) | 329.29º | 0.51% | 0.97% | - |
| XYZ | 53.83 | 36.71 | 50.15 | - |
| YUV | 165.38 | 139.08 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 120 | 185 | 0 | 0.51 | 0.25 | 0.03 | 329.29 | 0.89 | 0.72 |
| Hex | F7 | 78 | B9 | 0 | 33 | 19 | 3 | 149 | 59 | 48 |
| Octal | 367 | 170 | 271 | 0 | 63 | 31 | 3 | 511 | 131 | 110 |
| Binary | 11110111 | 1111000 | 10111001 | 0 | 110011 | 11001 | 11 | 101001001 | 1011001 | 1001000 |
Color Harmonies of #F778B9
Complementary color
Monochromatic Colors of #F778B9
Black with #F778B9
Text Example
Text Example
White with #F778B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F778B9; }
p { color: rgb(247,120,185); }
H1.HeaderClassName
{
color: #F778B9;
}
.AnyTagClassName
{
color: #F778B9;
}
</style>
background-color css
<style>
a { background-color: #F778B9; }
a { background-color: rgb(247,120,185); }
div.DivClassName
{
background-color: #F778B9;
}
.BgClassName
{
background-color: #F778B9;
}
</style>
border-color css
<style>
span { border-color: #F778B9; }
span { border-color: rgb(247,120,185); }
td.TdClassName
{
border-color: #F778B9;
}
.TagClassName
{
border-color: #F778B9;
}
</style>