Shades of Tickle Me Pink #F080A1
Tints of Tickle Me Pink #F080A1
RGB
CMYK
RGB Variations
Color information
#F080A1 (or 0xF080A1) is known color: Tickle Me Pink. HEX triplet: F0, 80 and A1. RGB value is (240,128,161). Sum of RGB (Red+Green+Blue) = 240+128+161=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 128 (50.39% from 255 or 24.20% from 529); Blue value is 161 (63.28% from 255 or 30.43% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F080A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F080A1 is #0F7F5E. Grayscale: #A5A5A5. Windows color (decimal): -1015647 or 10584304. OLE color: 10584304.
HSL color Cylindrical-coordinate representation of color #F080A1: hue angle of 342.32º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F080A1 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 161 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.06 |
| HSL | 342.32º | 0.79% | 0.72% | - |
| HSV(B) | 342.32º | 0.47% | 0.94% | - |
| XYZ | 50.09 | 36.54 | 38.13 | - |
| YUV | 165.25 | 125.61 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 161 | 0 | 0.47 | 0.33 | 0.06 | 342.32 | 0.79 | 0.72 |
| Hex | F0 | 80 | A1 | 0 | 2F | 21 | 6 | 156 | 4F | 48 |
| Octal | 360 | 200 | 241 | 0 | 57 | 41 | 6 | 526 | 117 | 110 |
| Binary | 11110000 | 10000000 | 10100001 | 0 | 101111 | 100001 | 110 | 101010110 | 1001111 | 1001000 |
Color Harmonies of #F080A1
Complementary color
Monochromatic Colors of #F080A1
Black with #F080A1
Text Example
Text Example
White with #F080A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F080A1; }
p { color: rgb(240,128,161); }
H1.HeaderClassName
{
color: #F080A1;
}
.AnyTagClassName
{
color: #F080A1;
}
</style>
background-color css
<style>
a { background-color: #F080A1; }
a { background-color: rgb(240,128,161); }
div.DivClassName
{
background-color: #F080A1;
}
.BgClassName
{
background-color: #F080A1;
}
</style>
border-color css
<style>
span { border-color: #F080A1; }
span { border-color: rgb(240,128,161); }
td.TdClassName
{
border-color: #F080A1;
}
.TagClassName
{
border-color: #F080A1;
}
</style>