Shades of Persian Pink #FA76B9
Tints of Persian Pink #FA76B9
RGB
CMYK
RGB Variations
Color information
#FA76B9 (or 0xFA76B9) is known color: Persian Pink. HEX triplet: FA, 76 and B9. RGB value is (250,118,185). Sum of RGB (Red+Green+Blue) = 250+118+185=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 118 (46.48% from 255 or 21.34% from 553); Blue value is 185 (72.66% from 255 or 33.45% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FA76B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA76B9 is #058946. Grayscale: #A4A4A4. Windows color (decimal): -362823 or 12154618. OLE color: 12154618.
HSL color Cylindrical-coordinate representation of color #FA76B9: hue angle of 329.55º 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 #FA76B9 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 118 | 185 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.02 |
| HSL | 329.55º | 0.93% | 0.72% | - |
| HSV(B) | 329.55º | 0.53% | 0.98% | - |
| XYZ | 54.66 | 36.78 | 50.12 | - |
| YUV | 165.11 | 139.23 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 185 | 0 | 0.53 | 0.26 | 0.02 | 329.55 | 0.93 | 0.72 |
| Hex | FA | 76 | B9 | 0 | 35 | 1A | 2 | 14A | 5D | 48 |
| Octal | 372 | 166 | 271 | 0 | 65 | 32 | 2 | 512 | 135 | 110 |
| Binary | 11111010 | 1110110 | 10111001 | 0 | 110101 | 11010 | 10 | 101001010 | 1011101 | 1001000 |
Color Harmonies of #FA76B9
Complementary color
Monochromatic Colors of #FA76B9
Black with #FA76B9
Text Example
Text Example
White with #FA76B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA76B9; }
p { color: rgb(250,118,185); }
H1.HeaderClassName
{
color: #FA76B9;
}
.AnyTagClassName
{
color: #FA76B9;
}
</style>
background-color css
<style>
a { background-color: #FA76B9; }
a { background-color: rgb(250,118,185); }
div.DivClassName
{
background-color: #FA76B9;
}
.BgClassName
{
background-color: #FA76B9;
}
</style>
border-color css
<style>
span { border-color: #FA76B9; }
span { border-color: rgb(250,118,185); }
td.TdClassName
{
border-color: #FA76B9;
}
.TagClassName
{
border-color: #FA76B9;
}
</style>