Shades of Tickle Me Pink #F96BA0
Tints of Tickle Me Pink #F96BA0
RGB
CMYK
RGB Variations
Color information
#F96BA0 (or 0xF96BA0) is known color: Tickle Me Pink. HEX triplet: F9, 6B and A0. RGB value is (249,107,160). Sum of RGB (Red+Green+Blue) = 249+107+160=516 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.26% from 516); Green value is 107 (42.19% from 255 or 20.74% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 249 - color contains mainly: red. Hex color #F96BA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96BA0 is #06945F. Grayscale: #9B9B9B. Windows color (decimal): -431200 or 10513401. OLE color: 10513401.
HSL color Cylindrical-coordinate representation of color #F96BA0: hue angle of 337.61º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F96BA0 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 107 | 160 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.02 |
| HSL | 337.61º | 0.92% | 0.7% | - |
| HSV(B) | 337.61º | 0.57% | 0.98% | - |
| XYZ | 50.67 | 33.19 | 36.99 | - |
| YUV | 155.5 | 130.54 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 107 | 160 | 0 | 0.57 | 0.36 | 0.02 | 337.61 | 0.92 | 0.7 |
| Hex | F9 | 6B | A0 | 0 | 39 | 24 | 2 | 152 | 5C | 46 |
| Octal | 371 | 153 | 240 | 0 | 71 | 44 | 2 | 522 | 134 | 106 |
| Binary | 11111001 | 1101011 | 10100000 | 0 | 111001 | 100100 | 10 | 101010010 | 1011100 | 1000110 |
Color Harmonies of #F96BA0
Complementary color
Monochromatic Colors of #F96BA0
Black with #F96BA0
Text Example
Text Example
White with #F96BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96BA0; }
p { color: rgb(249,107,160); }
H1.HeaderClassName
{
color: #F96BA0;
}
.AnyTagClassName
{
color: #F96BA0;
}
</style>
background-color css
<style>
a { background-color: #F96BA0; }
a { background-color: rgb(249,107,160); }
div.DivClassName
{
background-color: #F96BA0;
}
.BgClassName
{
background-color: #F96BA0;
}
</style>
border-color css
<style>
span { border-color: #F96BA0; }
span { border-color: rgb(249,107,160); }
td.TdClassName
{
border-color: #F96BA0;
}
.TagClassName
{
border-color: #F96BA0;
}
</style>