Shades of Tickle Me Pink #F27FA6
Tints of Tickle Me Pink #F27FA6
RGB
CMYK
RGB Variations
Color information
#F27FA6 (or 0xF27FA6) is known color: Tickle Me Pink. HEX triplet: F2, 7F and A6. RGB value is (242,127,166). Sum of RGB (Red+Green+Blue) = 242+127+166=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 166 (65.23% from 255 or 31.03% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F27FA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27FA6 is #0D8059. Grayscale: #A5A5A5. Windows color (decimal): -884826 or 10911730. OLE color: 10911730.
HSL color Cylindrical-coordinate representation of color #F27FA6: hue angle of 339.65º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F27FA6 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 127 | 166 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.05 |
| HSL | 339.65º | 0.82% | 0.72% | - |
| HSV(B) | 339.65º | 0.48% | 0.95% | - |
| XYZ | 51.09 | 36.81 | 40.49 | - |
| YUV | 165.83 | 128.1 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 127 | 166 | 0 | 0.48 | 0.31 | 0.05 | 339.65 | 0.82 | 0.72 |
| Hex | F2 | 7F | A6 | 0 | 30 | 1F | 5 | 154 | 52 | 48 |
| Octal | 362 | 177 | 246 | 0 | 60 | 37 | 5 | 524 | 122 | 110 |
| Binary | 11110010 | 1111111 | 10100110 | 0 | 110000 | 11111 | 101 | 101010100 | 1010010 | 1001000 |
Color Harmonies of #F27FA6
Complementary color
Monochromatic Colors of #F27FA6
Black with #F27FA6
Text Example
Text Example
White with #F27FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27FA6; }
p { color: rgb(242,127,166); }
H1.HeaderClassName
{
color: #F27FA6;
}
.AnyTagClassName
{
color: #F27FA6;
}
</style>
background-color css
<style>
a { background-color: #F27FA6; }
a { background-color: rgb(242,127,166); }
div.DivClassName
{
background-color: #F27FA6;
}
.BgClassName
{
background-color: #F27FA6;
}
</style>
border-color css
<style>
span { border-color: #F27FA6; }
span { border-color: rgb(242,127,166); }
td.TdClassName
{
border-color: #F27FA6;
}
.TagClassName
{
border-color: #F27FA6;
}
</style>