Shades of Tickle Me Pink #F977A1
Tints of Tickle Me Pink #F977A1
RGB
CMYK
RGB Variations
Color information
#F977A1 (or 0xF977A1) is known color: Tickle Me Pink. HEX triplet: F9, 77 and A1. RGB value is (249,119,161). Sum of RGB (Red+Green+Blue) = 249+119+161=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 119 (46.88% from 255 or 22.50% from 529); Blue value is 161 (63.28% from 255 or 30.43% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F977A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F977A1 is #06885E. Grayscale: #A2A2A2. Windows color (decimal): -428127 or 10582009. OLE color: 10582009.
HSL color Cylindrical-coordinate representation of color #F977A1: hue angle of 340.62º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F977A1 is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 119 | 161 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.02 |
| HSL | 340.62º | 0.92% | 0.72% | - |
| HSV(B) | 340.62º | 0.52% | 0.98% | - |
| XYZ | 52.1 | 35.91 | 37.9 | - |
| YUV | 162.66 | 127.07 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 119 | 161 | 0 | 0.52 | 0.35 | 0.02 | 340.62 | 0.92 | 0.72 |
| Hex | F9 | 77 | A1 | 0 | 34 | 23 | 2 | 155 | 5C | 48 |
| Octal | 371 | 167 | 241 | 0 | 64 | 43 | 2 | 525 | 134 | 110 |
| Binary | 11111001 | 1110111 | 10100001 | 0 | 110100 | 100011 | 10 | 101010101 | 1011100 | 1001000 |
Color Harmonies of #F977A1
Complementary color
Monochromatic Colors of #F977A1
Black with #F977A1
Text Example
Text Example
White with #F977A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F977A1; }
p { color: rgb(249,119,161); }
H1.HeaderClassName
{
color: #F977A1;
}
.AnyTagClassName
{
color: #F977A1;
}
</style>
background-color css
<style>
a { background-color: #F977A1; }
a { background-color: rgb(249,119,161); }
div.DivClassName
{
background-color: #F977A1;
}
.BgClassName
{
background-color: #F977A1;
}
</style>
border-color css
<style>
span { border-color: #F977A1; }
span { border-color: rgb(249,119,161); }
td.TdClassName
{
border-color: #F977A1;
}
.TagClassName
{
border-color: #F977A1;
}
</style>