Shades of Tickle Me Pink #F2769D
Tints of Tickle Me Pink #F2769D
RGB
CMYK
RGB Variations
Color information
#F2769D (or 0xF2769D) is known color: Tickle Me Pink. HEX triplet: F2, 76 and 9D. RGB value is (242,118,157). Sum of RGB (Red+Green+Blue) = 242+118+157=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 118 (46.48% from 255 or 22.82% from 517); Blue value is 157 (61.72% from 255 or 30.37% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F2769D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2769D is #0D8962. Grayscale: #9F9F9F. Windows color (decimal): -887139 or 10319602. OLE color: 10319602.
HSL color Cylindrical-coordinate representation of color #F2769D: hue angle of 341.13º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F2769D is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 118 | 157 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.05 |
| HSL | 341.13º | 0.83% | 0.71% | - |
| HSV(B) | 341.13º | 0.51% | 0.95% | - |
| XYZ | 49.18 | 34.27 | 35.92 | - |
| YUV | 159.52 | 126.58 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 118 | 157 | 0 | 0.51 | 0.35 | 0.05 | 341.13 | 0.83 | 0.71 |
| Hex | F2 | 76 | 9D | 0 | 33 | 23 | 5 | 155 | 53 | 47 |
| Octal | 362 | 166 | 235 | 0 | 63 | 43 | 5 | 525 | 123 | 107 |
| Binary | 11110010 | 1110110 | 10011101 | 0 | 110011 | 100011 | 101 | 101010101 | 1010011 | 1000111 |
Color Harmonies of #F2769D
Complementary color
Monochromatic Colors of #F2769D
Black with #F2769D
Text Example
Text Example
White with #F2769D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2769D; }
p { color: rgb(242,118,157); }
H1.HeaderClassName
{
color: #F2769D;
}
.AnyTagClassName
{
color: #F2769D;
}
</style>
background-color css
<style>
a { background-color: #F2769D; }
a { background-color: rgb(242,118,157); }
div.DivClassName
{
background-color: #F2769D;
}
.BgClassName
{
background-color: #F2769D;
}
</style>
border-color css
<style>
span { border-color: #F2769D; }
span { border-color: rgb(242,118,157); }
td.TdClassName
{
border-color: #F2769D;
}
.TagClassName
{
border-color: #F2769D;
}
</style>