Shades of Persian Pink #FA76BD
Tints of Persian Pink #FA76BD
RGB
CMYK
RGB Variations
Color information
#FA76BD (or 0xFA76BD) is known color: Persian Pink. HEX triplet: FA, 76 and BD. RGB value is (250,118,189). Sum of RGB (Red+Green+Blue) = 250+118+189=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 118 (46.48% from 255 or 21.18% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FA76BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA76BD is #058942. Grayscale: #A5A5A5. Windows color (decimal): -362819 or 12416762. OLE color: 12416762.
HSL color Cylindrical-coordinate representation of color #FA76BD: hue angle of 327.73º 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 #FA76BD is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 118 | 189 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.02 |
| HSL | 327.73º | 0.93% | 0.72% | - |
| HSV(B) | 327.73º | 0.53% | 0.98% | - |
| XYZ | 55.09 | 36.95 | 52.37 | - |
| YUV | 165.56 | 141.23 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 189 | 0 | 0.53 | 0.24 | 0.02 | 327.73 | 0.93 | 0.72 |
| Hex | FA | 76 | BD | 0 | 35 | 18 | 2 | 148 | 5D | 48 |
| Octal | 372 | 166 | 275 | 0 | 65 | 30 | 2 | 510 | 135 | 110 |
| Binary | 11111010 | 1110110 | 10111101 | 0 | 110101 | 11000 | 10 | 101001000 | 1011101 | 1001000 |
Color Harmonies of #FA76BD
Complementary color
Monochromatic Colors of #FA76BD
Black with #FA76BD
Text Example
Text Example
White with #FA76BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA76BD; }
p { color: rgb(250,118,189); }
H1.HeaderClassName
{
color: #FA76BD;
}
.AnyTagClassName
{
color: #FA76BD;
}
</style>
background-color css
<style>
a { background-color: #FA76BD; }
a { background-color: rgb(250,118,189); }
div.DivClassName
{
background-color: #FA76BD;
}
.BgClassName
{
background-color: #FA76BD;
}
</style>
border-color css
<style>
span { border-color: #FA76BD; }
span { border-color: rgb(250,118,189); }
td.TdClassName
{
border-color: #FA76BD;
}
.TagClassName
{
border-color: #FA76BD;
}
</style>