Shades of Tickle Me Pink #F981A1
Tints of Tickle Me Pink #F981A1
RGB
CMYK
RGB Variations
Color information
#F981A1 (or 0xF981A1) is known color: Tickle Me Pink. HEX triplet: F9, 81 and A1. RGB value is (249,129,161). Sum of RGB (Red+Green+Blue) = 249+129+161=539 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.20% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 161 (63.28% from 255 or 29.87% from 539); Max value from RGB is 249 - color contains mainly: red. Hex color #F981A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F981A1 is #067E5E. Grayscale: #A8A8A8. Windows color (decimal): -425567 or 10584569. OLE color: 10584569.
HSL color Cylindrical-coordinate representation of color #F981A1: hue angle of 344º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F981A1 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 129 | 161 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.02 |
| HSL | 344º | 0.91% | 0.74% | - |
| HSV(B) | 344º | 0.48% | 0.98% | - |
| XYZ | 53.35 | 38.41 | 38.32 | - |
| YUV | 168.53 | 123.76 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 129 | 161 | 0 | 0.48 | 0.35 | 0.02 | 344 | 0.91 | 0.74 |
| Hex | F9 | 81 | A1 | 0 | 30 | 23 | 2 | 158 | 5B | 4A |
| Octal | 371 | 201 | 241 | 0 | 60 | 43 | 2 | 530 | 133 | 112 |
| Binary | 11111001 | 10000001 | 10100001 | 0 | 110000 | 100011 | 10 | 101011000 | 1011011 | 1001010 |
Color Harmonies of #F981A1
Complementary color
Monochromatic Colors of #F981A1
Black with #F981A1
Text Example
Text Example
White with #F981A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F981A1; }
p { color: rgb(249,129,161); }
H1.HeaderClassName
{
color: #F981A1;
}
.AnyTagClassName
{
color: #F981A1;
}
</style>
background-color css
<style>
a { background-color: #F981A1; }
a { background-color: rgb(249,129,161); }
div.DivClassName
{
background-color: #F981A1;
}
.BgClassName
{
background-color: #F981A1;
}
</style>
border-color css
<style>
span { border-color: #F981A1; }
span { border-color: rgb(249,129,161); }
td.TdClassName
{
border-color: #F981A1;
}
.TagClassName
{
border-color: #F981A1;
}
</style>