Shades of Persian Pink #FA78B7
Tints of Persian Pink #FA78B7
RGB
CMYK
RGB Variations
Color information
#FA78B7 (or 0xFA78B7) is known color: Persian Pink. HEX triplet: FA, 78 and B7. RGB value is (250,120,183). Sum of RGB (Red+Green+Blue) = 250+120+183=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 120 (47.27% from 255 or 21.70% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FA78B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA78B7 is #058748. Grayscale: #A5A5A5. Windows color (decimal): -362313 or 12024058. OLE color: 12024058.
HSL color Cylindrical-coordinate representation of color #FA78B7: hue angle of 330.92º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA78B7 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 120 | 183 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.02 |
| HSL | 330.92º | 0.93% | 0.73% | - |
| HSV(B) | 330.92º | 0.52% | 0.98% | - |
| XYZ | 54.69 | 37.18 | 49.09 | - |
| YUV | 166.05 | 137.57 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 120 | 183 | 0 | 0.52 | 0.27 | 0.02 | 330.92 | 0.93 | 0.73 |
| Hex | FA | 78 | B7 | 0 | 34 | 1B | 2 | 14B | 5D | 49 |
| Octal | 372 | 170 | 267 | 0 | 64 | 33 | 2 | 513 | 135 | 111 |
| Binary | 11111010 | 1111000 | 10110111 | 0 | 110100 | 11011 | 10 | 101001011 | 1011101 | 1001001 |
Color Harmonies of #FA78B7
Complementary color
Monochromatic Colors of #FA78B7
Black with #FA78B7
Text Example
Text Example
White with #FA78B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA78B7; }
p { color: rgb(250,120,183); }
H1.HeaderClassName
{
color: #FA78B7;
}
.AnyTagClassName
{
color: #FA78B7;
}
</style>
background-color css
<style>
a { background-color: #FA78B7; }
a { background-color: rgb(250,120,183); }
div.DivClassName
{
background-color: #FA78B7;
}
.BgClassName
{
background-color: #FA78B7;
}
</style>
border-color css
<style>
span { border-color: #FA78B7; }
span { border-color: rgb(250,120,183); }
td.TdClassName
{
border-color: #FA78B7;
}
.TagClassName
{
border-color: #FA78B7;
}
</style>