Shades of Tickle Me Pink #F26F9D
Tints of Tickle Me Pink #F26F9D
RGB
CMYK
RGB Variations
Color information
#F26F9D (or 0xF26F9D) is known color: Tickle Me Pink. HEX triplet: F2, 6F and 9D. RGB value is (242,111,157). Sum of RGB (Red+Green+Blue) = 242+111+157=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 111 (43.75% from 255 or 21.76% from 510); Blue value is 157 (61.72% from 255 or 30.78% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F26F9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26F9D is #0D9062. Grayscale: #9B9B9B. Windows color (decimal): -888931 or 10317810. OLE color: 10317810.
HSL color Cylindrical-coordinate representation of color #F26F9D: hue angle of 338.93º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F26F9D is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 111 | 157 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.05 |
| HSL | 338.93º | 0.83% | 0.69% | - |
| HSV(B) | 338.93º | 0.54% | 0.95% | - |
| XYZ | 48.39 | 32.68 | 35.66 | - |
| YUV | 155.41 | 128.9 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 111 | 157 | 0 | 0.54 | 0.35 | 0.05 | 338.93 | 0.83 | 0.69 |
| Hex | F2 | 6F | 9D | 0 | 36 | 23 | 5 | 153 | 53 | 45 |
| Octal | 362 | 157 | 235 | 0 | 66 | 43 | 5 | 523 | 123 | 105 |
| Binary | 11110010 | 1101111 | 10011101 | 0 | 110110 | 100011 | 101 | 101010011 | 1010011 | 1000101 |
Color Harmonies of #F26F9D
Complementary color
Monochromatic Colors of #F26F9D
Black with #F26F9D
Text Example
Text Example
White with #F26F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26F9D; }
p { color: rgb(242,111,157); }
H1.HeaderClassName
{
color: #F26F9D;
}
.AnyTagClassName
{
color: #F26F9D;
}
</style>
background-color css
<style>
a { background-color: #F26F9D; }
a { background-color: rgb(242,111,157); }
div.DivClassName
{
background-color: #F26F9D;
}
.BgClassName
{
background-color: #F26F9D;
}
</style>
border-color css
<style>
span { border-color: #F26F9D; }
span { border-color: rgb(242,111,157); }
td.TdClassName
{
border-color: #F26F9D;
}
.TagClassName
{
border-color: #F26F9D;
}
</style>