Shades of Tickle Me Pink #F082AF
Tints of Tickle Me Pink #F082AF
RGB
CMYK
RGB Variations
Color information
#F082AF (or 0xF082AF) is known color: Tickle Me Pink. HEX triplet: F0, 82 and AF. RGB value is (240,130,175). Sum of RGB (Red+Green+Blue) = 240+130+175=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 130 (51.17% from 255 or 23.85% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F082AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F082AF is #0F7D50. Grayscale: #A7A7A7. Windows color (decimal): -1015121 or 11502320. OLE color: 11502320.
HSL color Cylindrical-coordinate representation of color #F082AF: hue angle of 335.45º 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 #F082AF is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 175 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.06 |
| HSL | 335.45º | 0.79% | 0.73% | - |
| HSV(B) | 335.45º | 0.46% | 0.94% | - |
| XYZ | 51.66 | 37.59 | 45.09 | - |
| YUV | 168.02 | 131.94 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 175 | 0 | 0.46 | 0.27 | 0.06 | 335.45 | 0.79 | 0.73 |
| Hex | F0 | 82 | AF | 0 | 2E | 1B | 6 | 14F | 4F | 49 |
| Octal | 360 | 202 | 257 | 0 | 56 | 33 | 6 | 517 | 117 | 111 |
| Binary | 11110000 | 10000010 | 10101111 | 0 | 101110 | 11011 | 110 | 101001111 | 1001111 | 1001001 |
Color Harmonies of #F082AF
Complementary color
Monochromatic Colors of #F082AF
Black with #F082AF
Text Example
Text Example
White with #F082AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F082AF; }
p { color: rgb(240,130,175); }
H1.HeaderClassName
{
color: #F082AF;
}
.AnyTagClassName
{
color: #F082AF;
}
</style>
background-color css
<style>
a { background-color: #F082AF; }
a { background-color: rgb(240,130,175); }
div.DivClassName
{
background-color: #F082AF;
}
.BgClassName
{
background-color: #F082AF;
}
</style>
border-color css
<style>
span { border-color: #F082AF; }
span { border-color: rgb(240,130,175); }
td.TdClassName
{
border-color: #F082AF;
}
.TagClassName
{
border-color: #F082AF;
}
</style>