Shades of Persian Pink #FA76B7
Tints of Persian Pink #FA76B7
RGB
CMYK
RGB Variations
Color information
#FA76B7 (or 0xFA76B7) is known color: Persian Pink. HEX triplet: FA, 76 and B7. RGB value is (250,118,183). Sum of RGB (Red+Green+Blue) = 250+118+183=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 118 (46.48% from 255 or 21.42% from 551); Blue value is 183 (71.88% from 255 or 33.21% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FA76B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA76B7 is #058948. Grayscale: #A4A4A4. Windows color (decimal): -362825 or 12023546. OLE color: 12023546.
HSL color Cylindrical-coordinate representation of color #FA76B7: hue angle of 330.45º 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 #FA76B7 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 118 | 183 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.02 |
| HSL | 330.45º | 0.93% | 0.72% | - |
| HSV(B) | 330.45º | 0.53% | 0.98% | - |
| XYZ | 54.45 | 36.7 | 49.01 | - |
| YUV | 164.88 | 138.23 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 183 | 0 | 0.53 | 0.27 | 0.02 | 330.45 | 0.93 | 0.72 |
| Hex | FA | 76 | B7 | 0 | 35 | 1B | 2 | 14A | 5D | 48 |
| Octal | 372 | 166 | 267 | 0 | 65 | 33 | 2 | 512 | 135 | 110 |
| Binary | 11111010 | 1110110 | 10110111 | 0 | 110101 | 11011 | 10 | 101001010 | 1011101 | 1001000 |
Color Harmonies of #FA76B7
Complementary color
Monochromatic Colors of #FA76B7
Black with #FA76B7
Text Example
Text Example
White with #FA76B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA76B7; }
p { color: rgb(250,118,183); }
H1.HeaderClassName
{
color: #FA76B7;
}
.AnyTagClassName
{
color: #FA76B7;
}
</style>
background-color css
<style>
a { background-color: #FA76B7; }
a { background-color: rgb(250,118,183); }
div.DivClassName
{
background-color: #FA76B7;
}
.BgClassName
{
background-color: #FA76B7;
}
</style>
border-color css
<style>
span { border-color: #FA76B7; }
span { border-color: rgb(250,118,183); }
td.TdClassName
{
border-color: #FA76B7;
}
.TagClassName
{
border-color: #FA76B7;
}
</style>