Shades of Tickle Me Pink #F8749D
Tints of Tickle Me Pink #F8749D
RGB
CMYK
RGB Variations
Color information
#F8749D (or 0xF8749D) is known color: Tickle Me Pink. HEX triplet: F8, 74 and 9D. RGB value is (248,116,157). Sum of RGB (Red+Green+Blue) = 248+116+157=521 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.60% from 521); Green value is 116 (45.70% from 255 or 22.26% from 521); Blue value is 157 (61.72% from 255 or 30.13% from 521); Max value from RGB is 248 - color contains mainly: red. Hex color #F8749D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8749D is #078B62. Grayscale: #A0A0A0. Windows color (decimal): -494435 or 10319096. OLE color: 10319096.
HSL color Cylindrical-coordinate representation of color #F8749D: hue angle of 341.36º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F8749D is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 116 | 157 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.03 |
| HSL | 341.36º | 0.9% | 0.71% | - |
| HSV(B) | 341.36º | 0.53% | 0.97% | - |
| XYZ | 51.04 | 34.88 | 35.94 | - |
| YUV | 160.14 | 126.23 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 116 | 157 | 0 | 0.53 | 0.37 | 0.03 | 341.36 | 0.9 | 0.71 |
| Hex | F8 | 74 | 9D | 0 | 35 | 25 | 3 | 155 | 5A | 47 |
| Octal | 370 | 164 | 235 | 0 | 65 | 45 | 3 | 525 | 132 | 107 |
| Binary | 11111000 | 1110100 | 10011101 | 0 | 110101 | 100101 | 11 | 101010101 | 1011010 | 1000111 |
Color Harmonies of #F8749D
Complementary color
Monochromatic Colors of #F8749D
Black with #F8749D
Text Example
Text Example
White with #F8749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8749D; }
p { color: rgb(248,116,157); }
H1.HeaderClassName
{
color: #F8749D;
}
.AnyTagClassName
{
color: #F8749D;
}
</style>
background-color css
<style>
a { background-color: #F8749D; }
a { background-color: rgb(248,116,157); }
div.DivClassName
{
background-color: #F8749D;
}
.BgClassName
{
background-color: #F8749D;
}
</style>
border-color css
<style>
span { border-color: #F8749D; }
span { border-color: rgb(248,116,157); }
td.TdClassName
{
border-color: #F8749D;
}
.TagClassName
{
border-color: #F8749D;
}
</style>