Shades of Persian Pink #FA76C0
Tints of Persian Pink #FA76C0
RGB
CMYK
RGB Variations
Color information
#FA76C0 (or 0xFA76C0) is known color: Persian Pink. HEX triplet: FA, 76 and C0. RGB value is (250,118,192). Sum of RGB (Red+Green+Blue) = 250+118+192=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 118 (46.48% from 255 or 21.07% from 560); Blue value is 192 (75.39% from 255 or 34.29% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FA76C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA76C0 is #05893F. Grayscale: #A5A5A5. Windows color (decimal): -362816 or 12613370. OLE color: 12613370.
HSL color Cylindrical-coordinate representation of color #FA76C0: hue angle of 326.36º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FA76C0 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 118 | 192 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.02 |
| HSL | 326.36º | 0.93% | 0.72% | - |
| HSV(B) | 326.36º | 0.53% | 0.98% | - |
| XYZ | 55.42 | 37.09 | 54.11 | - |
| YUV | 165.9 | 142.73 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 192 | 0 | 0.53 | 0.23 | 0.02 | 326.36 | 0.93 | 0.72 |
| Hex | FA | 76 | C0 | 0 | 35 | 17 | 2 | 146 | 5D | 48 |
| Octal | 372 | 166 | 300 | 0 | 65 | 27 | 2 | 506 | 135 | 110 |
| Binary | 11111010 | 1110110 | 11000000 | 0 | 110101 | 10111 | 10 | 101000110 | 1011101 | 1001000 |
Color Harmonies of #FA76C0
Complementary color
Monochromatic Colors of #FA76C0
Black with #FA76C0
Text Example
Text Example
White with #FA76C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA76C0; }
p { color: rgb(250,118,192); }
H1.HeaderClassName
{
color: #FA76C0;
}
.AnyTagClassName
{
color: #FA76C0;
}
</style>
background-color css
<style>
a { background-color: #FA76C0; }
a { background-color: rgb(250,118,192); }
div.DivClassName
{
background-color: #FA76C0;
}
.BgClassName
{
background-color: #FA76C0;
}
</style>
border-color css
<style>
span { border-color: #FA76C0; }
span { border-color: rgb(250,118,192); }
td.TdClassName
{
border-color: #FA76C0;
}
.TagClassName
{
border-color: #FA76C0;
}
</style>