Shades of Persian Pink #FA77BB
Tints of Persian Pink #FA77BB
RGB
CMYK
RGB Variations
Color information
#FA77BB (or 0xFA77BB) is known color: Persian Pink. HEX triplet: FA, 77 and BB. RGB value is (250,119,187). Sum of RGB (Red+Green+Blue) = 250+119+187=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 119 (46.88% from 255 or 21.40% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FA77BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA77BB is #058844. Grayscale: #A5A5A5. Windows color (decimal): -362565 or 12285946. OLE color: 12285946.
HSL color Cylindrical-coordinate representation of color #FA77BB: hue angle of 328.85º 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 #FA77BB is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 119 | 187 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.02 |
| HSL | 328.85º | 0.93% | 0.72% | - |
| HSV(B) | 328.85º | 0.52% | 0.98% | - |
| XYZ | 54.99 | 37.11 | 51.28 | - |
| YUV | 165.92 | 139.9 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 119 | 187 | 0 | 0.52 | 0.25 | 0.02 | 328.85 | 0.93 | 0.72 |
| Hex | FA | 77 | BB | 0 | 34 | 19 | 2 | 149 | 5D | 48 |
| Octal | 372 | 167 | 273 | 0 | 64 | 31 | 2 | 511 | 135 | 110 |
| Binary | 11111010 | 1110111 | 10111011 | 0 | 110100 | 11001 | 10 | 101001001 | 1011101 | 1001000 |
Color Harmonies of #FA77BB
Complementary color
Monochromatic Colors of #FA77BB
Black with #FA77BB
Text Example
Text Example
White with #FA77BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA77BB; }
p { color: rgb(250,119,187); }
H1.HeaderClassName
{
color: #FA77BB;
}
.AnyTagClassName
{
color: #FA77BB;
}
</style>
background-color css
<style>
a { background-color: #FA77BB; }
a { background-color: rgb(250,119,187); }
div.DivClassName
{
background-color: #FA77BB;
}
.BgClassName
{
background-color: #FA77BB;
}
</style>
border-color css
<style>
span { border-color: #FA77BB; }
span { border-color: rgb(250,119,187); }
td.TdClassName
{
border-color: #FA77BB;
}
.TagClassName
{
border-color: #FA77BB;
}
</style>