Shades of Persian Pink #FA7ABA
Tints of Persian Pink #FA7ABA
RGB
CMYK
RGB Variations
Color information
#FA7ABA (or 0xFA7ABA) is known color: Persian Pink. HEX triplet: FA, 7A and BA. RGB value is (250,122,186). Sum of RGB (Red+Green+Blue) = 250+122+186=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 122 (48.05% from 255 or 21.86% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7ABA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7ABA is #058545. Grayscale: #A7A7A7. Windows color (decimal): -361798 or 12221178. OLE color: 12221178.
HSL color Cylindrical-coordinate representation of color #FA7ABA: hue angle of 330º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FA7ABA is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 122 | 186 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.02 |
| HSL | 330º | 0.93% | 0.73% | - |
| HSV(B) | 330º | 0.51% | 0.98% | - |
| XYZ | 55.25 | 37.79 | 50.84 | - |
| YUV | 167.57 | 138.41 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 122 | 186 | 0 | 0.51 | 0.26 | 0.02 | 330 | 0.93 | 0.73 |
| Hex | FA | 7A | BA | 0 | 33 | 1A | 2 | 14A | 5D | 49 |
| Octal | 372 | 172 | 272 | 0 | 63 | 32 | 2 | 512 | 135 | 111 |
| Binary | 11111010 | 1111010 | 10111010 | 0 | 110011 | 11010 | 10 | 101001010 | 1011101 | 1001001 |
Color Harmonies of #FA7ABA
Complementary color
Monochromatic Colors of #FA7ABA
Black with #FA7ABA
Text Example
Text Example
White with #FA7ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7ABA; }
p { color: rgb(250,122,186); }
H1.HeaderClassName
{
color: #FA7ABA;
}
.AnyTagClassName
{
color: #FA7ABA;
}
</style>
background-color css
<style>
a { background-color: #FA7ABA; }
a { background-color: rgb(250,122,186); }
div.DivClassName
{
background-color: #FA7ABA;
}
.BgClassName
{
background-color: #FA7ABA;
}
</style>
border-color css
<style>
span { border-color: #FA7ABA; }
span { border-color: rgb(250,122,186); }
td.TdClassName
{
border-color: #FA7ABA;
}
.TagClassName
{
border-color: #FA7ABA;
}
</style>