Shades of Persian Pink #FA78BC
Tints of Persian Pink #FA78BC
RGB
CMYK
RGB Variations
Color information
#FA78BC (or 0xFA78BC) is known color: Persian Pink. HEX triplet: FA, 78 and BC. RGB value is (250,120,188). Sum of RGB (Red+Green+Blue) = 250+120+188=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 120 (47.27% from 255 or 21.51% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FA78BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA78BC is #058743. Grayscale: #A6A6A6. Windows color (decimal): -362308 or 12351738. OLE color: 12351738.
HSL color Cylindrical-coordinate representation of color #FA78BC: hue angle of 328.62º 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 #FA78BC is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 120 | 188 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.02 |
| HSL | 328.62º | 0.93% | 0.73% | - |
| HSV(B) | 328.62º | 0.52% | 0.98% | - |
| XYZ | 55.22 | 37.39 | 51.88 | - |
| YUV | 166.62 | 140.07 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 120 | 188 | 0 | 0.52 | 0.25 | 0.02 | 328.62 | 0.93 | 0.73 |
| Hex | FA | 78 | BC | 0 | 34 | 19 | 2 | 149 | 5D | 49 |
| Octal | 372 | 170 | 274 | 0 | 64 | 31 | 2 | 511 | 135 | 111 |
| Binary | 11111010 | 1111000 | 10111100 | 0 | 110100 | 11001 | 10 | 101001001 | 1011101 | 1001001 |
Color Harmonies of #FA78BC
Complementary color
Monochromatic Colors of #FA78BC
Black with #FA78BC
Text Example
Text Example
White with #FA78BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA78BC; }
p { color: rgb(250,120,188); }
H1.HeaderClassName
{
color: #FA78BC;
}
.AnyTagClassName
{
color: #FA78BC;
}
</style>
background-color css
<style>
a { background-color: #FA78BC; }
a { background-color: rgb(250,120,188); }
div.DivClassName
{
background-color: #FA78BC;
}
.BgClassName
{
background-color: #FA78BC;
}
</style>
border-color css
<style>
span { border-color: #FA78BC; }
span { border-color: rgb(250,120,188); }
td.TdClassName
{
border-color: #FA78BC;
}
.TagClassName
{
border-color: #FA78BC;
}
</style>