Shades of Tickle Me Pink #FF8CB1
Tints of Tickle Me Pink #FF8CB1
RGB
CMYK
RGB Variations
Color information
#FF8CB1 (or 0xFF8CB1) is known color: Tickle Me Pink. HEX triplet: FF, 8C and B1. RGB value is (255,140,177). Sum of RGB (Red+Green+Blue) = 255+140+177=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 140 (55.08% from 255 or 24.48% from 572); Blue value is 177 (69.53% from 255 or 30.94% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8CB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8CB1 is #00734E. Grayscale: #B2B2B2. Windows color (decimal): -29519 or 11635967. OLE color: 11635967.
HSL color Cylindrical-coordinate representation of color #FF8CB1: hue angle of 340.7º 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 #FF8CB1 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 177 | - |
| CMYK | 0 | 0.45 | 0.31 | 0 |
| HSL | 340.7º | 1% | 0.77% | - |
| HSV(B) | 340.7º | 0.45% | 1% | - |
| XYZ | 58.55 | 43.19 | 46.85 | - |
| YUV | 178.6 | 127.1 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 177 | 0 | 0.45 | 0.31 | 0 | 340.7 | 1 | 0.77 |
| Hex | FF | 8C | B1 | 0 | 2D | 1F | 0 | 155 | 64 | 4D |
| Octal | 377 | 214 | 261 | 0 | 55 | 37 | 0 | 525 | 144 | 115 |
| Binary | 11111111 | 10001100 | 10110001 | 0 | 101101 | 11111 | 0 | 101010101 | 1100100 | 1001101 |
Color Harmonies of #FF8CB1
Complementary color
Monochromatic Colors of #FF8CB1
Black with #FF8CB1
Text Example
Text Example
White with #FF8CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8CB1; }
p { color: rgb(255,140,177); }
H1.HeaderClassName
{
color: #FF8CB1;
}
.AnyTagClassName
{
color: #FF8CB1;
}
</style>
background-color css
<style>
a { background-color: #FF8CB1; }
a { background-color: rgb(255,140,177); }
div.DivClassName
{
background-color: #FF8CB1;
}
.BgClassName
{
background-color: #FF8CB1;
}
</style>
border-color css
<style>
span { border-color: #FF8CB1; }
span { border-color: rgb(255,140,177); }
td.TdClassName
{
border-color: #FF8CB1;
}
.TagClassName
{
border-color: #FF8CB1;
}
</style>