Shades of Tickle Me Pink #F2749B
Tints of Tickle Me Pink #F2749B
RGB
CMYK
RGB Variations
Color information
#F2749B (or 0xF2749B) is known color: Tickle Me Pink. HEX triplet: F2, 74 and 9B. RGB value is (242,116,155). Sum of RGB (Red+Green+Blue) = 242+116+155=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 116 (45.70% from 255 or 22.61% from 513); Blue value is 155 (60.94% from 255 or 30.21% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F2749B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2749B is #0D8B64. Grayscale: #9E9E9E. Windows color (decimal): -887653 or 10188018. OLE color: 10188018.
HSL color Cylindrical-coordinate representation of color #F2749B: hue angle of 341.43º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F2749B is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 116 | 155 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.05 |
| HSL | 341.43º | 0.83% | 0.7% | - |
| HSV(B) | 341.43º | 0.52% | 0.95% | - |
| XYZ | 48.78 | 33.73 | 34.95 | - |
| YUV | 158.12 | 126.24 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 116 | 155 | 0 | 0.52 | 0.36 | 0.05 | 341.43 | 0.83 | 0.7 |
| Hex | F2 | 74 | 9B | 0 | 34 | 24 | 5 | 155 | 53 | 46 |
| Octal | 362 | 164 | 233 | 0 | 64 | 44 | 5 | 525 | 123 | 106 |
| Binary | 11110010 | 1110100 | 10011011 | 0 | 110100 | 100100 | 101 | 101010101 | 1010011 | 1000110 |
Color Harmonies of #F2749B
Complementary color
Monochromatic Colors of #F2749B
Black with #F2749B
Text Example
Text Example
White with #F2749B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2749B; }
p { color: rgb(242,116,155); }
H1.HeaderClassName
{
color: #F2749B;
}
.AnyTagClassName
{
color: #F2749B;
}
</style>
background-color css
<style>
a { background-color: #F2749B; }
a { background-color: rgb(242,116,155); }
div.DivClassName
{
background-color: #F2749B;
}
.BgClassName
{
background-color: #F2749B;
}
</style>
border-color css
<style>
span { border-color: #F2749B; }
span { border-color: rgb(242,116,155); }
td.TdClassName
{
border-color: #F2749B;
}
.TagClassName
{
border-color: #F2749B;
}
</style>