Shades of Persian Pink #FA77B7
Tints of Persian Pink #FA77B7
RGB
CMYK
RGB Variations
Color information
#FA77B7 (or 0xFA77B7) is known color: Persian Pink. HEX triplet: FA, 77 and B7. RGB value is (250,119,183). Sum of RGB (Red+Green+Blue) = 250+119+183=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 119 (46.88% from 255 or 21.56% from 552); Blue value is 183 (71.88% from 255 or 33.15% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FA77B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA77B7 is #058848. Grayscale: #A5A5A5. Windows color (decimal): -362569 or 12023802. OLE color: 12023802.
HSL color Cylindrical-coordinate representation of color #FA77B7: hue angle of 330.69º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA77B7 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 119 | 183 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.02 |
| HSL | 330.69º | 0.93% | 0.72% | - |
| HSV(B) | 330.69º | 0.52% | 0.98% | - |
| XYZ | 54.57 | 36.94 | 49.05 | - |
| YUV | 165.47 | 137.9 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 119 | 183 | 0 | 0.52 | 0.27 | 0.02 | 330.69 | 0.93 | 0.72 |
| Hex | FA | 77 | B7 | 0 | 34 | 1B | 2 | 14B | 5D | 48 |
| Octal | 372 | 167 | 267 | 0 | 64 | 33 | 2 | 513 | 135 | 110 |
| Binary | 11111010 | 1110111 | 10110111 | 0 | 110100 | 11011 | 10 | 101001011 | 1011101 | 1001000 |
Color Harmonies of #FA77B7
Complementary color
Monochromatic Colors of #FA77B7
Black with #FA77B7
Text Example
Text Example
White with #FA77B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA77B7; }
p { color: rgb(250,119,183); }
H1.HeaderClassName
{
color: #FA77B7;
}
.AnyTagClassName
{
color: #FA77B7;
}
</style>
background-color css
<style>
a { background-color: #FA77B7; }
a { background-color: rgb(250,119,183); }
div.DivClassName
{
background-color: #FA77B7;
}
.BgClassName
{
background-color: #FA77B7;
}
</style>
border-color css
<style>
span { border-color: #FA77B7; }
span { border-color: rgb(250,119,183); }
td.TdClassName
{
border-color: #FA77B7;
}
.TagClassName
{
border-color: #FA77B7;
}
</style>