Shades of Persian Pink #FA77BF
Tints of Persian Pink #FA77BF
RGB
CMYK
RGB Variations
Color information
#FA77BF (or 0xFA77BF) is known color: Persian Pink. HEX triplet: FA, 77 and BF. RGB value is (250,119,191). Sum of RGB (Red+Green+Blue) = 250+119+191=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 119 (46.88% from 255 or 21.25% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FA77BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA77BF is #058840. Grayscale: #A6A6A6. Windows color (decimal): -362561 or 12548090. OLE color: 12548090.
HSL color Cylindrical-coordinate representation of color #FA77BF: hue angle of 327.02º 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 #FA77BF is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 119 | 191 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.02 |
| HSL | 327.02º | 0.93% | 0.72% | - |
| HSV(B) | 327.02º | 0.52% | 0.98% | - |
| XYZ | 55.43 | 37.28 | 53.56 | - |
| YUV | 166.38 | 141.9 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 119 | 191 | 0 | 0.52 | 0.24 | 0.02 | 327.02 | 0.93 | 0.72 |
| Hex | FA | 77 | BF | 0 | 34 | 18 | 2 | 147 | 5D | 48 |
| Octal | 372 | 167 | 277 | 0 | 64 | 30 | 2 | 507 | 135 | 110 |
| Binary | 11111010 | 1110111 | 10111111 | 0 | 110100 | 11000 | 10 | 101000111 | 1011101 | 1001000 |
Color Harmonies of #FA77BF
Complementary color
Monochromatic Colors of #FA77BF
Black with #FA77BF
Text Example
Text Example
White with #FA77BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA77BF; }
p { color: rgb(250,119,191); }
H1.HeaderClassName
{
color: #FA77BF;
}
.AnyTagClassName
{
color: #FA77BF;
}
</style>
background-color css
<style>
a { background-color: #FA77BF; }
a { background-color: rgb(250,119,191); }
div.DivClassName
{
background-color: #FA77BF;
}
.BgClassName
{
background-color: #FA77BF;
}
</style>
border-color css
<style>
span { border-color: #FA77BF; }
span { border-color: rgb(250,119,191); }
td.TdClassName
{
border-color: #FA77BF;
}
.TagClassName
{
border-color: #FA77BF;
}
</style>