Shades of Tickle Me Pink #F26F9C
Tints of Tickle Me Pink #F26F9C
RGB
CMYK
RGB Variations
Color information
#F26F9C (or 0xF26F9C) is known color: Tickle Me Pink. HEX triplet: F2, 6F and 9C. RGB value is (242,111,156). Sum of RGB (Red+Green+Blue) = 242+111+156=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 111 (43.75% from 255 or 21.81% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F26F9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26F9C is #0D9063. Grayscale: #9B9B9B. Windows color (decimal): -888932 or 10252274. OLE color: 10252274.
HSL color Cylindrical-coordinate representation of color #F26F9C: hue angle of 339.39º 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 #F26F9C is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 111 | 156 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.05 |
| HSL | 339.39º | 0.83% | 0.69% | - |
| HSV(B) | 339.39º | 0.54% | 0.95% | - |
| XYZ | 48.3 | 32.65 | 35.21 | - |
| YUV | 155.3 | 128.4 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 111 | 156 | 0 | 0.54 | 0.36 | 0.05 | 339.39 | 0.83 | 0.69 |
| Hex | F2 | 6F | 9C | 0 | 36 | 24 | 5 | 153 | 53 | 45 |
| Octal | 362 | 157 | 234 | 0 | 66 | 44 | 5 | 523 | 123 | 105 |
| Binary | 11110010 | 1101111 | 10011100 | 0 | 110110 | 100100 | 101 | 101010011 | 1010011 | 1000101 |
Color Harmonies of #F26F9C
Complementary color
Monochromatic Colors of #F26F9C
Black with #F26F9C
Text Example
Text Example
White with #F26F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26F9C; }
p { color: rgb(242,111,156); }
H1.HeaderClassName
{
color: #F26F9C;
}
.AnyTagClassName
{
color: #F26F9C;
}
</style>
background-color css
<style>
a { background-color: #F26F9C; }
a { background-color: rgb(242,111,156); }
div.DivClassName
{
background-color: #F26F9C;
}
.BgClassName
{
background-color: #F26F9C;
}
</style>
border-color css
<style>
span { border-color: #F26F9C; }
span { border-color: rgb(242,111,156); }
td.TdClassName
{
border-color: #F26F9C;
}
.TagClassName
{
border-color: #F26F9C;
}
</style>