Shades of Persian Pink #FA73BD
Tints of Persian Pink #FA73BD
RGB
CMYK
RGB Variations
Color information
#FA73BD (or 0xFA73BD) is known color: Persian Pink. HEX triplet: FA, 73 and BD. RGB value is (250,115,189). Sum of RGB (Red+Green+Blue) = 250+115+189=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 115 (45.31% from 255 or 20.76% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FA73BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA73BD is #058C42. Grayscale: #A3A3A3. Windows color (decimal): -363587 or 12415994. OLE color: 12415994.
HSL color Cylindrical-coordinate representation of color #FA73BD: hue angle of 327.11º 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 #FA73BD is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 115 | 189 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.02 |
| HSL | 327.11º | 0.93% | 0.72% | - |
| HSV(B) | 327.11º | 0.54% | 0.98% | - |
| XYZ | 54.74 | 36.26 | 52.26 | - |
| YUV | 163.8 | 142.23 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 115 | 189 | 0 | 0.54 | 0.24 | 0.02 | 327.11 | 0.93 | 0.72 |
| Hex | FA | 73 | BD | 0 | 36 | 18 | 2 | 147 | 5D | 48 |
| Octal | 372 | 163 | 275 | 0 | 66 | 30 | 2 | 507 | 135 | 110 |
| Binary | 11111010 | 1110011 | 10111101 | 0 | 110110 | 11000 | 10 | 101000111 | 1011101 | 1001000 |
Color Harmonies of #FA73BD
Complementary color
Monochromatic Colors of #FA73BD
Black with #FA73BD
Text Example
Text Example
White with #FA73BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA73BD; }
p { color: rgb(250,115,189); }
H1.HeaderClassName
{
color: #FA73BD;
}
.AnyTagClassName
{
color: #FA73BD;
}
</style>
background-color css
<style>
a { background-color: #FA73BD; }
a { background-color: rgb(250,115,189); }
div.DivClassName
{
background-color: #FA73BD;
}
.BgClassName
{
background-color: #FA73BD;
}
</style>
border-color css
<style>
span { border-color: #FA73BD; }
span { border-color: rgb(250,115,189); }
td.TdClassName
{
border-color: #FA73BD;
}
.TagClassName
{
border-color: #FA73BD;
}
</style>