Shades of Tickle Me Pink #F06FA1
Tints of Tickle Me Pink #F06FA1
RGB
CMYK
RGB Variations
Color information
#F06FA1 (or 0xF06FA1) is known color: Tickle Me Pink. HEX triplet: F0, 6F and A1. RGB value is (240,111,161). Sum of RGB (Red+Green+Blue) = 240+111+161=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 161 (63.28% from 255 or 31.45% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F06FA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06FA1 is #0F905E. Grayscale: #9B9B9B. Windows color (decimal): -1019999 or 10579952. OLE color: 10579952.
HSL color Cylindrical-coordinate representation of color #F06FA1: hue angle of 336.74º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F06FA1 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 111 | 161 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.06 |
| HSL | 336.74º | 0.81% | 0.69% | - |
| HSV(B) | 336.74º | 0.54% | 0.94% | - |
| XYZ | 48.05 | 32.47 | 37.45 | - |
| YUV | 155.27 | 131.24 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 161 | 0 | 0.54 | 0.33 | 0.06 | 336.74 | 0.81 | 0.69 |
| Hex | F0 | 6F | A1 | 0 | 36 | 21 | 6 | 151 | 51 | 45 |
| Octal | 360 | 157 | 241 | 0 | 66 | 41 | 6 | 521 | 121 | 105 |
| Binary | 11110000 | 1101111 | 10100001 | 0 | 110110 | 100001 | 110 | 101010001 | 1010001 | 1000101 |
Color Harmonies of #F06FA1
Complementary color
Monochromatic Colors of #F06FA1
Black with #F06FA1
Text Example
Text Example
White with #F06FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06FA1; }
p { color: rgb(240,111,161); }
H1.HeaderClassName
{
color: #F06FA1;
}
.AnyTagClassName
{
color: #F06FA1;
}
</style>
background-color css
<style>
a { background-color: #F06FA1; }
a { background-color: rgb(240,111,161); }
div.DivClassName
{
background-color: #F06FA1;
}
.BgClassName
{
background-color: #F06FA1;
}
</style>
border-color css
<style>
span { border-color: #F06FA1; }
span { border-color: rgb(240,111,161); }
td.TdClassName
{
border-color: #F06FA1;
}
.TagClassName
{
border-color: #F06FA1;
}
</style>