Shades of Tickle Me Pink #F96CA0
Tints of Tickle Me Pink #F96CA0
RGB
CMYK
RGB Variations
Color information
#F96CA0 (or 0xF96CA0) is known color: Tickle Me Pink. HEX triplet: F9, 6C and A0. RGB value is (249,108,160). Sum of RGB (Red+Green+Blue) = 249+108+160=517 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.16% from 517); Green value is 108 (42.58% from 255 or 20.89% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 249 - color contains mainly: red. Hex color #F96CA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96CA0 is #06935F. Grayscale: #9C9C9C. Windows color (decimal): -430944 or 10513657. OLE color: 10513657.
HSL color Cylindrical-coordinate representation of color #F96CA0: hue angle of 337.87º 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 #F96CA0 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 108 | 160 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.02 |
| HSL | 337.87º | 0.92% | 0.7% | - |
| HSV(B) | 337.87º | 0.57% | 0.98% | - |
| XYZ | 50.77 | 33.4 | 37.03 | - |
| YUV | 156.09 | 130.21 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 108 | 160 | 0 | 0.57 | 0.36 | 0.02 | 337.87 | 0.92 | 0.7 |
| Hex | F9 | 6C | A0 | 0 | 39 | 24 | 2 | 152 | 5C | 46 |
| Octal | 371 | 154 | 240 | 0 | 71 | 44 | 2 | 522 | 134 | 106 |
| Binary | 11111001 | 1101100 | 10100000 | 0 | 111001 | 100100 | 10 | 101010010 | 1011100 | 1000110 |
Color Harmonies of #F96CA0
Complementary color
Monochromatic Colors of #F96CA0
Black with #F96CA0
Text Example
Text Example
White with #F96CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96CA0; }
p { color: rgb(249,108,160); }
H1.HeaderClassName
{
color: #F96CA0;
}
.AnyTagClassName
{
color: #F96CA0;
}
</style>
background-color css
<style>
a { background-color: #F96CA0; }
a { background-color: rgb(249,108,160); }
div.DivClassName
{
background-color: #F96CA0;
}
.BgClassName
{
background-color: #F96CA0;
}
</style>
border-color css
<style>
span { border-color: #F96CA0; }
span { border-color: rgb(249,108,160); }
td.TdClassName
{
border-color: #F96CA0;
}
.TagClassName
{
border-color: #F96CA0;
}
</style>