Shades of Persian Pink #FA78B5
Tints of Persian Pink #FA78B5
RGB
CMYK
RGB Variations
Color information
#FA78B5 (or 0xFA78B5) is known color: Persian Pink. HEX triplet: FA, 78 and B5. RGB value is (250,120,181). Sum of RGB (Red+Green+Blue) = 250+120+181=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 120 (47.27% from 255 or 21.78% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FA78B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA78B5 is #05874A. Grayscale: #A5A5A5. Windows color (decimal): -362315 or 11892986. OLE color: 11892986.
HSL color Cylindrical-coordinate representation of color #FA78B5: hue angle of 331.85º 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 #FA78B5 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 120 | 181 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.02 |
| HSL | 331.85º | 0.93% | 0.73% | - |
| HSV(B) | 331.85º | 0.52% | 0.98% | - |
| XYZ | 54.48 | 37.09 | 48 | - |
| YUV | 165.82 | 136.57 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 120 | 181 | 0 | 0.52 | 0.28 | 0.02 | 331.85 | 0.93 | 0.73 |
| Hex | FA | 78 | B5 | 0 | 34 | 1C | 2 | 14C | 5D | 49 |
| Octal | 372 | 170 | 265 | 0 | 64 | 34 | 2 | 514 | 135 | 111 |
| Binary | 11111010 | 1111000 | 10110101 | 0 | 110100 | 11100 | 10 | 101001100 | 1011101 | 1001001 |
Color Harmonies of #FA78B5
Complementary color
Monochromatic Colors of #FA78B5
Black with #FA78B5
Text Example
Text Example
White with #FA78B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA78B5; }
p { color: rgb(250,120,181); }
H1.HeaderClassName
{
color: #FA78B5;
}
.AnyTagClassName
{
color: #FA78B5;
}
</style>
background-color css
<style>
a { background-color: #FA78B5; }
a { background-color: rgb(250,120,181); }
div.DivClassName
{
background-color: #FA78B5;
}
.BgClassName
{
background-color: #FA78B5;
}
</style>
border-color css
<style>
span { border-color: #FA78B5; }
span { border-color: rgb(250,120,181); }
td.TdClassName
{
border-color: #FA78B5;
}
.TagClassName
{
border-color: #FA78B5;
}
</style>