Shades of Persian Pink #F77AB3
Tints of Persian Pink #F77AB3
RGB
CMYK
RGB Variations
Color information
#F77AB3 (or 0xF77AB3) is known color: Persian Pink. HEX triplet: F7, 7A and B3. RGB value is (247,122,179). Sum of RGB (Red+Green+Blue) = 247+122+179=548 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.07% from 548); Green value is 122 (48.05% from 255 or 22.26% from 548); Blue value is 179 (70.31% from 255 or 32.66% from 548); Max value from RGB is 247 - color contains mainly: red. Hex color #F77AB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77AB3 is #08854C. Grayscale: #A5A5A5. Windows color (decimal): -558413 or 11762423. OLE color: 11762423.
HSL color Cylindrical-coordinate representation of color #F77AB3: hue angle of 332.64º 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 #F77AB3 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 179 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.03 |
| HSL | 332.64º | 0.89% | 0.72% | - |
| HSV(B) | 332.64º | 0.51% | 0.97% | - |
| XYZ | 53.45 | 36.95 | 46.96 | - |
| YUV | 165.87 | 135.41 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 179 | 0 | 0.51 | 0.28 | 0.03 | 332.64 | 0.89 | 0.72 |
| Hex | F7 | 7A | B3 | 0 | 33 | 1C | 3 | 14D | 59 | 48 |
| Octal | 367 | 172 | 263 | 0 | 63 | 34 | 3 | 515 | 131 | 110 |
| Binary | 11110111 | 1111010 | 10110011 | 0 | 110011 | 11100 | 11 | 101001101 | 1011001 | 1001000 |
Color Harmonies of #F77AB3
Complementary color
Monochromatic Colors of #F77AB3
Black with #F77AB3
Text Example
Text Example
White with #F77AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77AB3; }
p { color: rgb(247,122,179); }
H1.HeaderClassName
{
color: #F77AB3;
}
.AnyTagClassName
{
color: #F77AB3;
}
</style>
background-color css
<style>
a { background-color: #F77AB3; }
a { background-color: rgb(247,122,179); }
div.DivClassName
{
background-color: #F77AB3;
}
.BgClassName
{
background-color: #F77AB3;
}
</style>
border-color css
<style>
span { border-color: #F77AB3; }
span { border-color: rgb(247,122,179); }
td.TdClassName
{
border-color: #F77AB3;
}
.TagClassName
{
border-color: #F77AB3;
}
</style>