Shades of Tickle Me Pink #F8829C
Tints of Tickle Me Pink #F8829C
RGB
CMYK
RGB Variations
Color information
#F8829C (or 0xF8829C) is known color: Tickle Me Pink. HEX triplet: F8, 82 and 9C. RGB value is (248,130,156). Sum of RGB (Red+Green+Blue) = 248+130+156=534 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.44% from 534); Green value is 130 (51.17% from 255 or 24.34% from 534); Blue value is 156 (61.33% from 255 or 29.21% from 534); Max value from RGB is 248 - color contains mainly: red. Hex color #F8829C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8829C is #077D63. Grayscale: #A8A8A8. Windows color (decimal): -490852 or 10257144. OLE color: 10257144.
HSL color Cylindrical-coordinate representation of color #F8829C: hue angle of 346.78º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F8829C is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 130 | 156 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.03 |
| HSL | 346.78º | 0.89% | 0.74% | - |
| HSV(B) | 346.78º | 0.48% | 0.97% | - |
| XYZ | 52.69 | 38.32 | 36.07 | - |
| YUV | 168.25 | 121.09 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 130 | 156 | 0 | 0.48 | 0.37 | 0.03 | 346.78 | 0.89 | 0.74 |
| Hex | F8 | 82 | 9C | 0 | 30 | 25 | 3 | 15B | 59 | 4A |
| Octal | 370 | 202 | 234 | 0 | 60 | 45 | 3 | 533 | 131 | 112 |
| Binary | 11111000 | 10000010 | 10011100 | 0 | 110000 | 100101 | 11 | 101011011 | 1011001 | 1001010 |
Color Harmonies of #F8829C
Complementary color
Monochromatic Colors of #F8829C
Black with #F8829C
Text Example
Text Example
White with #F8829C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8829C; }
p { color: rgb(248,130,156); }
H1.HeaderClassName
{
color: #F8829C;
}
.AnyTagClassName
{
color: #F8829C;
}
</style>
background-color css
<style>
a { background-color: #F8829C; }
a { background-color: rgb(248,130,156); }
div.DivClassName
{
background-color: #F8829C;
}
.BgClassName
{
background-color: #F8829C;
}
</style>
border-color css
<style>
span { border-color: #F8829C; }
span { border-color: rgb(248,130,156); }
td.TdClassName
{
border-color: #F8829C;
}
.TagClassName
{
border-color: #F8829C;
}
</style>