Shades of Tickle Me Pink #FF8CA1
Tints of Tickle Me Pink #FF8CA1
RGB
CMYK
RGB Variations
Color information
#FF8CA1 (or 0xFF8CA1) is known color: Tickle Me Pink. HEX triplet: FF, 8C and A1. RGB value is (255,140,161). Sum of RGB (Red+Green+Blue) = 255+140+161=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 140 (55.08% from 255 or 25.18% from 556); Blue value is 161 (63.28% from 255 or 28.96% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8CA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8CA1 is #00735E. Grayscale: #B0B0B0. Windows color (decimal): -29535 or 10587391. OLE color: 10587391.
HSL color Cylindrical-coordinate representation of color #FF8CA1: hue angle of 349.04º 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 #FF8CA1 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 161 | - |
| CMYK | 0 | 0.45 | 0.37 | 0 |
| HSL | 349.04º | 1% | 0.77% | - |
| HSV(B) | 349.04º | 0.45% | 1% | - |
| XYZ | 57.05 | 42.59 | 38.93 | - |
| YUV | 176.78 | 119.1 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 161 | 0 | 0.45 | 0.37 | 0 | 349.04 | 1 | 0.77 |
| Hex | FF | 8C | A1 | 0 | 2D | 25 | 0 | 15D | 64 | 4D |
| Octal | 377 | 214 | 241 | 0 | 55 | 45 | 0 | 535 | 144 | 115 |
| Binary | 11111111 | 10001100 | 10100001 | 0 | 101101 | 100101 | 0 | 101011101 | 1100100 | 1001101 |
Color Harmonies of #FF8CA1
Complementary color
Monochromatic Colors of #FF8CA1
Black with #FF8CA1
Text Example
Text Example
White with #FF8CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8CA1; }
p { color: rgb(255,140,161); }
H1.HeaderClassName
{
color: #FF8CA1;
}
.AnyTagClassName
{
color: #FF8CA1;
}
</style>
background-color css
<style>
a { background-color: #FF8CA1; }
a { background-color: rgb(255,140,161); }
div.DivClassName
{
background-color: #FF8CA1;
}
.BgClassName
{
background-color: #FF8CA1;
}
</style>
border-color css
<style>
span { border-color: #FF8CA1; }
span { border-color: rgb(255,140,161); }
td.TdClassName
{
border-color: #FF8CA1;
}
.TagClassName
{
border-color: #FF8CA1;
}
</style>