Shades of Tickle Me Pink #F986A3
Tints of Tickle Me Pink #F986A3
RGB
CMYK
RGB Variations
Color information
#F986A3 (or 0xF986A3) is known color: Tickle Me Pink. HEX triplet: F9, 86 and A3. RGB value is (249,134,163). Sum of RGB (Red+Green+Blue) = 249+134+163=546 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.60% from 546); Green value is 134 (52.73% from 255 or 24.54% from 546); Blue value is 163 (64.06% from 255 or 29.85% from 546); Max value from RGB is 249 - color contains mainly: red. Hex color #F986A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F986A3 is #06795C. Grayscale: #ABABAB. Windows color (decimal): -424285 or 10716921. OLE color: 10716921.
HSL color Cylindrical-coordinate representation of color #F986A3: hue angle of 344.87º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F986A3 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 134 | 163 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.02 |
| HSL | 344.87º | 0.91% | 0.75% | - |
| HSV(B) | 344.87º | 0.46% | 0.98% | - |
| XYZ | 54.2 | 39.83 | 39.48 | - |
| YUV | 171.69 | 123.1 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 134 | 163 | 0 | 0.46 | 0.35 | 0.02 | 344.87 | 0.91 | 0.75 |
| Hex | F9 | 86 | A3 | 0 | 2E | 23 | 2 | 159 | 5B | 4B |
| Octal | 371 | 206 | 243 | 0 | 56 | 43 | 2 | 531 | 133 | 113 |
| Binary | 11111001 | 10000110 | 10100011 | 0 | 101110 | 100011 | 10 | 101011001 | 1011011 | 1001011 |
Color Harmonies of #F986A3
Complementary color
Monochromatic Colors of #F986A3
Black with #F986A3
Text Example
Text Example
White with #F986A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F986A3; }
p { color: rgb(249,134,163); }
H1.HeaderClassName
{
color: #F986A3;
}
.AnyTagClassName
{
color: #F986A3;
}
</style>
background-color css
<style>
a { background-color: #F986A3; }
a { background-color: rgb(249,134,163); }
div.DivClassName
{
background-color: #F986A3;
}
.BgClassName
{
background-color: #F986A3;
}
</style>
border-color css
<style>
span { border-color: #F986A3; }
span { border-color: rgb(249,134,163); }
td.TdClassName
{
border-color: #F986A3;
}
.TagClassName
{
border-color: #F986A3;
}
</style>