Shades of Tickle Me Pink #FF8CA5
Tints of Tickle Me Pink #FF8CA5
RGB
CMYK
RGB Variations
Color information
#FF8CA5 (or 0xFF8CA5) is known color: Tickle Me Pink. HEX triplet: FF, 8C and A5. RGB value is (255,140,165). Sum of RGB (Red+Green+Blue) = 255+140+165=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 140 (55.08% from 255 or 25% from 560); Blue value is 165 (64.84% from 255 or 29.46% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8CA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8CA5 is #00735A. Grayscale: #B1B1B1. Windows color (decimal): -29531 or 10849535. OLE color: 10849535.
HSL color Cylindrical-coordinate representation of color #FF8CA5: hue angle of 346.96º 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 #FF8CA5 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 165 | - |
| CMYK | 0 | 0.45 | 0.35 | 0 |
| HSL | 346.96º | 1% | 0.77% | - |
| HSV(B) | 346.96º | 0.45% | 1% | - |
| XYZ | 57.41 | 42.73 | 40.82 | - |
| YUV | 177.24 | 121.1 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 165 | 0 | 0.45 | 0.35 | 0 | 346.96 | 1 | 0.77 |
| Hex | FF | 8C | A5 | 0 | 2D | 23 | 0 | 15B | 64 | 4D |
| Octal | 377 | 214 | 245 | 0 | 55 | 43 | 0 | 533 | 144 | 115 |
| Binary | 11111111 | 10001100 | 10100101 | 0 | 101101 | 100011 | 0 | 101011011 | 1100100 | 1001101 |
Color Harmonies of #FF8CA5
Complementary color
Monochromatic Colors of #FF8CA5
Black with #FF8CA5
Text Example
Text Example
White with #FF8CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8CA5; }
p { color: rgb(255,140,165); }
H1.HeaderClassName
{
color: #FF8CA5;
}
.AnyTagClassName
{
color: #FF8CA5;
}
</style>
background-color css
<style>
a { background-color: #FF8CA5; }
a { background-color: rgb(255,140,165); }
div.DivClassName
{
background-color: #FF8CA5;
}
.BgClassName
{
background-color: #FF8CA5;
}
</style>
border-color css
<style>
span { border-color: #FF8CA5; }
span { border-color: rgb(255,140,165); }
td.TdClassName
{
border-color: #FF8CA5;
}
.TagClassName
{
border-color: #FF8CA5;
}
</style>