Shades of Persian Pink #FA77BA
Tints of Persian Pink #FA77BA
RGB
CMYK
RGB Variations
Color information
#FA77BA (or 0xFA77BA) is known color: Persian Pink. HEX triplet: FA, 77 and BA. RGB value is (250,119,186). Sum of RGB (Red+Green+Blue) = 250+119+186=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 119 (46.88% from 255 or 21.44% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FA77BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA77BA is #058845. Grayscale: #A5A5A5. Windows color (decimal): -362566 or 12220410. OLE color: 12220410.
HSL color Cylindrical-coordinate representation of color #FA77BA: hue angle of 329.31º 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 #FA77BA is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 119 | 186 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.02 |
| HSL | 329.31º | 0.93% | 0.72% | - |
| HSV(B) | 329.31º | 0.52% | 0.98% | - |
| XYZ | 54.88 | 37.06 | 50.72 | - |
| YUV | 165.81 | 139.4 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 119 | 186 | 0 | 0.52 | 0.26 | 0.02 | 329.31 | 0.93 | 0.72 |
| Hex | FA | 77 | BA | 0 | 34 | 1A | 2 | 149 | 5D | 48 |
| Octal | 372 | 167 | 272 | 0 | 64 | 32 | 2 | 511 | 135 | 110 |
| Binary | 11111010 | 1110111 | 10111010 | 0 | 110100 | 11010 | 10 | 101001001 | 1011101 | 1001000 |
Color Harmonies of #FA77BA
Complementary color
Monochromatic Colors of #FA77BA
Black with #FA77BA
Text Example
Text Example
White with #FA77BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA77BA; }
p { color: rgb(250,119,186); }
H1.HeaderClassName
{
color: #FA77BA;
}
.AnyTagClassName
{
color: #FA77BA;
}
</style>
background-color css
<style>
a { background-color: #FA77BA; }
a { background-color: rgb(250,119,186); }
div.DivClassName
{
background-color: #FA77BA;
}
.BgClassName
{
background-color: #FA77BA;
}
</style>
border-color css
<style>
span { border-color: #FA77BA; }
span { border-color: rgb(250,119,186); }
td.TdClassName
{
border-color: #FA77BA;
}
.TagClassName
{
border-color: #FA77BA;
}
</style>