Shades of Tickle Me Pink #FA89A0
Tints of Tickle Me Pink #FA89A0
RGB
CMYK
RGB Variations
Color information
#FA89A0 (or 0xFA89A0) is known color: Tickle Me Pink. HEX triplet: FA, 89 and A0. RGB value is (250,137,160). Sum of RGB (Red+Green+Blue) = 250+137+160=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 137 (53.91% from 255 or 25.05% from 547); Blue value is 160 (62.89% from 255 or 29.25% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FA89A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA89A0 is #05765F. Grayscale: #ADADAD. Windows color (decimal): -357984 or 10521082. OLE color: 10521082.
HSL color Cylindrical-coordinate representation of color #FA89A0: hue angle of 347.79º 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 #FA89A0 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 137 | 160 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.02 |
| HSL | 347.79º | 0.92% | 0.76% | - |
| HSV(B) | 347.79º | 0.45% | 0.98% | - |
| XYZ | 54.72 | 40.75 | 38.24 | - |
| YUV | 173.41 | 120.44 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 137 | 160 | 0 | 0.45 | 0.36 | 0.02 | 347.79 | 0.92 | 0.76 |
| Hex | FA | 89 | A0 | 0 | 2D | 24 | 2 | 15C | 5C | 4C |
| Octal | 372 | 211 | 240 | 0 | 55 | 44 | 2 | 534 | 134 | 114 |
| Binary | 11111010 | 10001001 | 10100000 | 0 | 101101 | 100100 | 10 | 101011100 | 1011100 | 1001100 |
Color Harmonies of #FA89A0
Complementary color
Monochromatic Colors of #FA89A0
Black with #FA89A0
Text Example
Text Example
White with #FA89A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA89A0; }
p { color: rgb(250,137,160); }
H1.HeaderClassName
{
color: #FA89A0;
}
.AnyTagClassName
{
color: #FA89A0;
}
</style>
background-color css
<style>
a { background-color: #FA89A0; }
a { background-color: rgb(250,137,160); }
div.DivClassName
{
background-color: #FA89A0;
}
.BgClassName
{
background-color: #FA89A0;
}
</style>
border-color css
<style>
span { border-color: #FA89A0; }
span { border-color: rgb(250,137,160); }
td.TdClassName
{
border-color: #FA89A0;
}
.TagClassName
{
border-color: #FA89A0;
}
</style>