Shades of Tickle Me Pink #FF82A0
Tints of Tickle Me Pink #FF82A0
RGB
CMYK
RGB Variations
Color information
#FF82A0 (or 0xFF82A0) is known color: Tickle Me Pink. HEX triplet: FF, 82 and A0. RGB value is (255,130,160). Sum of RGB (Red+Green+Blue) = 255+130+160=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 130 (51.17% from 255 or 23.85% from 545); Blue value is 160 (62.89% from 255 or 29.36% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF82A0 is #007D5F. Grayscale: #AAAAAA. Windows color (decimal): -32096 or 10519295. OLE color: 10519295.
HSL color Cylindrical-coordinate representation of color #FF82A0: hue angle of 345.6º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF82A0 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 160 | - |
| CMYK | 0 | 0.49 | 0.37 | 0 |
| HSL | 345.6º | 1% | 0.75% | - |
| HSV(B) | 345.6º | 0.49% | 1% | - |
| XYZ | 55.57 | 39.76 | 38 | - |
| YUV | 170.8 | 121.91 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 160 | 0 | 0.49 | 0.37 | 0 | 345.6 | 1 | 0.75 |
| Hex | FF | 82 | A0 | 0 | 31 | 25 | 0 | 15A | 64 | 4B |
| Octal | 377 | 202 | 240 | 0 | 61 | 45 | 0 | 532 | 144 | 113 |
| Binary | 11111111 | 10000010 | 10100000 | 0 | 110001 | 100101 | 0 | 101011010 | 1100100 | 1001011 |
Color Harmonies of #FF82A0
Complementary color
Monochromatic Colors of #FF82A0
Black with #FF82A0
Text Example
Text Example
White with #FF82A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF82A0; }
p { color: rgb(255,130,160); }
H1.HeaderClassName
{
color: #FF82A0;
}
.AnyTagClassName
{
color: #FF82A0;
}
</style>
background-color css
<style>
a { background-color: #FF82A0; }
a { background-color: rgb(255,130,160); }
div.DivClassName
{
background-color: #FF82A0;
}
.BgClassName
{
background-color: #FF82A0;
}
</style>
border-color css
<style>
span { border-color: #FF82A0; }
span { border-color: rgb(255,130,160); }
td.TdClassName
{
border-color: #FF82A0;
}
.TagClassName
{
border-color: #FF82A0;
}
</style>