Shades of Persian Pink #FA7AC0
Tints of Persian Pink #FA7AC0
RGB
CMYK
RGB Variations
Color information
#FA7AC0 (or 0xFA7AC0) is known color: Persian Pink. HEX triplet: FA, 7A and C0. RGB value is (250,122,192). Sum of RGB (Red+Green+Blue) = 250+122+192=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 122 (48.05% from 255 or 21.63% from 564); Blue value is 192 (75.39% from 255 or 34.04% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7AC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7AC0 is #05853F. Grayscale: #A8A8A8. Windows color (decimal): -361792 or 12614394. OLE color: 12614394.
HSL color Cylindrical-coordinate representation of color #FA7AC0: hue angle of 327.19º 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 #FA7AC0 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 122 | 192 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.02 |
| HSL | 327.19º | 0.93% | 0.73% | - |
| HSV(B) | 327.19º | 0.51% | 0.98% | - |
| XYZ | 55.9 | 38.05 | 54.27 | - |
| YUV | 168.25 | 141.41 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 122 | 192 | 0 | 0.51 | 0.23 | 0.02 | 327.19 | 0.93 | 0.73 |
| Hex | FA | 7A | C0 | 0 | 33 | 17 | 2 | 147 | 5D | 49 |
| Octal | 372 | 172 | 300 | 0 | 63 | 27 | 2 | 507 | 135 | 111 |
| Binary | 11111010 | 1111010 | 11000000 | 0 | 110011 | 10111 | 10 | 101000111 | 1011101 | 1001001 |
Color Harmonies of #FA7AC0
Complementary color
Monochromatic Colors of #FA7AC0
Black with #FA7AC0
Text Example
Text Example
White with #FA7AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7AC0; }
p { color: rgb(250,122,192); }
H1.HeaderClassName
{
color: #FA7AC0;
}
.AnyTagClassName
{
color: #FA7AC0;
}
</style>
background-color css
<style>
a { background-color: #FA7AC0; }
a { background-color: rgb(250,122,192); }
div.DivClassName
{
background-color: #FA7AC0;
}
.BgClassName
{
background-color: #FA7AC0;
}
</style>
border-color css
<style>
span { border-color: #FA7AC0; }
span { border-color: rgb(250,122,192); }
td.TdClassName
{
border-color: #FA7AC0;
}
.TagClassName
{
border-color: #FA7AC0;
}
</style>