Shades of Tickle Me Pink #F07BAA
Tints of Tickle Me Pink #F07BAA
RGB
CMYK
RGB Variations
Color information
#F07BAA (or 0xF07BAA) is known color: Tickle Me Pink. HEX triplet: F0, 7B and AA. RGB value is (240,123,170). Sum of RGB (Red+Green+Blue) = 240+123+170=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 123 (48.44% from 255 or 23.08% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F07BAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07BAA is #0F8455. Grayscale: #A3A3A3. Windows color (decimal): -1016918 or 11172848. OLE color: 11172848.
HSL color Cylindrical-coordinate representation of color #F07BAA: hue angle of 335.9º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07BAA is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 123 | 170 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.06 |
| HSL | 335.9º | 0.8% | 0.71% | - |
| HSV(B) | 335.9º | 0.49% | 0.94% | - |
| XYZ | 50.27 | 35.59 | 42.25 | - |
| YUV | 163.34 | 131.76 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 123 | 170 | 0 | 0.49 | 0.29 | 0.06 | 335.9 | 0.8 | 0.71 |
| Hex | F0 | 7B | AA | 0 | 31 | 1D | 6 | 150 | 50 | 47 |
| Octal | 360 | 173 | 252 | 0 | 61 | 35 | 6 | 520 | 120 | 107 |
| Binary | 11110000 | 1111011 | 10101010 | 0 | 110001 | 11101 | 110 | 101010000 | 1010000 | 1000111 |
Color Harmonies of #F07BAA
Complementary color
Monochromatic Colors of #F07BAA
Black with #F07BAA
Text Example
Text Example
White with #F07BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07BAA; }
p { color: rgb(240,123,170); }
H1.HeaderClassName
{
color: #F07BAA;
}
.AnyTagClassName
{
color: #F07BAA;
}
</style>
background-color css
<style>
a { background-color: #F07BAA; }
a { background-color: rgb(240,123,170); }
div.DivClassName
{
background-color: #F07BAA;
}
.BgClassName
{
background-color: #F07BAA;
}
</style>
border-color css
<style>
span { border-color: #F07BAA; }
span { border-color: rgb(240,123,170); }
td.TdClassName
{
border-color: #F07BAA;
}
.TagClassName
{
border-color: #F07BAA;
}
</style>