Shades of Persian Pink #FA89B5
Tints of Persian Pink #FA89B5
RGB
CMYK
RGB Variations
Color information
#FA89B5 (or 0xFA89B5) is known color: Persian Pink. HEX triplet: FA, 89 and B5. RGB value is (250,137,181). Sum of RGB (Red+Green+Blue) = 250+137+181=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 137 (53.91% from 255 or 24.12% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FA89B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA89B5 is #05764A. Grayscale: #AFAFAF. Windows color (decimal): -357963 or 11897338. OLE color: 11897338.
HSL color Cylindrical-coordinate representation of color #FA89B5: hue angle of 336.64º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FA89B5 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 137 | 181 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.02 |
| HSL | 336.64º | 0.92% | 0.76% | - |
| HSV(B) | 336.64º | 0.45% | 0.98% | - |
| XYZ | 56.71 | 41.55 | 48.75 | - |
| YUV | 175.8 | 130.94 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 137 | 181 | 0 | 0.45 | 0.28 | 0.02 | 336.64 | 0.92 | 0.76 |
| Hex | FA | 89 | B5 | 0 | 2D | 1C | 2 | 151 | 5C | 4C |
| Octal | 372 | 211 | 265 | 0 | 55 | 34 | 2 | 521 | 134 | 114 |
| Binary | 11111010 | 10001001 | 10110101 | 0 | 101101 | 11100 | 10 | 101010001 | 1011100 | 1001100 |
Color Harmonies of #FA89B5
Complementary color
Monochromatic Colors of #FA89B5
Black with #FA89B5
Text Example
Text Example
White with #FA89B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA89B5; }
p { color: rgb(250,137,181); }
H1.HeaderClassName
{
color: #FA89B5;
}
.AnyTagClassName
{
color: #FA89B5;
}
</style>
background-color css
<style>
a { background-color: #FA89B5; }
a { background-color: rgb(250,137,181); }
div.DivClassName
{
background-color: #FA89B5;
}
.BgClassName
{
background-color: #FA89B5;
}
</style>
border-color css
<style>
span { border-color: #FA89B5; }
span { border-color: rgb(250,137,181); }
td.TdClassName
{
border-color: #FA89B5;
}
.TagClassName
{
border-color: #FA89B5;
}
</style>