Shades of Tickle Me Pink #F075AB
Tints of Tickle Me Pink #F075AB
RGB
CMYK
RGB Variations
Color information
#F075AB (or 0xF075AB) is known color: Tickle Me Pink. HEX triplet: F0, 75 and AB. RGB value is (240,117,171). Sum of RGB (Red+Green+Blue) = 240+117+171=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 117 (46.09% from 255 or 22.16% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F075AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F075AB is #0F8A54. Grayscale: #9F9F9F. Windows color (decimal): -1018453 or 11236848. OLE color: 11236848.
HSL color Cylindrical-coordinate representation of color #F075AB: hue angle of 333.66º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F075AB is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 117 | 171 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.06 |
| HSL | 333.66º | 0.8% | 0.7% | - |
| HSV(B) | 333.66º | 0.51% | 0.94% | - |
| XYZ | 49.65 | 34.19 | 42.51 | - |
| YUV | 159.93 | 134.25 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 117 | 171 | 0 | 0.51 | 0.29 | 0.06 | 333.66 | 0.8 | 0.7 |
| Hex | F0 | 75 | AB | 0 | 33 | 1D | 6 | 14E | 50 | 46 |
| Octal | 360 | 165 | 253 | 0 | 63 | 35 | 6 | 516 | 120 | 106 |
| Binary | 11110000 | 1110101 | 10101011 | 0 | 110011 | 11101 | 110 | 101001110 | 1010000 | 1000110 |
Color Harmonies of #F075AB
Complementary color
Monochromatic Colors of #F075AB
Black with #F075AB
Text Example
Text Example
White with #F075AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F075AB; }
p { color: rgb(240,117,171); }
H1.HeaderClassName
{
color: #F075AB;
}
.AnyTagClassName
{
color: #F075AB;
}
</style>
background-color css
<style>
a { background-color: #F075AB; }
a { background-color: rgb(240,117,171); }
div.DivClassName
{
background-color: #F075AB;
}
.BgClassName
{
background-color: #F075AB;
}
</style>
border-color css
<style>
span { border-color: #F075AB; }
span { border-color: rgb(240,117,171); }
td.TdClassName
{
border-color: #F075AB;
}
.TagClassName
{
border-color: #F075AB;
}
</style>