Shades of Persian Pink #FA89B6
Tints of Persian Pink #FA89B6
RGB
CMYK
RGB Variations
Color information
#FA89B6 (or 0xFA89B6) is known color: Persian Pink. HEX triplet: FA, 89 and B6. RGB value is (250,137,182). Sum of RGB (Red+Green+Blue) = 250+137+182=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 137 (53.91% from 255 or 24.08% from 569); Blue value is 182 (71.48% from 255 or 31.99% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FA89B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA89B6 is #057649. Grayscale: #AFAFAF. Windows color (decimal): -357962 or 11962874. OLE color: 11962874.
HSL color Cylindrical-coordinate representation of color #FA89B6: hue angle of 336.11º 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 #FA89B6 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 137 | 182 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.02 |
| HSL | 336.11º | 0.92% | 0.76% | - |
| HSV(B) | 336.11º | 0.45% | 0.98% | - |
| XYZ | 56.81 | 41.59 | 49.29 | - |
| YUV | 175.92 | 131.44 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 137 | 182 | 0 | 0.45 | 0.27 | 0.02 | 336.11 | 0.92 | 0.76 |
| Hex | FA | 89 | B6 | 0 | 2D | 1B | 2 | 150 | 5C | 4C |
| Octal | 372 | 211 | 266 | 0 | 55 | 33 | 2 | 520 | 134 | 114 |
| Binary | 11111010 | 10001001 | 10110110 | 0 | 101101 | 11011 | 10 | 101010000 | 1011100 | 1001100 |
Color Harmonies of #FA89B6
Complementary color
Monochromatic Colors of #FA89B6
Black with #FA89B6
Text Example
Text Example
White with #FA89B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA89B6; }
p { color: rgb(250,137,182); }
H1.HeaderClassName
{
color: #FA89B6;
}
.AnyTagClassName
{
color: #FA89B6;
}
</style>
background-color css
<style>
a { background-color: #FA89B6; }
a { background-color: rgb(250,137,182); }
div.DivClassName
{
background-color: #FA89B6;
}
.BgClassName
{
background-color: #FA89B6;
}
</style>
border-color css
<style>
span { border-color: #FA89B6; }
span { border-color: rgb(250,137,182); }
td.TdClassName
{
border-color: #FA89B6;
}
.TagClassName
{
border-color: #FA89B6;
}
</style>