Shades of Tickle Me Pink #FF85A1
Tints of Tickle Me Pink #FF85A1
RGB
CMYK
RGB Variations
Color information
#FF85A1 (or 0xFF85A1) is known color: Tickle Me Pink. HEX triplet: FF, 85 and A1. RGB value is (255,133,161). Sum of RGB (Red+Green+Blue) = 255+133+161=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 161 (63.28% from 255 or 29.33% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF85A1 is #007A5E. Grayscale: #ACACAC. Windows color (decimal): -31327 or 10585599. OLE color: 10585599.
HSL color Cylindrical-coordinate representation of color #FF85A1: hue angle of 346.23º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FF85A1 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 161 | - |
| CMYK | 0 | 0.48 | 0.37 | 0 |
| HSL | 346.23º | 1% | 0.76% | - |
| HSV(B) | 346.23º | 0.48% | 1% | - |
| XYZ | 56.06 | 40.61 | 38.6 | - |
| YUV | 172.67 | 121.42 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 161 | 0 | 0.48 | 0.37 | 0 | 346.23 | 1 | 0.76 |
| Hex | FF | 85 | A1 | 0 | 30 | 25 | 0 | 15A | 64 | 4C |
| Octal | 377 | 205 | 241 | 0 | 60 | 45 | 0 | 532 | 144 | 114 |
| Binary | 11111111 | 10000101 | 10100001 | 0 | 110000 | 100101 | 0 | 101011010 | 1100100 | 1001100 |
Color Harmonies of #FF85A1
Complementary color
Monochromatic Colors of #FF85A1
Black with #FF85A1
Text Example
Text Example
White with #FF85A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF85A1; }
p { color: rgb(255,133,161); }
H1.HeaderClassName
{
color: #FF85A1;
}
.AnyTagClassName
{
color: #FF85A1;
}
</style>
background-color css
<style>
a { background-color: #FF85A1; }
a { background-color: rgb(255,133,161); }
div.DivClassName
{
background-color: #FF85A1;
}
.BgClassName
{
background-color: #FF85A1;
}
</style>
border-color css
<style>
span { border-color: #FF85A1; }
span { border-color: rgb(255,133,161); }
td.TdClassName
{
border-color: #FF85A1;
}
.TagClassName
{
border-color: #FF85A1;
}
</style>