Shades of Persian Pink #F779B0
Tints of Persian Pink #F779B0
RGB
CMYK
RGB Variations
Color information
#F779B0 (or 0xF779B0) is known color: Persian Pink. HEX triplet: F7, 79 and B0. RGB value is (247,121,176). Sum of RGB (Red+Green+Blue) = 247+121+176=544 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.40% from 544); Green value is 121 (47.66% from 255 or 22.24% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 247 - color contains mainly: red. Hex color #F779B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F779B0 is #08864F. Grayscale: #A4A4A4. Windows color (decimal): -558672 or 11565559. OLE color: 11565559.
HSL color Cylindrical-coordinate representation of color #F779B0: hue angle of 333.81º 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 #F779B0 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 121 | 176 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.03 |
| HSL | 333.81º | 0.89% | 0.72% | - |
| HSV(B) | 333.81º | 0.51% | 0.97% | - |
| XYZ | 53.03 | 36.58 | 45.34 | - |
| YUV | 164.94 | 134.24 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 121 | 176 | 0 | 0.51 | 0.29 | 0.03 | 333.81 | 0.89 | 0.72 |
| Hex | F7 | 79 | B0 | 0 | 33 | 1D | 3 | 14E | 59 | 48 |
| Octal | 367 | 171 | 260 | 0 | 63 | 35 | 3 | 516 | 131 | 110 |
| Binary | 11110111 | 1111001 | 10110000 | 0 | 110011 | 11101 | 11 | 101001110 | 1011001 | 1001000 |
Color Harmonies of #F779B0
Complementary color
Monochromatic Colors of #F779B0
Black with #F779B0
Text Example
Text Example
White with #F779B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F779B0; }
p { color: rgb(247,121,176); }
H1.HeaderClassName
{
color: #F779B0;
}
.AnyTagClassName
{
color: #F779B0;
}
</style>
background-color css
<style>
a { background-color: #F779B0; }
a { background-color: rgb(247,121,176); }
div.DivClassName
{
background-color: #F779B0;
}
.BgClassName
{
background-color: #F779B0;
}
</style>
border-color css
<style>
span { border-color: #F779B0; }
span { border-color: rgb(247,121,176); }
td.TdClassName
{
border-color: #F779B0;
}
.TagClassName
{
border-color: #F779B0;
}
</style>