Shades of Tickle Me Pink #FF87A0
Tints of Tickle Me Pink #FF87A0
RGB
CMYK
RGB Variations
Color information
#FF87A0 (or 0xFF87A0) is known color: Tickle Me Pink. HEX triplet: FF, 87 and A0. RGB value is (255,135,160). Sum of RGB (Red+Green+Blue) = 255+135+160=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 135 (53.12% from 255 or 24.55% from 550); Blue value is 160 (62.89% from 255 or 29.09% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FF87A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF87A0 is #00785F. Grayscale: #ADADAD. Windows color (decimal): -30816 or 10520575. OLE color: 10520575.
HSL color Cylindrical-coordinate representation of color #FF87A0: hue angle of 347.5º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF87A0 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 160 | - |
| CMYK | 0 | 0.47 | 0.37 | 0 |
| HSL | 347.5º | 1% | 0.76% | - |
| HSV(B) | 347.5º | 0.47% | 1% | - |
| XYZ | 56.25 | 41.13 | 38.23 | - |
| YUV | 173.73 | 120.26 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 160 | 0 | 0.47 | 0.37 | 0 | 347.5 | 1 | 0.76 |
| Hex | FF | 87 | A0 | 0 | 2F | 25 | 0 | 15C | 64 | 4C |
| Octal | 377 | 207 | 240 | 0 | 57 | 45 | 0 | 534 | 144 | 114 |
| Binary | 11111111 | 10000111 | 10100000 | 0 | 101111 | 100101 | 0 | 101011100 | 1100100 | 1001100 |
Color Harmonies of #FF87A0
Complementary color
Monochromatic Colors of #FF87A0
Black with #FF87A0
Text Example
Text Example
White with #FF87A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF87A0; }
p { color: rgb(255,135,160); }
H1.HeaderClassName
{
color: #FF87A0;
}
.AnyTagClassName
{
color: #FF87A0;
}
</style>
background-color css
<style>
a { background-color: #FF87A0; }
a { background-color: rgb(255,135,160); }
div.DivClassName
{
background-color: #FF87A0;
}
.BgClassName
{
background-color: #FF87A0;
}
</style>
border-color css
<style>
span { border-color: #FF87A0; }
span { border-color: rgb(255,135,160); }
td.TdClassName
{
border-color: #FF87A0;
}
.TagClassName
{
border-color: #FF87A0;
}
</style>