Shades of Tickle Me Pink #FF8DA1
Tints of Tickle Me Pink #FF8DA1
RGB
CMYK
RGB Variations
Color information
#FF8DA1 (or 0xFF8DA1) is known color: Tickle Me Pink. HEX triplet: FF, 8D and A1. RGB value is (255,141,161). Sum of RGB (Red+Green+Blue) = 255+141+161=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 141 (55.47% from 255 or 25.31% from 557); Blue value is 161 (63.28% from 255 or 28.90% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8DA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8DA1 is #00725E. Grayscale: #B1B1B1. Windows color (decimal): -29279 or 10587647. OLE color: 10587647.
HSL color Cylindrical-coordinate representation of color #FF8DA1: hue angle of 349.47º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF8DA1 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 161 | - |
| CMYK | 0 | 0.45 | 0.37 | 0 |
| HSL | 349.47º | 1% | 0.78% | - |
| HSV(B) | 349.47º | 0.45% | 1% | - |
| XYZ | 57.2 | 42.88 | 38.98 | - |
| YUV | 177.37 | 118.77 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 161 | 0 | 0.45 | 0.37 | 0 | 349.47 | 1 | 0.78 |
| Hex | FF | 8D | A1 | 0 | 2D | 25 | 0 | 15D | 64 | 4E |
| Octal | 377 | 215 | 241 | 0 | 55 | 45 | 0 | 535 | 144 | 116 |
| Binary | 11111111 | 10001101 | 10100001 | 0 | 101101 | 100101 | 0 | 101011101 | 1100100 | 1001110 |
Color Harmonies of #FF8DA1
Complementary color
Monochromatic Colors of #FF8DA1
Black with #FF8DA1
Text Example
Text Example
White with #FF8DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8DA1; }
p { color: rgb(255,141,161); }
H1.HeaderClassName
{
color: #FF8DA1;
}
.AnyTagClassName
{
color: #FF8DA1;
}
</style>
background-color css
<style>
a { background-color: #FF8DA1; }
a { background-color: rgb(255,141,161); }
div.DivClassName
{
background-color: #FF8DA1;
}
.BgClassName
{
background-color: #FF8DA1;
}
</style>
border-color css
<style>
span { border-color: #FF8DA1; }
span { border-color: rgb(255,141,161); }
td.TdClassName
{
border-color: #FF8DA1;
}
.TagClassName
{
border-color: #FF8DA1;
}
</style>