Shades of Tickle Me Pink #F988A1
Tints of Tickle Me Pink #F988A1
RGB
CMYK
RGB Variations
Color information
#F988A1 (or 0xF988A1) is known color: Tickle Me Pink. HEX triplet: F9, 88 and A1. RGB value is (249,136,161). Sum of RGB (Red+Green+Blue) = 249+136+161=546 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.60% from 546); Green value is 136 (53.52% from 255 or 24.91% from 546); Blue value is 161 (63.28% from 255 or 29.49% from 546); Max value from RGB is 249 - color contains mainly: red. Hex color #F988A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F988A1 is #06775E. Grayscale: #ACACAC. Windows color (decimal): -423775 or 10586361. OLE color: 10586361.
HSL color Cylindrical-coordinate representation of color #F988A1: hue angle of 346.73º 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 #F988A1 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 136 | 161 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.02 |
| HSL | 346.73º | 0.9% | 0.75% | - |
| HSV(B) | 346.73º | 0.45% | 0.98% | - |
| XYZ | 54.3 | 40.32 | 38.64 | - |
| YUV | 172.64 | 121.44 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 136 | 161 | 0 | 0.45 | 0.35 | 0.02 | 346.73 | 0.9 | 0.75 |
| Hex | F9 | 88 | A1 | 0 | 2D | 23 | 2 | 15B | 5A | 4B |
| Octal | 371 | 210 | 241 | 0 | 55 | 43 | 2 | 533 | 132 | 113 |
| Binary | 11111001 | 10001000 | 10100001 | 0 | 101101 | 100011 | 10 | 101011011 | 1011010 | 1001011 |
Color Harmonies of #F988A1
Complementary color
Monochromatic Colors of #F988A1
Black with #F988A1
Text Example
Text Example
White with #F988A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F988A1; }
p { color: rgb(249,136,161); }
H1.HeaderClassName
{
color: #F988A1;
}
.AnyTagClassName
{
color: #F988A1;
}
</style>
background-color css
<style>
a { background-color: #F988A1; }
a { background-color: rgb(249,136,161); }
div.DivClassName
{
background-color: #F988A1;
}
.BgClassName
{
background-color: #F988A1;
}
</style>
border-color css
<style>
span { border-color: #F988A1; }
span { border-color: rgb(249,136,161); }
td.TdClassName
{
border-color: #F988A1;
}
.TagClassName
{
border-color: #F988A1;
}
</style>