Shades of Tickle Me Pink #F8829D
Tints of Tickle Me Pink #F8829D
RGB
CMYK
RGB Variations
Color information
#F8829D (or 0xF8829D) is known color: Tickle Me Pink. HEX triplet: F8, 82 and 9D. RGB value is (248,130,157). Sum of RGB (Red+Green+Blue) = 248+130+157=535 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.36% from 535); Green value is 130 (51.17% from 255 or 24.30% from 535); Blue value is 157 (61.72% from 255 or 29.35% from 535); Max value from RGB is 248 - color contains mainly: red. Hex color #F8829D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8829D is #077D62. Grayscale: #A8A8A8. Windows color (decimal): -490851 or 10322680. OLE color: 10322680.
HSL color Cylindrical-coordinate representation of color #F8829D: hue angle of 346.27º 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 #F8829D is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 130 | 157 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.03 |
| HSL | 346.27º | 0.89% | 0.74% | - |
| HSV(B) | 346.27º | 0.48% | 0.97% | - |
| XYZ | 52.78 | 38.36 | 36.52 | - |
| YUV | 168.36 | 121.59 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 130 | 157 | 0 | 0.48 | 0.37 | 0.03 | 346.27 | 0.89 | 0.74 |
| Hex | F8 | 82 | 9D | 0 | 30 | 25 | 3 | 15A | 59 | 4A |
| Octal | 370 | 202 | 235 | 0 | 60 | 45 | 3 | 532 | 131 | 112 |
| Binary | 11111000 | 10000010 | 10011101 | 0 | 110000 | 100101 | 11 | 101011010 | 1011001 | 1001010 |
Color Harmonies of #F8829D
Complementary color
Monochromatic Colors of #F8829D
Black with #F8829D
Text Example
Text Example
White with #F8829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8829D; }
p { color: rgb(248,130,157); }
H1.HeaderClassName
{
color: #F8829D;
}
.AnyTagClassName
{
color: #F8829D;
}
</style>
background-color css
<style>
a { background-color: #F8829D; }
a { background-color: rgb(248,130,157); }
div.DivClassName
{
background-color: #F8829D;
}
.BgClassName
{
background-color: #F8829D;
}
</style>
border-color css
<style>
span { border-color: #F8829D; }
span { border-color: rgb(248,130,157); }
td.TdClassName
{
border-color: #F8829D;
}
.TagClassName
{
border-color: #F8829D;
}
</style>