Shades of Persian Pink #F778BB
Tints of Persian Pink #F778BB
RGB
CMYK
RGB Variations
Color information
#F778BB (or 0xF778BB) is known color: Persian Pink. HEX triplet: F7, 78 and BB. RGB value is (247,120,187). Sum of RGB (Red+Green+Blue) = 247+120+187=554 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.58% from 554); Green value is 120 (47.27% from 255 or 21.66% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 247 - color contains mainly: red. Hex color #F778BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F778BB is #088744. Grayscale: #A5A5A5. Windows color (decimal): -558917 or 12286199. OLE color: 12286199.
HSL color Cylindrical-coordinate representation of color #F778BB: hue angle of 328.35º 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 #F778BB is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 120 | 187 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.03 |
| HSL | 328.35º | 0.89% | 0.72% | - |
| HSV(B) | 328.35º | 0.51% | 0.97% | - |
| XYZ | 54.04 | 36.79 | 51.27 | - |
| YUV | 165.61 | 140.08 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 120 | 187 | 0 | 0.51 | 0.24 | 0.03 | 328.35 | 0.89 | 0.72 |
| Hex | F7 | 78 | BB | 0 | 33 | 18 | 3 | 148 | 59 | 48 |
| Octal | 367 | 170 | 273 | 0 | 63 | 30 | 3 | 510 | 131 | 110 |
| Binary | 11110111 | 1111000 | 10111011 | 0 | 110011 | 11000 | 11 | 101001000 | 1011001 | 1001000 |
Color Harmonies of #F778BB
Complementary color
Monochromatic Colors of #F778BB
Black with #F778BB
Text Example
Text Example
White with #F778BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F778BB; }
p { color: rgb(247,120,187); }
H1.HeaderClassName
{
color: #F778BB;
}
.AnyTagClassName
{
color: #F778BB;
}
</style>
background-color css
<style>
a { background-color: #F778BB; }
a { background-color: rgb(247,120,187); }
div.DivClassName
{
background-color: #F778BB;
}
.BgClassName
{
background-color: #F778BB;
}
</style>
border-color css
<style>
span { border-color: #F778BB; }
span { border-color: rgb(247,120,187); }
td.TdClassName
{
border-color: #F778BB;
}
.TagClassName
{
border-color: #F778BB;
}
</style>