Shades of Tickle Me Pink #F988A0
Tints of Tickle Me Pink #F988A0
RGB
CMYK
RGB Variations
Color information
#F988A0 (or 0xF988A0) is known color: Tickle Me Pink. HEX triplet: F9, 88 and A0. RGB value is (249,136,160). Sum of RGB (Red+Green+Blue) = 249+136+160=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 136 (53.52% from 255 or 24.95% from 545); Blue value is 160 (62.89% from 255 or 29.36% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F988A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F988A0 is #06775F. Grayscale: #ACACAC. Windows color (decimal): -423776 or 10520825. OLE color: 10520825.
HSL color Cylindrical-coordinate representation of color #F988A0: hue angle of 347.26º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F988A0 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 136 | 160 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.02 |
| HSL | 347.26º | 0.9% | 0.75% | - |
| HSV(B) | 347.26º | 0.45% | 0.98% | - |
| XYZ | 54.22 | 40.29 | 38.18 | - |
| YUV | 172.52 | 120.94 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 136 | 160 | 0 | 0.45 | 0.36 | 0.02 | 347.26 | 0.9 | 0.75 |
| Hex | F9 | 88 | A0 | 0 | 2D | 24 | 2 | 15B | 5A | 4B |
| Octal | 371 | 210 | 240 | 0 | 55 | 44 | 2 | 533 | 132 | 113 |
| Binary | 11111001 | 10001000 | 10100000 | 0 | 101101 | 100100 | 10 | 101011011 | 1011010 | 1001011 |
Color Harmonies of #F988A0
Complementary color
Monochromatic Colors of #F988A0
Black with #F988A0
Text Example
Text Example
White with #F988A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F988A0; }
p { color: rgb(249,136,160); }
H1.HeaderClassName
{
color: #F988A0;
}
.AnyTagClassName
{
color: #F988A0;
}
</style>
background-color css
<style>
a { background-color: #F988A0; }
a { background-color: rgb(249,136,160); }
div.DivClassName
{
background-color: #F988A0;
}
.BgClassName
{
background-color: #F988A0;
}
</style>
border-color css
<style>
span { border-color: #F988A0; }
span { border-color: rgb(249,136,160); }
td.TdClassName
{
border-color: #F988A0;
}
.TagClassName
{
border-color: #F988A0;
}
</style>