Shades of Tickle Me Pink #F5849B
Tints of Tickle Me Pink #F5849B
RGB
CMYK
RGB Variations
Color information
#F5849B (or 0xF5849B) is known color: Tickle Me Pink. HEX triplet: F5, 84 and 9B. RGB value is (245,132,155). Sum of RGB (Red+Green+Blue) = 245+132+155=532 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.05% from 532); Green value is 132 (51.95% from 255 or 24.81% from 532); Blue value is 155 (60.94% from 255 or 29.14% from 532); Max value from RGB is 245 - color contains mainly: red. Hex color #F5849B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5849B is #0A7B64. Grayscale: #A8A8A8. Windows color (decimal): -686949 or 10192117. OLE color: 10192117.
HSL color Cylindrical-coordinate representation of color #F5849B: hue angle of 347.79º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F5849B is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 132 | 155 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.04 |
| HSL | 347.79º | 0.85% | 0.74% | - |
| HSV(B) | 347.79º | 0.46% | 0.96% | - |
| XYZ | 51.82 | 38.28 | 35.67 | - |
| YUV | 168.41 | 120.44 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 132 | 155 | 0 | 0.46 | 0.37 | 0.04 | 347.79 | 0.85 | 0.74 |
| Hex | F5 | 84 | 9B | 0 | 2E | 25 | 4 | 15C | 55 | 4A |
| Octal | 365 | 204 | 233 | 0 | 56 | 45 | 4 | 534 | 125 | 112 |
| Binary | 11110101 | 10000100 | 10011011 | 0 | 101110 | 100101 | 100 | 101011100 | 1010101 | 1001010 |
Color Harmonies of #F5849B
Complementary color
Monochromatic Colors of #F5849B
Black with #F5849B
Text Example
Text Example
White with #F5849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5849B; }
p { color: rgb(245,132,155); }
H1.HeaderClassName
{
color: #F5849B;
}
.AnyTagClassName
{
color: #F5849B;
}
</style>
background-color css
<style>
a { background-color: #F5849B; }
a { background-color: rgb(245,132,155); }
div.DivClassName
{
background-color: #F5849B;
}
.BgClassName
{
background-color: #F5849B;
}
</style>
border-color css
<style>
span { border-color: #F5849B; }
span { border-color: rgb(245,132,155); }
td.TdClassName
{
border-color: #F5849B;
}
.TagClassName
{
border-color: #F5849B;
}
</style>