Shades of Persian Pink #FA73BB
Tints of Persian Pink #FA73BB
RGB
CMYK
RGB Variations
Color information
#FA73BB (or 0xFA73BB) is known color: Persian Pink. HEX triplet: FA, 73 and BB. RGB value is (250,115,187). Sum of RGB (Red+Green+Blue) = 250+115+187=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 115 (45.31% from 255 or 20.83% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FA73BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA73BB is #058C44. Grayscale: #A3A3A3. Windows color (decimal): -363589 or 12284922. OLE color: 12284922.
HSL color Cylindrical-coordinate representation of color #FA73BB: hue angle of 328º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA73BB is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 115 | 187 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.02 |
| HSL | 328º | 0.93% | 0.72% | - |
| HSV(B) | 328º | 0.54% | 0.98% | - |
| XYZ | 54.52 | 36.17 | 51.12 | - |
| YUV | 163.57 | 141.23 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 115 | 187 | 0 | 0.54 | 0.25 | 0.02 | 328 | 0.93 | 0.72 |
| Hex | FA | 73 | BB | 0 | 36 | 19 | 2 | 148 | 5D | 48 |
| Octal | 372 | 163 | 273 | 0 | 66 | 31 | 2 | 510 | 135 | 110 |
| Binary | 11111010 | 1110011 | 10111011 | 0 | 110110 | 11001 | 10 | 101001000 | 1011101 | 1001000 |
Color Harmonies of #FA73BB
Complementary color
Monochromatic Colors of #FA73BB
Black with #FA73BB
Text Example
Text Example
White with #FA73BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA73BB; }
p { color: rgb(250,115,187); }
H1.HeaderClassName
{
color: #FA73BB;
}
.AnyTagClassName
{
color: #FA73BB;
}
</style>
background-color css
<style>
a { background-color: #FA73BB; }
a { background-color: rgb(250,115,187); }
div.DivClassName
{
background-color: #FA73BB;
}
.BgClassName
{
background-color: #FA73BB;
}
</style>
border-color css
<style>
span { border-color: #FA73BB; }
span { border-color: rgb(250,115,187); }
td.TdClassName
{
border-color: #FA73BB;
}
.TagClassName
{
border-color: #FA73BB;
}
</style>