Shades of Tickle Me Pink #F7829D
Tints of Tickle Me Pink #F7829D
RGB
CMYK
RGB Variations
Color information
#F7829D (or 0xF7829D) is known color: Tickle Me Pink. HEX triplet: F7, 82 and 9D. RGB value is (247,130,157). Sum of RGB (Red+Green+Blue) = 247+130+157=534 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.25% from 534); Green value is 130 (51.17% from 255 or 24.34% from 534); Blue value is 157 (61.72% from 255 or 29.40% from 534); Max value from RGB is 247 - color contains mainly: red. Hex color #F7829D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7829D is #087D62. Grayscale: #A8A8A8. Windows color (decimal): -556387 or 10322679. OLE color: 10322679.
HSL color Cylindrical-coordinate representation of color #F7829D: hue angle of 346.15º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F7829D is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 130 | 157 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.03 |
| HSL | 346.15º | 0.88% | 0.74% | - |
| HSV(B) | 346.15º | 0.47% | 0.97% | - |
| XYZ | 52.43 | 38.17 | 36.5 | - |
| YUV | 168.06 | 121.76 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 130 | 157 | 0 | 0.47 | 0.36 | 0.03 | 346.15 | 0.88 | 0.74 |
| Hex | F7 | 82 | 9D | 0 | 2F | 24 | 3 | 15A | 58 | 4A |
| Octal | 367 | 202 | 235 | 0 | 57 | 44 | 3 | 532 | 130 | 112 |
| Binary | 11110111 | 10000010 | 10011101 | 0 | 101111 | 100100 | 11 | 101011010 | 1011000 | 1001010 |
Color Harmonies of #F7829D
Complementary color
Monochromatic Colors of #F7829D
Black with #F7829D
Text Example
Text Example
White with #F7829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7829D; }
p { color: rgb(247,130,157); }
H1.HeaderClassName
{
color: #F7829D;
}
.AnyTagClassName
{
color: #F7829D;
}
</style>
background-color css
<style>
a { background-color: #F7829D; }
a { background-color: rgb(247,130,157); }
div.DivClassName
{
background-color: #F7829D;
}
.BgClassName
{
background-color: #F7829D;
}
</style>
border-color css
<style>
span { border-color: #F7829D; }
span { border-color: rgb(247,130,157); }
td.TdClassName
{
border-color: #F7829D;
}
.TagClassName
{
border-color: #F7829D;
}
</style>