Shades of Persian Pink #FA7CC0
Tints of Persian Pink #FA7CC0
RGB
CMYK
RGB Variations
Color information
#FA7CC0 (or 0xFA7CC0) is known color: Persian Pink. HEX triplet: FA, 7C and C0. RGB value is (250,124,192). Sum of RGB (Red+Green+Blue) = 250+124+192=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 124 (48.83% from 255 or 21.91% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7CC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7CC0 is #05833F. Grayscale: #A9A9A9. Windows color (decimal): -361280 or 12614906. OLE color: 12614906.
HSL color Cylindrical-coordinate representation of color #FA7CC0: hue angle of 327.62º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7CC0 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 124 | 192 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.02 |
| HSL | 327.62º | 0.93% | 0.73% | - |
| HSV(B) | 327.62º | 0.5% | 0.98% | - |
| XYZ | 56.15 | 38.55 | 54.35 | - |
| YUV | 169.43 | 140.74 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 124 | 192 | 0 | 0.50 | 0.23 | 0.02 | 327.62 | 0.93 | 0.73 |
| Hex | FA | 7C | C0 | 0 | 32 | 17 | 2 | 148 | 5D | 49 |
| Octal | 372 | 174 | 300 | 0 | 62 | 27 | 2 | 510 | 135 | 111 |
| Binary | 11111010 | 1111100 | 11000000 | 0 | 110010 | 10111 | 10 | 101001000 | 1011101 | 1001001 |
Color Harmonies of #FA7CC0
Complementary color
Monochromatic Colors of #FA7CC0
Black with #FA7CC0
Text Example
Text Example
White with #FA7CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7CC0; }
p { color: rgb(250,124,192); }
H1.HeaderClassName
{
color: #FA7CC0;
}
.AnyTagClassName
{
color: #FA7CC0;
}
</style>
background-color css
<style>
a { background-color: #FA7CC0; }
a { background-color: rgb(250,124,192); }
div.DivClassName
{
background-color: #FA7CC0;
}
.BgClassName
{
background-color: #FA7CC0;
}
</style>
border-color css
<style>
span { border-color: #FA7CC0; }
span { border-color: rgb(250,124,192); }
td.TdClassName
{
border-color: #FA7CC0;
}
.TagClassName
{
border-color: #FA7CC0;
}
</style>