Shades of Tickle Me Pink #FA7696
Tints of Tickle Me Pink #FA7696
RGB
CMYK
RGB Variations
Color information
#FA7696 (or 0xFA7696) is known color: Tickle Me Pink. HEX triplet: FA, 76 and 96. RGB value is (250,118,150). Sum of RGB (Red+Green+Blue) = 250+118+150=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 118 (46.48% from 255 or 22.78% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7696 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7696 is #058969. Grayscale: #A1A1A1. Windows color (decimal): -362858 or 9860858. OLE color: 9860858.
HSL color Cylindrical-coordinate representation of color #FA7696: hue angle of 345.45º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FA7696 is Cyan = 0, Magento = 0.53, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 118 | 150 | - |
| CMYK | 0 | 0.53 | 0.4 | 0.02 |
| HSL | 345.45º | 0.93% | 0.72% | - |
| HSV(B) | 345.45º | 0.53% | 0.98% | - |
| XYZ | 51.41 | 35.48 | 32.99 | - |
| YUV | 161.12 | 121.73 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 150 | 0 | 0.53 | 0.4 | 0.02 | 345.45 | 0.93 | 0.72 |
| Hex | FA | 76 | 96 | 0 | 35 | 28 | 2 | 159 | 5D | 48 |
| Octal | 372 | 166 | 226 | 0 | 65 | 50 | 2 | 531 | 135 | 110 |
| Binary | 11111010 | 1110110 | 10010110 | 0 | 110101 | 101000 | 10 | 101011001 | 1011101 | 1001000 |
Color Harmonies of #FA7696
Complementary color
Monochromatic Colors of #FA7696
Black with #FA7696
Text Example
Text Example
White with #FA7696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7696; }
p { color: rgb(250,118,150); }
H1.HeaderClassName
{
color: #FA7696;
}
.AnyTagClassName
{
color: #FA7696;
}
</style>
background-color css
<style>
a { background-color: #FA7696; }
a { background-color: rgb(250,118,150); }
div.DivClassName
{
background-color: #FA7696;
}
.BgClassName
{
background-color: #FA7696;
}
</style>
border-color css
<style>
span { border-color: #FA7696; }
span { border-color: rgb(250,118,150); }
td.TdClassName
{
border-color: #FA7696;
}
.TagClassName
{
border-color: #FA7696;
}
</style>