Shades of Tickle Me Pink #FA7BA0
Tints of Tickle Me Pink #FA7BA0
RGB
CMYK
RGB Variations
Color information
#FA7BA0 (or 0xFA7BA0) is known color: Tickle Me Pink. HEX triplet: FA, 7B and A0. RGB value is (250,123,160). Sum of RGB (Red+Green+Blue) = 250+123+160=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 123 (48.44% from 255 or 23.08% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7BA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7BA0 is #05845F. Grayscale: #A5A5A5. Windows color (decimal): -361568 or 10517498. OLE color: 10517498.
HSL color Cylindrical-coordinate representation of color #FA7BA0: hue angle of 342.52º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FA7BA0 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 123 | 160 | - |
| CMYK | 0 | 0.51 | 0.36 | 0.02 |
| HSL | 342.52º | 0.93% | 0.73% | - |
| HSV(B) | 342.52º | 0.51% | 0.98% | - |
| XYZ | 52.85 | 37.03 | 37.62 | - |
| YUV | 165.19 | 125.08 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 123 | 160 | 0 | 0.51 | 0.36 | 0.02 | 342.52 | 0.93 | 0.73 |
| Hex | FA | 7B | A0 | 0 | 33 | 24 | 2 | 157 | 5D | 49 |
| Octal | 372 | 173 | 240 | 0 | 63 | 44 | 2 | 527 | 135 | 111 |
| Binary | 11111010 | 1111011 | 10100000 | 0 | 110011 | 100100 | 10 | 101010111 | 1011101 | 1001001 |
Color Harmonies of #FA7BA0
Complementary color
Monochromatic Colors of #FA7BA0
Black with #FA7BA0
Text Example
Text Example
White with #FA7BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7BA0; }
p { color: rgb(250,123,160); }
H1.HeaderClassName
{
color: #FA7BA0;
}
.AnyTagClassName
{
color: #FA7BA0;
}
</style>
background-color css
<style>
a { background-color: #FA7BA0; }
a { background-color: rgb(250,123,160); }
div.DivClassName
{
background-color: #FA7BA0;
}
.BgClassName
{
background-color: #FA7BA0;
}
</style>
border-color css
<style>
span { border-color: #FA7BA0; }
span { border-color: rgb(250,123,160); }
td.TdClassName
{
border-color: #FA7BA0;
}
.TagClassName
{
border-color: #FA7BA0;
}
</style>