Shades of Tickle Me Pink #FF82AD
Tints of Tickle Me Pink #FF82AD
RGB
CMYK
RGB Variations
Color information
#FF82AD (or 0xFF82AD) is known color: Tickle Me Pink. HEX triplet: FF, 82 and AD. RGB value is (255,130,173). Sum of RGB (Red+Green+Blue) = 255+130+173=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 130 (51.17% from 255 or 23.30% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF82AD is #007D52. Grayscale: #ACACAC. Windows color (decimal): -32083 or 11371263. OLE color: 11371263.
HSL color Cylindrical-coordinate representation of color #FF82AD: hue angle of 339.36º 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 #FF82AD is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 173 | - |
| CMYK | 0 | 0.49 | 0.32 | 0 |
| HSL | 339.36º | 1% | 0.75% | - |
| HSV(B) | 339.36º | 0.49% | 1% | - |
| XYZ | 56.77 | 40.24 | 44.31 | - |
| YUV | 172.28 | 128.41 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 173 | 0 | 0.49 | 0.32 | 0 | 339.36 | 1 | 0.75 |
| Hex | FF | 82 | AD | 0 | 31 | 20 | 0 | 153 | 64 | 4B |
| Octal | 377 | 202 | 255 | 0 | 61 | 40 | 0 | 523 | 144 | 113 |
| Binary | 11111111 | 10000010 | 10101101 | 0 | 110001 | 100000 | 0 | 101010011 | 1100100 | 1001011 |
Color Harmonies of #FF82AD
Complementary color
Monochromatic Colors of #FF82AD
Black with #FF82AD
Text Example
Text Example
White with #FF82AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF82AD; }
p { color: rgb(255,130,173); }
H1.HeaderClassName
{
color: #FF82AD;
}
.AnyTagClassName
{
color: #FF82AD;
}
</style>
background-color css
<style>
a { background-color: #FF82AD; }
a { background-color: rgb(255,130,173); }
div.DivClassName
{
background-color: #FF82AD;
}
.BgClassName
{
background-color: #FF82AD;
}
</style>
border-color css
<style>
span { border-color: #FF82AD; }
span { border-color: rgb(255,130,173); }
td.TdClassName
{
border-color: #FF82AD;
}
.TagClassName
{
border-color: #FF82AD;
}
</style>