Shades of Persian Pink #FA7AC2
Tints of Persian Pink #FA7AC2
RGB
CMYK
RGB Variations
Color information
#FA7AC2 (or 0xFA7AC2) is known color: Persian Pink. HEX triplet: FA, 7A and C2. RGB value is (250,122,194). Sum of RGB (Red+Green+Blue) = 250+122+194=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 122 (48.05% from 255 or 21.55% from 566); Blue value is 194 (76.17% from 255 or 34.28% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7AC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7AC2 is #05853D. Grayscale: #A8A8A8. Windows color (decimal): -361790 or 12745466. OLE color: 12745466.
HSL color Cylindrical-coordinate representation of color #FA7AC2: hue angle of 326.25º 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 #FA7AC2 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 122 | 194 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.02 |
| HSL | 326.25º | 0.93% | 0.73% | - |
| HSV(B) | 326.25º | 0.51% | 0.98% | - |
| XYZ | 56.12 | 38.14 | 55.44 | - |
| YUV | 168.48 | 142.41 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 122 | 194 | 0 | 0.51 | 0.22 | 0.02 | 326.25 | 0.93 | 0.73 |
| Hex | FA | 7A | C2 | 0 | 33 | 16 | 2 | 146 | 5D | 49 |
| Octal | 372 | 172 | 302 | 0 | 63 | 26 | 2 | 506 | 135 | 111 |
| Binary | 11111010 | 1111010 | 11000010 | 0 | 110011 | 10110 | 10 | 101000110 | 1011101 | 1001001 |
Color Harmonies of #FA7AC2
Complementary color
Monochromatic Colors of #FA7AC2
Black with #FA7AC2
Text Example
Text Example
White with #FA7AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7AC2; }
p { color: rgb(250,122,194); }
H1.HeaderClassName
{
color: #FA7AC2;
}
.AnyTagClassName
{
color: #FA7AC2;
}
</style>
background-color css
<style>
a { background-color: #FA7AC2; }
a { background-color: rgb(250,122,194); }
div.DivClassName
{
background-color: #FA7AC2;
}
.BgClassName
{
background-color: #FA7AC2;
}
</style>
border-color css
<style>
span { border-color: #FA7AC2; }
span { border-color: rgb(250,122,194); }
td.TdClassName
{
border-color: #FA7AC2;
}
.TagClassName
{
border-color: #FA7AC2;
}
</style>