Shades of Tickle Me Pink #F084A5
Tints of Tickle Me Pink #F084A5
RGB
CMYK
RGB Variations
Color information
#F084A5 (or 0xF084A5) is known color: Tickle Me Pink. HEX triplet: F0, 84 and A5. RGB value is (240,132,165). Sum of RGB (Red+Green+Blue) = 240+132+165=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 132 (51.95% from 255 or 24.58% from 537); Blue value is 165 (64.84% from 255 or 30.73% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F084A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F084A5 is #0F7B5A. Grayscale: #A8A8A8. Windows color (decimal): -1014619 or 10847472. OLE color: 10847472.
HSL color Cylindrical-coordinate representation of color #F084A5: hue angle of 341.67º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F084A5 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 132 | 165 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.06 |
| HSL | 341.67º | 0.78% | 0.73% | - |
| HSV(B) | 341.67º | 0.45% | 0.94% | - |
| XYZ | 50.98 | 37.74 | 40.2 | - |
| YUV | 168.05 | 126.28 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 132 | 165 | 0 | 0.45 | 0.31 | 0.06 | 341.67 | 0.78 | 0.73 |
| Hex | F0 | 84 | A5 | 0 | 2D | 1F | 6 | 156 | 4E | 49 |
| Octal | 360 | 204 | 245 | 0 | 55 | 37 | 6 | 526 | 116 | 111 |
| Binary | 11110000 | 10000100 | 10100101 | 0 | 101101 | 11111 | 110 | 101010110 | 1001110 | 1001001 |
Color Harmonies of #F084A5
Complementary color
Monochromatic Colors of #F084A5
Black with #F084A5
Text Example
Text Example
White with #F084A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F084A5; }
p { color: rgb(240,132,165); }
H1.HeaderClassName
{
color: #F084A5;
}
.AnyTagClassName
{
color: #F084A5;
}
</style>
background-color css
<style>
a { background-color: #F084A5; }
a { background-color: rgb(240,132,165); }
div.DivClassName
{
background-color: #F084A5;
}
.BgClassName
{
background-color: #F084A5;
}
</style>
border-color css
<style>
span { border-color: #F084A5; }
span { border-color: rgb(240,132,165); }
td.TdClassName
{
border-color: #F084A5;
}
.TagClassName
{
border-color: #F084A5;
}
</style>