Shades of Persian Pink #FA7AB5
Tints of Persian Pink #FA7AB5
RGB
CMYK
RGB Variations
Color information
#FA7AB5 (or 0xFA7AB5) is known color: Persian Pink. HEX triplet: FA, 7A and B5. RGB value is (250,122,181). Sum of RGB (Red+Green+Blue) = 250+122+181=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 122 (48.05% from 255 or 22.06% from 553); Blue value is 181 (71.09% from 255 or 32.73% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7AB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7AB5 is #05854A. Grayscale: #A6A6A6. Windows color (decimal): -361803 or 11893498. OLE color: 11893498.
HSL color Cylindrical-coordinate representation of color #FA7AB5: hue angle of 332.34º 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 #FA7AB5 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 122 | 181 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.02 |
| HSL | 332.34º | 0.93% | 0.73% | - |
| HSV(B) | 332.34º | 0.51% | 0.98% | - |
| XYZ | 54.72 | 37.58 | 48.09 | - |
| YUV | 167 | 135.91 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 122 | 181 | 0 | 0.51 | 0.28 | 0.02 | 332.34 | 0.93 | 0.73 |
| Hex | FA | 7A | B5 | 0 | 33 | 1C | 2 | 14C | 5D | 49 |
| Octal | 372 | 172 | 265 | 0 | 63 | 34 | 2 | 514 | 135 | 111 |
| Binary | 11111010 | 1111010 | 10110101 | 0 | 110011 | 11100 | 10 | 101001100 | 1011101 | 1001001 |
Color Harmonies of #FA7AB5
Complementary color
Monochromatic Colors of #FA7AB5
Black with #FA7AB5
Text Example
Text Example
White with #FA7AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7AB5; }
p { color: rgb(250,122,181); }
H1.HeaderClassName
{
color: #FA7AB5;
}
.AnyTagClassName
{
color: #FA7AB5;
}
</style>
background-color css
<style>
a { background-color: #FA7AB5; }
a { background-color: rgb(250,122,181); }
div.DivClassName
{
background-color: #FA7AB5;
}
.BgClassName
{
background-color: #FA7AB5;
}
</style>
border-color css
<style>
span { border-color: #FA7AB5; }
span { border-color: rgb(250,122,181); }
td.TdClassName
{
border-color: #FA7AB5;
}
.TagClassName
{
border-color: #FA7AB5;
}
</style>