Shades of Tickle Me Pink #FF829F
Tints of Tickle Me Pink #FF829F
RGB
CMYK
RGB Variations
Color information
#FF829F (or 0xFF829F) is known color: Tickle Me Pink. HEX triplet: FF, 82 and 9F. RGB value is (255,130,159). Sum of RGB (Red+Green+Blue) = 255+130+159=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 130 (51.17% from 255 or 23.90% from 544); Blue value is 159 (62.5% from 255 or 29.23% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FF829F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF829F is #007D60. Grayscale: #AAAAAA. Windows color (decimal): -32097 or 10453759. OLE color: 10453759.
HSL color Cylindrical-coordinate representation of color #FF829F: hue angle of 346.08º 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 #FF829F is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 159 | - |
| CMYK | 0 | 0.49 | 0.38 | 0 |
| HSL | 346.08º | 1% | 0.75% | - |
| HSV(B) | 346.08º | 0.49% | 1% | - |
| XYZ | 55.48 | 39.73 | 37.55 | - |
| YUV | 170.68 | 121.41 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 159 | 0 | 0.49 | 0.38 | 0 | 346.08 | 1 | 0.75 |
| Hex | FF | 82 | 9F | 0 | 31 | 26 | 0 | 15A | 64 | 4B |
| Octal | 377 | 202 | 237 | 0 | 61 | 46 | 0 | 532 | 144 | 113 |
| Binary | 11111111 | 10000010 | 10011111 | 0 | 110001 | 100110 | 0 | 101011010 | 1100100 | 1001011 |
Color Harmonies of #FF829F
Complementary color
Monochromatic Colors of #FF829F
Black with #FF829F
Text Example
Text Example
White with #FF829F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF829F; }
p { color: rgb(255,130,159); }
H1.HeaderClassName
{
color: #FF829F;
}
.AnyTagClassName
{
color: #FF829F;
}
</style>
background-color css
<style>
a { background-color: #FF829F; }
a { background-color: rgb(255,130,159); }
div.DivClassName
{
background-color: #FF829F;
}
.BgClassName
{
background-color: #FF829F;
}
</style>
border-color css
<style>
span { border-color: #FF829F; }
span { border-color: rgb(255,130,159); }
td.TdClassName
{
border-color: #FF829F;
}
.TagClassName
{
border-color: #FF829F;
}
</style>