Shades of Persian Pink #F778BD
Tints of Persian Pink #F778BD
RGB
CMYK
RGB Variations
Color information
#F778BD (or 0xF778BD) is known color: Persian Pink. HEX triplet: F7, 78 and BD. RGB value is (247,120,189). Sum of RGB (Red+Green+Blue) = 247+120+189=556 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.42% from 556); Green value is 120 (47.27% from 255 or 21.58% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 247 - color contains mainly: red. Hex color #F778BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F778BD is #088742. Grayscale: #A5A5A5. Windows color (decimal): -558915 or 12417271. OLE color: 12417271.
HSL color Cylindrical-coordinate representation of color #F778BD: hue angle of 327.4º 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 #F778BD is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 120 | 189 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.03 |
| HSL | 327.4º | 0.89% | 0.72% | - |
| HSV(B) | 327.4º | 0.51% | 0.97% | - |
| XYZ | 54.26 | 36.88 | 52.4 | - |
| YUV | 165.84 | 141.08 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 120 | 189 | 0 | 0.51 | 0.23 | 0.03 | 327.4 | 0.89 | 0.72 |
| Hex | F7 | 78 | BD | 0 | 33 | 17 | 3 | 147 | 59 | 48 |
| Octal | 367 | 170 | 275 | 0 | 63 | 27 | 3 | 507 | 131 | 110 |
| Binary | 11110111 | 1111000 | 10111101 | 0 | 110011 | 10111 | 11 | 101000111 | 1011001 | 1001000 |
Color Harmonies of #F778BD
Complementary color
Monochromatic Colors of #F778BD
Black with #F778BD
Text Example
Text Example
White with #F778BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F778BD; }
p { color: rgb(247,120,189); }
H1.HeaderClassName
{
color: #F778BD;
}
.AnyTagClassName
{
color: #F778BD;
}
</style>
background-color css
<style>
a { background-color: #F778BD; }
a { background-color: rgb(247,120,189); }
div.DivClassName
{
background-color: #F778BD;
}
.BgClassName
{
background-color: #F778BD;
}
</style>
border-color css
<style>
span { border-color: #F778BD; }
span { border-color: rgb(247,120,189); }
td.TdClassName
{
border-color: #F778BD;
}
.TagClassName
{
border-color: #F778BD;
}
</style>