Shades of Persian Pink #F77AB5
Tints of Persian Pink #F77AB5
RGB
CMYK
RGB Variations
Color information
#F77AB5 (or 0xF77AB5) is known color: Persian Pink. HEX triplet: F7, 7A and B5. RGB value is (247,122,181). Sum of RGB (Red+Green+Blue) = 247+122+181=550 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.91% from 550); Green value is 122 (48.05% from 255 or 22.18% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 247 - color contains mainly: red. Hex color #F77AB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77AB5 is #08854A. Grayscale: #A5A5A5. Windows color (decimal): -558411 or 11893495. OLE color: 11893495.
HSL color Cylindrical-coordinate representation of color #F77AB5: hue angle of 331.68º 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 #F77AB5 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 181 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.03 |
| HSL | 331.68º | 0.89% | 0.72% | - |
| HSV(B) | 331.68º | 0.51% | 0.97% | - |
| XYZ | 53.66 | 37.03 | 48.04 | - |
| YUV | 166.1 | 136.41 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 181 | 0 | 0.51 | 0.27 | 0.03 | 331.68 | 0.89 | 0.72 |
| Hex | F7 | 7A | B5 | 0 | 33 | 1B | 3 | 14C | 59 | 48 |
| Octal | 367 | 172 | 265 | 0 | 63 | 33 | 3 | 514 | 131 | 110 |
| Binary | 11110111 | 1111010 | 10110101 | 0 | 110011 | 11011 | 11 | 101001100 | 1011001 | 1001000 |
Color Harmonies of #F77AB5
Complementary color
Monochromatic Colors of #F77AB5
Black with #F77AB5
Text Example
Text Example
White with #F77AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77AB5; }
p { color: rgb(247,122,181); }
H1.HeaderClassName
{
color: #F77AB5;
}
.AnyTagClassName
{
color: #F77AB5;
}
</style>
background-color css
<style>
a { background-color: #F77AB5; }
a { background-color: rgb(247,122,181); }
div.DivClassName
{
background-color: #F77AB5;
}
.BgClassName
{
background-color: #F77AB5;
}
</style>
border-color css
<style>
span { border-color: #F77AB5; }
span { border-color: rgb(247,122,181); }
td.TdClassName
{
border-color: #F77AB5;
}
.TagClassName
{
border-color: #F77AB5;
}
</style>