Shades of Tickle Me Pink #FA7AA0
Tints of Tickle Me Pink #FA7AA0
RGB
CMYK
RGB Variations
Color information
#FA7AA0 (or 0xFA7AA0) is known color: Tickle Me Pink. HEX triplet: FA, 7A and A0. RGB value is (250,122,160). Sum of RGB (Red+Green+Blue) = 250+122+160=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 160 (62.89% from 255 or 30.08% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7AA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7AA0 is #05855F. Grayscale: #A4A4A4. Windows color (decimal): -361824 or 10517242. OLE color: 10517242.
HSL color Cylindrical-coordinate representation of color #FA7AA0: hue angle of 342.19º 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 #FA7AA0 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 122 | 160 | - |
| CMYK | 0 | 0.51 | 0.36 | 0.02 |
| HSL | 342.19º | 0.93% | 0.73% | - |
| HSV(B) | 342.19º | 0.51% | 0.98% | - |
| XYZ | 52.73 | 36.78 | 37.58 | - |
| YUV | 164.6 | 125.41 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 122 | 160 | 0 | 0.51 | 0.36 | 0.02 | 342.19 | 0.93 | 0.73 |
| Hex | FA | 7A | A0 | 0 | 33 | 24 | 2 | 156 | 5D | 49 |
| Octal | 372 | 172 | 240 | 0 | 63 | 44 | 2 | 526 | 135 | 111 |
| Binary | 11111010 | 1111010 | 10100000 | 0 | 110011 | 100100 | 10 | 101010110 | 1011101 | 1001001 |
Color Harmonies of #FA7AA0
Complementary color
Monochromatic Colors of #FA7AA0
Black with #FA7AA0
Text Example
Text Example
White with #FA7AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7AA0; }
p { color: rgb(250,122,160); }
H1.HeaderClassName
{
color: #FA7AA0;
}
.AnyTagClassName
{
color: #FA7AA0;
}
</style>
background-color css
<style>
a { background-color: #FA7AA0; }
a { background-color: rgb(250,122,160); }
div.DivClassName
{
background-color: #FA7AA0;
}
.BgClassName
{
background-color: #FA7AA0;
}
</style>
border-color css
<style>
span { border-color: #FA7AA0; }
span { border-color: rgb(250,122,160); }
td.TdClassName
{
border-color: #FA7AA0;
}
.TagClassName
{
border-color: #FA7AA0;
}
</style>