Shades of Tickle Me Pink #FF8CA0
Tints of Tickle Me Pink #FF8CA0
RGB
CMYK
RGB Variations
Color information
#FF8CA0 (or 0xFF8CA0) is known color: Tickle Me Pink. HEX triplet: FF, 8C and A0. RGB value is (255,140,160). Sum of RGB (Red+Green+Blue) = 255+140+160=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 140 (55.08% from 255 or 25.23% from 555); Blue value is 160 (62.89% from 255 or 28.83% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8CA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8CA0 is #00735F. Grayscale: #B0B0B0. Windows color (decimal): -29536 or 10521855. OLE color: 10521855.
HSL color Cylindrical-coordinate representation of color #FF8CA0: hue angle of 349.57º 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 #FF8CA0 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 160 | - |
| CMYK | 0 | 0.45 | 0.37 | 0 |
| HSL | 349.57º | 1% | 0.77% | - |
| HSV(B) | 349.57º | 0.45% | 1% | - |
| XYZ | 56.96 | 42.55 | 38.47 | - |
| YUV | 176.67 | 118.6 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 160 | 0 | 0.45 | 0.37 | 0 | 349.57 | 1 | 0.77 |
| Hex | FF | 8C | A0 | 0 | 2D | 25 | 0 | 15E | 64 | 4D |
| Octal | 377 | 214 | 240 | 0 | 55 | 45 | 0 | 536 | 144 | 115 |
| Binary | 11111111 | 10001100 | 10100000 | 0 | 101101 | 100101 | 0 | 101011110 | 1100100 | 1001101 |
Color Harmonies of #FF8CA0
Complementary color
Monochromatic Colors of #FF8CA0
Black with #FF8CA0
Text Example
Text Example
White with #FF8CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8CA0; }
p { color: rgb(255,140,160); }
H1.HeaderClassName
{
color: #FF8CA0;
}
.AnyTagClassName
{
color: #FF8CA0;
}
</style>
background-color css
<style>
a { background-color: #FF8CA0; }
a { background-color: rgb(255,140,160); }
div.DivClassName
{
background-color: #FF8CA0;
}
.BgClassName
{
background-color: #FF8CA0;
}
</style>
border-color css
<style>
span { border-color: #FF8CA0; }
span { border-color: rgb(255,140,160); }
td.TdClassName
{
border-color: #FF8CA0;
}
.TagClassName
{
border-color: #FF8CA0;
}
</style>