Shades of Tickle Me Pink #F980A1
Tints of Tickle Me Pink #F980A1
RGB
CMYK
RGB Variations
Color information
#F980A1 (or 0xF980A1) is known color: Tickle Me Pink. HEX triplet: F9, 80 and A1. RGB value is (249,128,161). Sum of RGB (Red+Green+Blue) = 249+128+161=538 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.28% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 161 (63.28% from 255 or 29.93% from 538); Max value from RGB is 249 - color contains mainly: red. Hex color #F980A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F980A1 is #067F5E. Grayscale: #A7A7A7. Windows color (decimal): -425823 or 10584313. OLE color: 10584313.
HSL color Cylindrical-coordinate representation of color #F980A1: hue angle of 343.64º 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 #F980A1 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 128 | 161 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.02 |
| HSL | 343.64º | 0.91% | 0.74% | - |
| HSV(B) | 343.64º | 0.49% | 0.98% | - |
| XYZ | 53.22 | 38.15 | 38.28 | - |
| YUV | 167.94 | 124.09 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 128 | 161 | 0 | 0.49 | 0.35 | 0.02 | 343.64 | 0.91 | 0.74 |
| Hex | F9 | 80 | A1 | 0 | 31 | 23 | 2 | 158 | 5B | 4A |
| Octal | 371 | 200 | 241 | 0 | 61 | 43 | 2 | 530 | 133 | 112 |
| Binary | 11111001 | 10000000 | 10100001 | 0 | 110001 | 100011 | 10 | 101011000 | 1011011 | 1001010 |
Color Harmonies of #F980A1
Complementary color
Monochromatic Colors of #F980A1
Black with #F980A1
Text Example
Text Example
White with #F980A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F980A1; }
p { color: rgb(249,128,161); }
H1.HeaderClassName
{
color: #F980A1;
}
.AnyTagClassName
{
color: #F980A1;
}
</style>
background-color css
<style>
a { background-color: #F980A1; }
a { background-color: rgb(249,128,161); }
div.DivClassName
{
background-color: #F980A1;
}
.BgClassName
{
background-color: #F980A1;
}
</style>
border-color css
<style>
span { border-color: #F980A1; }
span { border-color: rgb(249,128,161); }
td.TdClassName
{
border-color: #F980A1;
}
.TagClassName
{
border-color: #F980A1;
}
</style>