Shades of Tickle Me Pink #F085A4
Tints of Tickle Me Pink #F085A4
RGB
CMYK
RGB Variations
Color information
#F085A4 (or 0xF085A4) is known color: Tickle Me Pink. HEX triplet: F0, 85 and A4. RGB value is (240,133,164). Sum of RGB (Red+Green+Blue) = 240+133+164=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 133 (52.34% from 255 or 24.77% from 537); Blue value is 164 (64.45% from 255 or 30.54% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F085A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F085A4 is #0F7A5B. Grayscale: #A8A8A8. Windows color (decimal): -1014364 or 10782192. OLE color: 10782192.
HSL color Cylindrical-coordinate representation of color #F085A4: hue angle of 342.62º 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 #F085A4 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 133 | 164 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.06 |
| HSL | 342.62º | 0.78% | 0.73% | - |
| HSV(B) | 342.62º | 0.45% | 0.94% | - |
| XYZ | 51.02 | 37.98 | 39.76 | - |
| YUV | 168.53 | 125.45 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 133 | 164 | 0 | 0.45 | 0.32 | 0.06 | 342.62 | 0.78 | 0.73 |
| Hex | F0 | 85 | A4 | 0 | 2D | 20 | 6 | 157 | 4E | 49 |
| Octal | 360 | 205 | 244 | 0 | 55 | 40 | 6 | 527 | 116 | 111 |
| Binary | 11110000 | 10000101 | 10100100 | 0 | 101101 | 100000 | 110 | 101010111 | 1001110 | 1001001 |
Color Harmonies of #F085A4
Complementary color
Monochromatic Colors of #F085A4
Black with #F085A4
Text Example
Text Example
White with #F085A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F085A4; }
p { color: rgb(240,133,164); }
H1.HeaderClassName
{
color: #F085A4;
}
.AnyTagClassName
{
color: #F085A4;
}
</style>
background-color css
<style>
a { background-color: #F085A4; }
a { background-color: rgb(240,133,164); }
div.DivClassName
{
background-color: #F085A4;
}
.BgClassName
{
background-color: #F085A4;
}
</style>
border-color css
<style>
span { border-color: #F085A4; }
span { border-color: rgb(240,133,164); }
td.TdClassName
{
border-color: #F085A4;
}
.TagClassName
{
border-color: #F085A4;
}
</style>