Shades of Tickle Me Pink #F8759D
Tints of Tickle Me Pink #F8759D
RGB
CMYK
RGB Variations
Color information
#F8759D (or 0xF8759D) is known color: Tickle Me Pink. HEX triplet: F8, 75 and 9D. RGB value is (248,117,157). Sum of RGB (Red+Green+Blue) = 248+117+157=522 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.51% from 522); Green value is 117 (46.09% from 255 or 22.41% from 522); Blue value is 157 (61.72% from 255 or 30.08% from 522); Max value from RGB is 248 - color contains mainly: red. Hex color #F8759D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8759D is #078A62. Grayscale: #A0A0A0. Windows color (decimal): -494179 or 10319352. OLE color: 10319352.
HSL color Cylindrical-coordinate representation of color #F8759D: hue angle of 341.68º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F8759D is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 117 | 157 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.03 |
| HSL | 341.68º | 0.9% | 0.72% | - |
| HSV(B) | 341.68º | 0.53% | 0.97% | - |
| XYZ | 51.16 | 35.11 | 35.98 | - |
| YUV | 160.73 | 125.9 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 117 | 157 | 0 | 0.53 | 0.37 | 0.03 | 341.68 | 0.9 | 0.72 |
| Hex | F8 | 75 | 9D | 0 | 35 | 25 | 3 | 156 | 5A | 48 |
| Octal | 370 | 165 | 235 | 0 | 65 | 45 | 3 | 526 | 132 | 110 |
| Binary | 11111000 | 1110101 | 10011101 | 0 | 110101 | 100101 | 11 | 101010110 | 1011010 | 1001000 |
Color Harmonies of #F8759D
Complementary color
Monochromatic Colors of #F8759D
Black with #F8759D
Text Example
Text Example
White with #F8759D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8759D; }
p { color: rgb(248,117,157); }
H1.HeaderClassName
{
color: #F8759D;
}
.AnyTagClassName
{
color: #F8759D;
}
</style>
background-color css
<style>
a { background-color: #F8759D; }
a { background-color: rgb(248,117,157); }
div.DivClassName
{
background-color: #F8759D;
}
.BgClassName
{
background-color: #F8759D;
}
</style>
border-color css
<style>
span { border-color: #F8759D; }
span { border-color: rgb(248,117,157); }
td.TdClassName
{
border-color: #F8759D;
}
.TagClassName
{
border-color: #F8759D;
}
</style>