Shades of Tickle Me Pink #FF82B2
Tints of Tickle Me Pink #FF82B2
RGB
CMYK
RGB Variations
Color information
#FF82B2 (or 0xFF82B2) is known color: Tickle Me Pink. HEX triplet: FF, 82 and B2. RGB value is (255,130,178). Sum of RGB (Red+Green+Blue) = 255+130+178=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 130 (51.17% from 255 or 23.09% from 563); Blue value is 178 (69.92% from 255 or 31.62% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF82B2 is #007D4D. Grayscale: #ACACAC. Windows color (decimal): -32078 or 11698943. OLE color: 11698943.
HSL color Cylindrical-coordinate representation of color #FF82B2: hue angle of 336.96º 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 #FF82B2 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 178 | - |
| CMYK | 0 | 0.49 | 0.30 | 0 |
| HSL | 336.96º | 1% | 0.75% | - |
| HSV(B) | 336.96º | 0.49% | 1% | - |
| XYZ | 57.26 | 40.44 | 46.91 | - |
| YUV | 172.85 | 130.91 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 178 | 0 | 0.49 | 0.30 | 0 | 336.96 | 1 | 0.75 |
| Hex | FF | 82 | B2 | 0 | 31 | 1E | 0 | 151 | 64 | 4B |
| Octal | 377 | 202 | 262 | 0 | 61 | 36 | 0 | 521 | 144 | 113 |
| Binary | 11111111 | 10000010 | 10110010 | 0 | 110001 | 11110 | 0 | 101010001 | 1100100 | 1001011 |
Color Harmonies of #FF82B2
Complementary color
Monochromatic Colors of #FF82B2
Black with #FF82B2
Text Example
Text Example
White with #FF82B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF82B2; }
p { color: rgb(255,130,178); }
H1.HeaderClassName
{
color: #FF82B2;
}
.AnyTagClassName
{
color: #FF82B2;
}
</style>
background-color css
<style>
a { background-color: #FF82B2; }
a { background-color: rgb(255,130,178); }
div.DivClassName
{
background-color: #FF82B2;
}
.BgClassName
{
background-color: #FF82B2;
}
</style>
border-color css
<style>
span { border-color: #FF82B2; }
span { border-color: rgb(255,130,178); }
td.TdClassName
{
border-color: #FF82B2;
}
.TagClassName
{
border-color: #FF82B2;
}
</style>