Shades of Tickle Me Pink #F980A0
Tints of Tickle Me Pink #F980A0
RGB
CMYK
RGB Variations
Color information
#F980A0 (or 0xF980A0) is known color: Tickle Me Pink. HEX triplet: F9, 80 and A0. RGB value is (249,128,160). Sum of RGB (Red+Green+Blue) = 249+128+160=537 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.37% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 160 (62.89% from 255 or 29.80% from 537); Max value from RGB is 249 - color contains mainly: red. Hex color #F980A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F980A0 is #067F5F. Grayscale: #A7A7A7. Windows color (decimal): -425824 or 10518777. OLE color: 10518777.
HSL color Cylindrical-coordinate representation of color #F980A0: hue angle of 344.13º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F980A0 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 128 | 160 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.02 |
| HSL | 344.13º | 0.91% | 0.74% | - |
| HSV(B) | 344.13º | 0.49% | 0.98% | - |
| XYZ | 53.13 | 38.12 | 37.81 | - |
| YUV | 167.83 | 123.59 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 128 | 160 | 0 | 0.49 | 0.36 | 0.02 | 344.13 | 0.91 | 0.74 |
| Hex | F9 | 80 | A0 | 0 | 31 | 24 | 2 | 158 | 5B | 4A |
| Octal | 371 | 200 | 240 | 0 | 61 | 44 | 2 | 530 | 133 | 112 |
| Binary | 11111001 | 10000000 | 10100000 | 0 | 110001 | 100100 | 10 | 101011000 | 1011011 | 1001010 |
Color Harmonies of #F980A0
Complementary color
Monochromatic Colors of #F980A0
Black with #F980A0
Text Example
Text Example
White with #F980A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F980A0; }
p { color: rgb(249,128,160); }
H1.HeaderClassName
{
color: #F980A0;
}
.AnyTagClassName
{
color: #F980A0;
}
</style>
background-color css
<style>
a { background-color: #F980A0; }
a { background-color: rgb(249,128,160); }
div.DivClassName
{
background-color: #F980A0;
}
.BgClassName
{
background-color: #F980A0;
}
</style>
border-color css
<style>
span { border-color: #F980A0; }
span { border-color: rgb(249,128,160); }
td.TdClassName
{
border-color: #F980A0;
}
.TagClassName
{
border-color: #F980A0;
}
</style>