Shades of Tickle Me Pink #F8849B
Tints of Tickle Me Pink #F8849B
RGB
CMYK
RGB Variations
Color information
#F8849B (or 0xF8849B) is known color: Tickle Me Pink. HEX triplet: F8, 84 and 9B. RGB value is (248,132,155). Sum of RGB (Red+Green+Blue) = 248+132+155=535 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.36% from 535); Green value is 132 (51.95% from 255 or 24.67% from 535); Blue value is 155 (60.94% from 255 or 28.97% from 535); Max value from RGB is 248 - color contains mainly: red. Hex color #F8849B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8849B is #077B64. Grayscale: #A9A9A9. Windows color (decimal): -490341 or 10192120. OLE color: 10192120.
HSL color Cylindrical-coordinate representation of color #F8849B: hue angle of 348.1º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F8849B is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 132 | 155 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.03 |
| HSL | 348.1º | 0.89% | 0.75% | - |
| HSV(B) | 348.1º | 0.47% | 0.97% | - |
| XYZ | 52.88 | 38.83 | 35.72 | - |
| YUV | 169.31 | 119.93 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 132 | 155 | 0 | 0.47 | 0.38 | 0.03 | 348.1 | 0.89 | 0.75 |
| Hex | F8 | 84 | 9B | 0 | 2F | 26 | 3 | 15C | 59 | 4B |
| Octal | 370 | 204 | 233 | 0 | 57 | 46 | 3 | 534 | 131 | 113 |
| Binary | 11111000 | 10000100 | 10011011 | 0 | 101111 | 100110 | 11 | 101011100 | 1011001 | 1001011 |
Color Harmonies of #F8849B
Complementary color
Monochromatic Colors of #F8849B
Black with #F8849B
Text Example
Text Example
White with #F8849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8849B; }
p { color: rgb(248,132,155); }
H1.HeaderClassName
{
color: #F8849B;
}
.AnyTagClassName
{
color: #F8849B;
}
</style>
background-color css
<style>
a { background-color: #F8849B; }
a { background-color: rgb(248,132,155); }
div.DivClassName
{
background-color: #F8849B;
}
.BgClassName
{
background-color: #F8849B;
}
</style>
border-color css
<style>
span { border-color: #F8849B; }
span { border-color: rgb(248,132,155); }
td.TdClassName
{
border-color: #F8849B;
}
.TagClassName
{
border-color: #F8849B;
}
</style>