Shades of Tickle Me Pink #F278A6
Tints of Tickle Me Pink #F278A6
RGB
CMYK
RGB Variations
Color information
#F278A6 (or 0xF278A6) is known color: Tickle Me Pink. HEX triplet: F2, 78 and A6. RGB value is (242,120,166). Sum of RGB (Red+Green+Blue) = 242+120+166=528 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.83% from 528); Green value is 120 (47.27% from 255 or 22.73% from 528); Blue value is 166 (65.23% from 255 or 31.44% from 528); Max value from RGB is 242 - color contains mainly: red. Hex color #F278A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F278A6 is #0D8759. Grayscale: #A1A1A1. Windows color (decimal): -886618 or 10909938. OLE color: 10909938.
HSL color Cylindrical-coordinate representation of color #F278A6: hue angle of 337.38º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F278A6 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 166 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.05 |
| HSL | 337.38º | 0.82% | 0.71% | - |
| HSV(B) | 337.38º | 0.5% | 0.95% | - |
| XYZ | 50.22 | 35.06 | 40.2 | - |
| YUV | 161.72 | 130.42 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 166 | 0 | 0.50 | 0.31 | 0.05 | 337.38 | 0.82 | 0.71 |
| Hex | F2 | 78 | A6 | 0 | 32 | 1F | 5 | 151 | 52 | 47 |
| Octal | 362 | 170 | 246 | 0 | 62 | 37 | 5 | 521 | 122 | 107 |
| Binary | 11110010 | 1111000 | 10100110 | 0 | 110010 | 11111 | 101 | 101010001 | 1010010 | 1000111 |
Color Harmonies of #F278A6
Complementary color
Monochromatic Colors of #F278A6
Black with #F278A6
Text Example
Text Example
White with #F278A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F278A6; }
p { color: rgb(242,120,166); }
H1.HeaderClassName
{
color: #F278A6;
}
.AnyTagClassName
{
color: #F278A6;
}
</style>
background-color css
<style>
a { background-color: #F278A6; }
a { background-color: rgb(242,120,166); }
div.DivClassName
{
background-color: #F278A6;
}
.BgClassName
{
background-color: #F278A6;
}
</style>
border-color css
<style>
span { border-color: #F278A6; }
span { border-color: rgb(242,120,166); }
td.TdClassName
{
border-color: #F278A6;
}
.TagClassName
{
border-color: #F278A6;
}
</style>