Shades of Tickle Me Pink #FF829D
Tints of Tickle Me Pink #FF829D
RGB
CMYK
RGB Variations
Color information
#FF829D (or 0xFF829D) is known color: Tickle Me Pink. HEX triplet: FF, 82 and 9D. RGB value is (255,130,157). Sum of RGB (Red+Green+Blue) = 255+130+157=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 130 (51.17% from 255 or 23.99% from 542); Blue value is 157 (61.72% from 255 or 28.97% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FF829D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF829D is #007D62. Grayscale: #AAAAAA. Windows color (decimal): -32099 or 10322687. OLE color: 10322687.
HSL color Cylindrical-coordinate representation of color #FF829D: hue angle of 347.04º 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 #FF829D is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 157 | - |
| CMYK | 0 | 0.49 | 0.38 | 0 |
| HSL | 347.04º | 1% | 0.75% | - |
| HSV(B) | 347.04º | 0.49% | 1% | - |
| XYZ | 55.31 | 39.66 | 36.64 | - |
| YUV | 170.45 | 120.41 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 157 | 0 | 0.49 | 0.38 | 0 | 347.04 | 1 | 0.75 |
| Hex | FF | 82 | 9D | 0 | 31 | 26 | 0 | 15B | 64 | 4B |
| Octal | 377 | 202 | 235 | 0 | 61 | 46 | 0 | 533 | 144 | 113 |
| Binary | 11111111 | 10000010 | 10011101 | 0 | 110001 | 100110 | 0 | 101011011 | 1100100 | 1001011 |
Color Harmonies of #FF829D
Complementary color
Monochromatic Colors of #FF829D
Black with #FF829D
Text Example
Text Example
White with #FF829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF829D; }
p { color: rgb(255,130,157); }
H1.HeaderClassName
{
color: #FF829D;
}
.AnyTagClassName
{
color: #FF829D;
}
</style>
background-color css
<style>
a { background-color: #FF829D; }
a { background-color: rgb(255,130,157); }
div.DivClassName
{
background-color: #FF829D;
}
.BgClassName
{
background-color: #FF829D;
}
</style>
border-color css
<style>
span { border-color: #FF829D; }
span { border-color: rgb(255,130,157); }
td.TdClassName
{
border-color: #FF829D;
}
.TagClassName
{
border-color: #FF829D;
}
</style>