Shades of Tickle Me Pink #FA7A96
Tints of Tickle Me Pink #FA7A96
RGB
CMYK
RGB Variations
Color information
#FA7A96 (or 0xFA7A96) is known color: Tickle Me Pink. HEX triplet: FA, 7A and 96. RGB value is (250,122,150). Sum of RGB (Red+Green+Blue) = 250+122+150=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 122 (48.05% from 255 or 23.37% from 522); Blue value is 150 (58.98% from 255 or 28.74% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7A96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7A96 is #058569. Grayscale: #A3A3A3. Windows color (decimal): -361834 or 9861882. OLE color: 9861882.
HSL color Cylindrical-coordinate representation of color #FA7A96: hue angle of 346.88º 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 #FA7A96 is Cyan = 0, Magento = 0.51, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 122 | 150 | - |
| CMYK | 0 | 0.51 | 0.4 | 0.02 |
| HSL | 346.88º | 0.93% | 0.73% | - |
| HSV(B) | 346.88º | 0.51% | 0.98% | - |
| XYZ | 51.89 | 36.45 | 33.15 | - |
| YUV | 163.46 | 120.41 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 122 | 150 | 0 | 0.51 | 0.4 | 0.02 | 346.88 | 0.93 | 0.73 |
| Hex | FA | 7A | 96 | 0 | 33 | 28 | 2 | 15B | 5D | 49 |
| Octal | 372 | 172 | 226 | 0 | 63 | 50 | 2 | 533 | 135 | 111 |
| Binary | 11111010 | 1111010 | 10010110 | 0 | 110011 | 101000 | 10 | 101011011 | 1011101 | 1001001 |
Color Harmonies of #FA7A96
Complementary color
Monochromatic Colors of #FA7A96
Black with #FA7A96
Text Example
Text Example
White with #FA7A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7A96; }
p { color: rgb(250,122,150); }
H1.HeaderClassName
{
color: #FA7A96;
}
.AnyTagClassName
{
color: #FA7A96;
}
</style>
background-color css
<style>
a { background-color: #FA7A96; }
a { background-color: rgb(250,122,150); }
div.DivClassName
{
background-color: #FA7A96;
}
.BgClassName
{
background-color: #FA7A96;
}
</style>
border-color css
<style>
span { border-color: #FA7A96; }
span { border-color: rgb(250,122,150); }
td.TdClassName
{
border-color: #FA7A96;
}
.TagClassName
{
border-color: #FA7A96;
}
</style>