Shades of Tickle Me Pink #F082A2
Tints of Tickle Me Pink #F082A2
RGB
CMYK
RGB Variations
Color information
#F082A2 (or 0xF082A2) is known color: Tickle Me Pink. HEX triplet: F0, 82 and A2. RGB value is (240,130,162). Sum of RGB (Red+Green+Blue) = 240+130+162=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 130 (51.17% from 255 or 24.44% from 532); Blue value is 162 (63.67% from 255 or 30.45% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F082A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F082A2 is #0F7D5D. Grayscale: #A6A6A6. Windows color (decimal): -1015134 or 10650352. OLE color: 10650352.
HSL color Cylindrical-coordinate representation of color #F082A2: hue angle of 342.55º 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 #F082A2 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 162 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.06 |
| HSL | 342.55º | 0.79% | 0.73% | - |
| HSV(B) | 342.55º | 0.46% | 0.94% | - |
| XYZ | 50.44 | 37.1 | 38.68 | - |
| YUV | 166.54 | 125.44 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 162 | 0 | 0.46 | 0.32 | 0.06 | 342.55 | 0.79 | 0.73 |
| Hex | F0 | 82 | A2 | 0 | 2E | 20 | 6 | 157 | 4F | 49 |
| Octal | 360 | 202 | 242 | 0 | 56 | 40 | 6 | 527 | 117 | 111 |
| Binary | 11110000 | 10000010 | 10100010 | 0 | 101110 | 100000 | 110 | 101010111 | 1001111 | 1001001 |
Color Harmonies of #F082A2
Complementary color
Monochromatic Colors of #F082A2
Black with #F082A2
Text Example
Text Example
White with #F082A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F082A2; }
p { color: rgb(240,130,162); }
H1.HeaderClassName
{
color: #F082A2;
}
.AnyTagClassName
{
color: #F082A2;
}
</style>
background-color css
<style>
a { background-color: #F082A2; }
a { background-color: rgb(240,130,162); }
div.DivClassName
{
background-color: #F082A2;
}
.BgClassName
{
background-color: #F082A2;
}
</style>
border-color css
<style>
span { border-color: #F082A2; }
span { border-color: rgb(240,130,162); }
td.TdClassName
{
border-color: #F082A2;
}
.TagClassName
{
border-color: #F082A2;
}
</style>