Shades of Tickle Me Pink #FF849B
Tints of Tickle Me Pink #FF849B
RGB
CMYK
RGB Variations
Color information
#FF849B (or 0xFF849B) is known color: Tickle Me Pink. HEX triplet: FF, 84 and 9B. RGB value is (255,132,155). Sum of RGB (Red+Green+Blue) = 255+132+155=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 132 (51.95% from 255 or 24.35% from 542); Blue value is 155 (60.94% from 255 or 28.60% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FF849B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF849B is #007B64. Grayscale: #ABABAB. Windows color (decimal): -31589 or 10192127. OLE color: 10192127.
HSL color Cylindrical-coordinate representation of color #FF849B: hue angle of 348.78º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FF849B is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 155 | - |
| CMYK | 0 | 0.48 | 0.39 | 0 |
| HSL | 348.78º | 1% | 0.76% | - |
| HSV(B) | 348.78º | 0.48% | 1% | - |
| XYZ | 55.41 | 40.13 | 35.84 | - |
| YUV | 171.4 | 118.75 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 155 | 0 | 0.48 | 0.39 | 0 | 348.78 | 1 | 0.76 |
| Hex | FF | 84 | 9B | 0 | 30 | 27 | 0 | 15D | 64 | 4C |
| Octal | 377 | 204 | 233 | 0 | 60 | 47 | 0 | 535 | 144 | 114 |
| Binary | 11111111 | 10000100 | 10011011 | 0 | 110000 | 100111 | 0 | 101011101 | 1100100 | 1001100 |
Color Harmonies of #FF849B
Complementary color
Monochromatic Colors of #FF849B
Black with #FF849B
Text Example
Text Example
White with #FF849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF849B; }
p { color: rgb(255,132,155); }
H1.HeaderClassName
{
color: #FF849B;
}
.AnyTagClassName
{
color: #FF849B;
}
</style>
background-color css
<style>
a { background-color: #FF849B; }
a { background-color: rgb(255,132,155); }
div.DivClassName
{
background-color: #FF849B;
}
.BgClassName
{
background-color: #FF849B;
}
</style>
border-color css
<style>
span { border-color: #FF849B; }
span { border-color: rgb(255,132,155); }
td.TdClassName
{
border-color: #FF849B;
}
.TagClassName
{
border-color: #FF849B;
}
</style>