Shades of Tickle Me Pink #FA7694
Tints of Tickle Me Pink #FA7694
RGB
CMYK
RGB Variations
Color information
#FA7694 (or 0xFA7694) is known color: Tickle Me Pink. HEX triplet: FA, 76 and 94. RGB value is (250,118,148). Sum of RGB (Red+Green+Blue) = 250+118+148=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 118 (46.48% from 255 or 22.87% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7694 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7694 is #05896B. Grayscale: #A0A0A0. Windows color (decimal): -362860 or 9729786. OLE color: 9729786.
HSL color Cylindrical-coordinate representation of color #FA7694: hue angle of 346.36º 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 #FA7694 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 118 | 148 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.02 |
| HSL | 346.36º | 0.93% | 0.72% | - |
| HSV(B) | 346.36º | 0.53% | 0.98% | - |
| XYZ | 51.25 | 35.42 | 32.15 | - |
| YUV | 160.89 | 120.73 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 148 | 0 | 0.53 | 0.41 | 0.02 | 346.36 | 0.93 | 0.72 |
| Hex | FA | 76 | 94 | 0 | 35 | 29 | 2 | 15A | 5D | 48 |
| Octal | 372 | 166 | 224 | 0 | 65 | 51 | 2 | 532 | 135 | 110 |
| Binary | 11111010 | 1110110 | 10010100 | 0 | 110101 | 101001 | 10 | 101011010 | 1011101 | 1001000 |
Color Harmonies of #FA7694
Complementary color
Monochromatic Colors of #FA7694
Black with #FA7694
Text Example
Text Example
White with #FA7694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7694; }
p { color: rgb(250,118,148); }
H1.HeaderClassName
{
color: #FA7694;
}
.AnyTagClassName
{
color: #FA7694;
}
</style>
background-color css
<style>
a { background-color: #FA7694; }
a { background-color: rgb(250,118,148); }
div.DivClassName
{
background-color: #FA7694;
}
.BgClassName
{
background-color: #FA7694;
}
</style>
border-color css
<style>
span { border-color: #FA7694; }
span { border-color: rgb(250,118,148); }
td.TdClassName
{
border-color: #FA7694;
}
.TagClassName
{
border-color: #FA7694;
}
</style>