Shades of Tickle Me Pink #FF8BA1
Tints of Tickle Me Pink #FF8BA1
RGB
CMYK
RGB Variations
Color information
#FF8BA1 (or 0xFF8BA1) is known color: Tickle Me Pink. HEX triplet: FF, 8B and A1. RGB value is (255,139,161). Sum of RGB (Red+Green+Blue) = 255+139+161=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 139 (54.69% from 255 or 25.05% from 555); Blue value is 161 (63.28% from 255 or 29.01% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8BA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8BA1 is #00745E. Grayscale: #B0B0B0. Windows color (decimal): -29791 or 10587135. OLE color: 10587135.
HSL color Cylindrical-coordinate representation of color #FF8BA1: hue angle of 348.62º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF8BA1 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 161 | - |
| CMYK | 0 | 0.45 | 0.37 | 0 |
| HSL | 348.62º | 1% | 0.77% | - |
| HSV(B) | 348.62º | 0.45% | 1% | - |
| XYZ | 56.91 | 42.3 | 38.88 | - |
| YUV | 176.19 | 119.43 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 161 | 0 | 0.45 | 0.37 | 0 | 348.62 | 1 | 0.77 |
| Hex | FF | 8B | A1 | 0 | 2D | 25 | 0 | 15D | 64 | 4D |
| Octal | 377 | 213 | 241 | 0 | 55 | 45 | 0 | 535 | 144 | 115 |
| Binary | 11111111 | 10001011 | 10100001 | 0 | 101101 | 100101 | 0 | 101011101 | 1100100 | 1001101 |
Color Harmonies of #FF8BA1
Complementary color
Monochromatic Colors of #FF8BA1
Black with #FF8BA1
Text Example
Text Example
White with #FF8BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8BA1; }
p { color: rgb(255,139,161); }
H1.HeaderClassName
{
color: #FF8BA1;
}
.AnyTagClassName
{
color: #FF8BA1;
}
</style>
background-color css
<style>
a { background-color: #FF8BA1; }
a { background-color: rgb(255,139,161); }
div.DivClassName
{
background-color: #FF8BA1;
}
.BgClassName
{
background-color: #FF8BA1;
}
</style>
border-color css
<style>
span { border-color: #FF8BA1; }
span { border-color: rgb(255,139,161); }
td.TdClassName
{
border-color: #FF8BA1;
}
.TagClassName
{
border-color: #FF8BA1;
}
</style>