Shades of Tickle Me Pink #FF85AB
Tints of Tickle Me Pink #FF85AB
RGB
CMYK
RGB Variations
Color information
#FF85AB (or 0xFF85AB) is known color: Tickle Me Pink. HEX triplet: FF, 85 and AB. RGB value is (255,133,171). Sum of RGB (Red+Green+Blue) = 255+133+171=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 133 (52.34% from 255 or 23.79% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF85AB is #007A54. Grayscale: #ADADAD. Windows color (decimal): -31317 or 11240959. OLE color: 11240959.
HSL color Cylindrical-coordinate representation of color #FF85AB: hue angle of 341.31º 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 #FF85AB is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 171 | - |
| CMYK | 0 | 0.48 | 0.33 | 0 |
| HSL | 341.31º | 1% | 0.76% | - |
| HSV(B) | 341.31º | 0.48% | 1% | - |
| XYZ | 56.98 | 40.98 | 43.43 | - |
| YUV | 173.81 | 126.42 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 171 | 0 | 0.48 | 0.33 | 0 | 341.31 | 1 | 0.76 |
| Hex | FF | 85 | AB | 0 | 30 | 21 | 0 | 155 | 64 | 4C |
| Octal | 377 | 205 | 253 | 0 | 60 | 41 | 0 | 525 | 144 | 114 |
| Binary | 11111111 | 10000101 | 10101011 | 0 | 110000 | 100001 | 0 | 101010101 | 1100100 | 1001100 |
Color Harmonies of #FF85AB
Complementary color
Monochromatic Colors of #FF85AB
Black with #FF85AB
Text Example
Text Example
White with #FF85AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF85AB; }
p { color: rgb(255,133,171); }
H1.HeaderClassName
{
color: #FF85AB;
}
.AnyTagClassName
{
color: #FF85AB;
}
</style>
background-color css
<style>
a { background-color: #FF85AB; }
a { background-color: rgb(255,133,171); }
div.DivClassName
{
background-color: #FF85AB;
}
.BgClassName
{
background-color: #FF85AB;
}
</style>
border-color css
<style>
span { border-color: #FF85AB; }
span { border-color: rgb(255,133,171); }
td.TdClassName
{
border-color: #FF85AB;
}
.TagClassName
{
border-color: #FF85AB;
}
</style>