Shades of Tickle Me Pink #F082A1
Tints of Tickle Me Pink #F082A1
RGB
CMYK
RGB Variations
Color information
#F082A1 (or 0xF082A1) is known color: Tickle Me Pink. HEX triplet: F0, 82 and A1. RGB value is (240,130,161). Sum of RGB (Red+Green+Blue) = 240+130+161=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 130 (51.17% from 255 or 24.48% from 531); Blue value is 161 (63.28% from 255 or 30.32% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F082A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F082A1 is #0F7D5E. Grayscale: #A6A6A6. Windows color (decimal): -1015135 or 10584816. OLE color: 10584816.
HSL color Cylindrical-coordinate representation of color #F082A1: hue angle of 343.09º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F082A1 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 161 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.06 |
| HSL | 343.09º | 0.79% | 0.73% | - |
| HSV(B) | 343.09º | 0.46% | 0.94% | - |
| XYZ | 50.35 | 37.06 | 38.22 | - |
| YUV | 166.42 | 124.94 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 161 | 0 | 0.46 | 0.33 | 0.06 | 343.09 | 0.79 | 0.73 |
| Hex | F0 | 82 | A1 | 0 | 2E | 21 | 6 | 157 | 4F | 49 |
| Octal | 360 | 202 | 241 | 0 | 56 | 41 | 6 | 527 | 117 | 111 |
| Binary | 11110000 | 10000010 | 10100001 | 0 | 101110 | 100001 | 110 | 101010111 | 1001111 | 1001001 |
Color Harmonies of #F082A1
Complementary color
Monochromatic Colors of #F082A1
Black with #F082A1
Text Example
Text Example
White with #F082A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F082A1; }
p { color: rgb(240,130,161); }
H1.HeaderClassName
{
color: #F082A1;
}
.AnyTagClassName
{
color: #F082A1;
}
</style>
background-color css
<style>
a { background-color: #F082A1; }
a { background-color: rgb(240,130,161); }
div.DivClassName
{
background-color: #F082A1;
}
.BgClassName
{
background-color: #F082A1;
}
</style>
border-color css
<style>
span { border-color: #F082A1; }
span { border-color: rgb(240,130,161); }
td.TdClassName
{
border-color: #F082A1;
}
.TagClassName
{
border-color: #F082A1;
}
</style>