Shades of Tickle Me Pink #F07B9D
Tints of Tickle Me Pink #F07B9D
RGB
CMYK
RGB Variations
Color information
#F07B9D (or 0xF07B9D) is known color: Tickle Me Pink. HEX triplet: F0, 7B and 9D. RGB value is (240,123,157). Sum of RGB (Red+Green+Blue) = 240+123+157=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 157 (61.72% from 255 or 30.19% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F07B9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F07B9D is #0F8462. Grayscale: #A1A1A1. Windows color (decimal): -1016931 or 10320880. OLE color: 10320880.
HSL color Cylindrical-coordinate representation of color #F07B9D: hue angle of 342.56º 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 #F07B9D is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 123 | 157 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.06 |
| HSL | 342.56º | 0.8% | 0.71% | - |
| HSV(B) | 342.56º | 0.49% | 0.94% | - |
| XYZ | 49.1 | 35.13 | 36.09 | - |
| YUV | 161.86 | 125.26 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 123 | 157 | 0 | 0.49 | 0.35 | 0.06 | 342.56 | 0.8 | 0.71 |
| Hex | F0 | 7B | 9D | 0 | 31 | 23 | 6 | 157 | 50 | 47 |
| Octal | 360 | 173 | 235 | 0 | 61 | 43 | 6 | 527 | 120 | 107 |
| Binary | 11110000 | 1111011 | 10011101 | 0 | 110001 | 100011 | 110 | 101010111 | 1010000 | 1000111 |
Color Harmonies of #F07B9D
Complementary color
Monochromatic Colors of #F07B9D
Black with #F07B9D
Text Example
Text Example
White with #F07B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07B9D; }
p { color: rgb(240,123,157); }
H1.HeaderClassName
{
color: #F07B9D;
}
.AnyTagClassName
{
color: #F07B9D;
}
</style>
background-color css
<style>
a { background-color: #F07B9D; }
a { background-color: rgb(240,123,157); }
div.DivClassName
{
background-color: #F07B9D;
}
.BgClassName
{
background-color: #F07B9D;
}
</style>
border-color css
<style>
span { border-color: #F07B9D; }
span { border-color: rgb(240,123,157); }
td.TdClassName
{
border-color: #F07B9D;
}
.TagClassName
{
border-color: #F07B9D;
}
</style>