Shades of Tickle Me Pink #F988A2
Tints of Tickle Me Pink #F988A2
RGB
CMYK
RGB Variations
Color information
#F988A2 (or 0xF988A2) is known color: Tickle Me Pink. HEX triplet: F9, 88 and A2. RGB value is (249,136,162). Sum of RGB (Red+Green+Blue) = 249+136+162=547 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.52% from 547); Green value is 136 (53.52% from 255 or 24.86% from 547); Blue value is 162 (63.67% from 255 or 29.62% from 547); Max value from RGB is 249 - color contains mainly: red. Hex color #F988A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F988A2 is #06775D. Grayscale: #ACACAC. Windows color (decimal): -423774 or 10651897. OLE color: 10651897.
HSL color Cylindrical-coordinate representation of color #F988A2: hue angle of 346.19º 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 #F988A2 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 136 | 162 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.02 |
| HSL | 346.19º | 0.9% | 0.75% | - |
| HSV(B) | 346.19º | 0.45% | 0.98% | - |
| XYZ | 54.39 | 40.36 | 39.11 | - |
| YUV | 172.75 | 121.94 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 136 | 162 | 0 | 0.45 | 0.35 | 0.02 | 346.19 | 0.9 | 0.75 |
| Hex | F9 | 88 | A2 | 0 | 2D | 23 | 2 | 15A | 5A | 4B |
| Octal | 371 | 210 | 242 | 0 | 55 | 43 | 2 | 532 | 132 | 113 |
| Binary | 11111001 | 10001000 | 10100010 | 0 | 101101 | 100011 | 10 | 101011010 | 1011010 | 1001011 |
Color Harmonies of #F988A2
Complementary color
Monochromatic Colors of #F988A2
Black with #F988A2
Text Example
Text Example
White with #F988A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F988A2; }
p { color: rgb(249,136,162); }
H1.HeaderClassName
{
color: #F988A2;
}
.AnyTagClassName
{
color: #F988A2;
}
</style>
background-color css
<style>
a { background-color: #F988A2; }
a { background-color: rgb(249,136,162); }
div.DivClassName
{
background-color: #F988A2;
}
.BgClassName
{
background-color: #F988A2;
}
</style>
border-color css
<style>
span { border-color: #F988A2; }
span { border-color: rgb(249,136,162); }
td.TdClassName
{
border-color: #F988A2;
}
.TagClassName
{
border-color: #F988A2;
}
</style>