Shades of Tickle Me Pink #F07BA7
Tints of Tickle Me Pink #F07BA7
RGB
CMYK
RGB Variations
Color information
#F07BA7 (or 0xF07BA7) is known color: Tickle Me Pink. HEX triplet: F0, 7B and A7. RGB value is (240,123,167). Sum of RGB (Red+Green+Blue) = 240+123+167=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 123 (48.44% from 255 or 23.21% from 530); Blue value is 167 (65.62% from 255 or 31.51% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F07BA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07BA7 is #0F8458. Grayscale: #A2A2A2. Windows color (decimal): -1016921 or 10976240. OLE color: 10976240.
HSL color Cylindrical-coordinate representation of color #F07BA7: hue angle of 337.44º 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 #F07BA7 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 123 | 167 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.06 |
| HSL | 337.44º | 0.8% | 0.71% | - |
| HSV(B) | 337.44º | 0.49% | 0.94% | - |
| XYZ | 49.99 | 35.48 | 40.77 | - |
| YUV | 163 | 130.26 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 123 | 167 | 0 | 0.49 | 0.30 | 0.06 | 337.44 | 0.8 | 0.71 |
| Hex | F0 | 7B | A7 | 0 | 31 | 1E | 6 | 151 | 50 | 47 |
| Octal | 360 | 173 | 247 | 0 | 61 | 36 | 6 | 521 | 120 | 107 |
| Binary | 11110000 | 1111011 | 10100111 | 0 | 110001 | 11110 | 110 | 101010001 | 1010000 | 1000111 |
Color Harmonies of #F07BA7
Complementary color
Monochromatic Colors of #F07BA7
Black with #F07BA7
Text Example
Text Example
White with #F07BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07BA7; }
p { color: rgb(240,123,167); }
H1.HeaderClassName
{
color: #F07BA7;
}
.AnyTagClassName
{
color: #F07BA7;
}
</style>
background-color css
<style>
a { background-color: #F07BA7; }
a { background-color: rgb(240,123,167); }
div.DivClassName
{
background-color: #F07BA7;
}
.BgClassName
{
background-color: #F07BA7;
}
</style>
border-color css
<style>
span { border-color: #F07BA7; }
span { border-color: rgb(240,123,167); }
td.TdClassName
{
border-color: #F07BA7;
}
.TagClassName
{
border-color: #F07BA7;
}
</style>