Shades of Tickle Me Pink #F984A0
Tints of Tickle Me Pink #F984A0
RGB
CMYK
RGB Variations
Color information
#F984A0 (or 0xF984A0) is known color: Tickle Me Pink. HEX triplet: F9, 84 and A0. RGB value is (249,132,160). Sum of RGB (Red+Green+Blue) = 249+132+160=541 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.03% from 541); Green value is 132 (51.95% from 255 or 24.40% from 541); Blue value is 160 (62.89% from 255 or 29.57% from 541); Max value from RGB is 249 - color contains mainly: red. Hex color #F984A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F984A0 is #067B5F. Grayscale: #AAAAAA. Windows color (decimal): -424800 or 10519801. OLE color: 10519801.
HSL color Cylindrical-coordinate representation of color #F984A0: hue angle of 345.64º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F984A0 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 132 | 160 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.02 |
| HSL | 345.64º | 0.91% | 0.75% | - |
| HSV(B) | 345.64º | 0.47% | 0.98% | - |
| XYZ | 53.66 | 39.18 | 37.99 | - |
| YUV | 170.18 | 122.26 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 132 | 160 | 0 | 0.47 | 0.36 | 0.02 | 345.64 | 0.91 | 0.75 |
| Hex | F9 | 84 | A0 | 0 | 2F | 24 | 2 | 15A | 5B | 4B |
| Octal | 371 | 204 | 240 | 0 | 57 | 44 | 2 | 532 | 133 | 113 |
| Binary | 11111001 | 10000100 | 10100000 | 0 | 101111 | 100100 | 10 | 101011010 | 1011011 | 1001011 |
Color Harmonies of #F984A0
Complementary color
Monochromatic Colors of #F984A0
Black with #F984A0
Text Example
Text Example
White with #F984A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F984A0; }
p { color: rgb(249,132,160); }
H1.HeaderClassName
{
color: #F984A0;
}
.AnyTagClassName
{
color: #F984A0;
}
</style>
background-color css
<style>
a { background-color: #F984A0; }
a { background-color: rgb(249,132,160); }
div.DivClassName
{
background-color: #F984A0;
}
.BgClassName
{
background-color: #F984A0;
}
</style>
border-color css
<style>
span { border-color: #F984A0; }
span { border-color: rgb(249,132,160); }
td.TdClassName
{
border-color: #F984A0;
}
.TagClassName
{
border-color: #F984A0;
}
</style>