Shades of Tickle Me Pink #F27BA6
Tints of Tickle Me Pink #F27BA6
RGB
CMYK
RGB Variations
Color information
#F27BA6 (or 0xF27BA6) is known color: Tickle Me Pink. HEX triplet: F2, 7B and A6. RGB value is (242,123,166). Sum of RGB (Red+Green+Blue) = 242+123+166=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 123 (48.44% from 255 or 23.16% from 531); Blue value is 166 (65.23% from 255 or 31.26% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F27BA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27BA6 is #0D8459. Grayscale: #A3A3A3. Windows color (decimal): -885850 or 10910706. OLE color: 10910706.
HSL color Cylindrical-coordinate representation of color #F27BA6: hue angle of 338.32º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F27BA6 is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 123 | 166 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.05 |
| HSL | 338.32º | 0.82% | 0.72% | - |
| HSV(B) | 338.32º | 0.49% | 0.95% | - |
| XYZ | 50.58 | 35.8 | 40.32 | - |
| YUV | 163.48 | 129.42 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 123 | 166 | 0 | 0.49 | 0.31 | 0.05 | 338.32 | 0.82 | 0.72 |
| Hex | F2 | 7B | A6 | 0 | 31 | 1F | 5 | 152 | 52 | 48 |
| Octal | 362 | 173 | 246 | 0 | 61 | 37 | 5 | 522 | 122 | 110 |
| Binary | 11110010 | 1111011 | 10100110 | 0 | 110001 | 11111 | 101 | 101010010 | 1010010 | 1001000 |
Color Harmonies of #F27BA6
Complementary color
Monochromatic Colors of #F27BA6
Black with #F27BA6
Text Example
Text Example
White with #F27BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27BA6; }
p { color: rgb(242,123,166); }
H1.HeaderClassName
{
color: #F27BA6;
}
.AnyTagClassName
{
color: #F27BA6;
}
</style>
background-color css
<style>
a { background-color: #F27BA6; }
a { background-color: rgb(242,123,166); }
div.DivClassName
{
background-color: #F27BA6;
}
.BgClassName
{
background-color: #F27BA6;
}
</style>
border-color css
<style>
span { border-color: #F27BA6; }
span { border-color: rgb(242,123,166); }
td.TdClassName
{
border-color: #F27BA6;
}
.TagClassName
{
border-color: #F27BA6;
}
</style>