Shades of Tickle Me Pink #F080A4
Tints of Tickle Me Pink #F080A4
RGB
CMYK
RGB Variations
Color information
#F080A4 (or 0xF080A4) is known color: Tickle Me Pink. HEX triplet: F0, 80 and A4. RGB value is (240,128,164). Sum of RGB (Red+Green+Blue) = 240+128+164=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 128 (50.39% from 255 or 24.06% from 532); Blue value is 164 (64.45% from 255 or 30.83% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F080A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F080A4 is #0F7F5B. Grayscale: #A5A5A5. Windows color (decimal): -1015644 or 10780912. OLE color: 10780912.
HSL color Cylindrical-coordinate representation of color #F080A4: hue angle of 340.71º 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 #F080A4 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 164 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.06 |
| HSL | 340.71º | 0.79% | 0.72% | - |
| HSV(B) | 340.71º | 0.47% | 0.94% | - |
| XYZ | 50.36 | 36.64 | 39.54 | - |
| YUV | 165.59 | 127.11 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 164 | 0 | 0.47 | 0.32 | 0.06 | 340.71 | 0.79 | 0.72 |
| Hex | F0 | 80 | A4 | 0 | 2F | 20 | 6 | 155 | 4F | 48 |
| Octal | 360 | 200 | 244 | 0 | 57 | 40 | 6 | 525 | 117 | 110 |
| Binary | 11110000 | 10000000 | 10100100 | 0 | 101111 | 100000 | 110 | 101010101 | 1001111 | 1001000 |
Color Harmonies of #F080A4
Complementary color
Monochromatic Colors of #F080A4
Black with #F080A4
Text Example
Text Example
White with #F080A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F080A4; }
p { color: rgb(240,128,164); }
H1.HeaderClassName
{
color: #F080A4;
}
.AnyTagClassName
{
color: #F080A4;
}
</style>
background-color css
<style>
a { background-color: #F080A4; }
a { background-color: rgb(240,128,164); }
div.DivClassName
{
background-color: #F080A4;
}
.BgClassName
{
background-color: #F080A4;
}
</style>
border-color css
<style>
span { border-color: #F080A4; }
span { border-color: rgb(240,128,164); }
td.TdClassName
{
border-color: #F080A4;
}
.TagClassName
{
border-color: #F080A4;
}
</style>