Shades of Persian Pink #FA79BA
Tints of Persian Pink #FA79BA
RGB
CMYK
RGB Variations
Color information
#FA79BA (or 0xFA79BA) is known color: Persian Pink. HEX triplet: FA, 79 and BA. RGB value is (250,121,186). Sum of RGB (Red+Green+Blue) = 250+121+186=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 121 (47.66% from 255 or 21.72% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FA79BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA79BA is #058645. Grayscale: #A6A6A6. Windows color (decimal): -362054 or 12220922. OLE color: 12220922.
HSL color Cylindrical-coordinate representation of color #FA79BA: hue angle of 329.77º 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 #FA79BA is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 121 | 186 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.02 |
| HSL | 329.77º | 0.93% | 0.73% | - |
| HSV(B) | 329.77º | 0.52% | 0.98% | - |
| XYZ | 55.12 | 37.54 | 50.8 | - |
| YUV | 166.98 | 138.74 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 121 | 186 | 0 | 0.52 | 0.26 | 0.02 | 329.77 | 0.93 | 0.73 |
| Hex | FA | 79 | BA | 0 | 34 | 1A | 2 | 14A | 5D | 49 |
| Octal | 372 | 171 | 272 | 0 | 64 | 32 | 2 | 512 | 135 | 111 |
| Binary | 11111010 | 1111001 | 10111010 | 0 | 110100 | 11010 | 10 | 101001010 | 1011101 | 1001001 |
Color Harmonies of #FA79BA
Complementary color
Monochromatic Colors of #FA79BA
Black with #FA79BA
Text Example
Text Example
White with #FA79BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA79BA; }
p { color: rgb(250,121,186); }
H1.HeaderClassName
{
color: #FA79BA;
}
.AnyTagClassName
{
color: #FA79BA;
}
</style>
background-color css
<style>
a { background-color: #FA79BA; }
a { background-color: rgb(250,121,186); }
div.DivClassName
{
background-color: #FA79BA;
}
.BgClassName
{
background-color: #FA79BA;
}
</style>
border-color css
<style>
span { border-color: #FA79BA; }
span { border-color: rgb(250,121,186); }
td.TdClassName
{
border-color: #FA79BA;
}
.TagClassName
{
border-color: #FA79BA;
}
</style>