Shades of Tickle Me Pink #F278AD
Tints of Tickle Me Pink #F278AD
RGB
CMYK
RGB Variations
Color information
#F278AD (or 0xF278AD) is known color: Tickle Me Pink. HEX triplet: F2, 78 and AD. RGB value is (242,120,173). Sum of RGB (Red+Green+Blue) = 242+120+173=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 120 (47.27% from 255 or 22.43% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F278AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F278AD is #0D8752. Grayscale: #A2A2A2. Windows color (decimal): -886611 or 11368690. OLE color: 11368690.
HSL color Cylindrical-coordinate representation of color #F278AD: hue angle of 333.93º 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 #F278AD is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 173 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.05 |
| HSL | 333.93º | 0.82% | 0.71% | - |
| HSV(B) | 333.93º | 0.5% | 0.95% | - |
| XYZ | 50.88 | 35.33 | 43.67 | - |
| YUV | 162.52 | 133.92 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 173 | 0 | 0.50 | 0.29 | 0.05 | 333.93 | 0.82 | 0.71 |
| Hex | F2 | 78 | AD | 0 | 32 | 1D | 5 | 14E | 52 | 47 |
| Octal | 362 | 170 | 255 | 0 | 62 | 35 | 5 | 516 | 122 | 107 |
| Binary | 11110010 | 1111000 | 10101101 | 0 | 110010 | 11101 | 101 | 101001110 | 1010010 | 1000111 |
Color Harmonies of #F278AD
Complementary color
Monochromatic Colors of #F278AD
Black with #F278AD
Text Example
Text Example
White with #F278AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F278AD; }
p { color: rgb(242,120,173); }
H1.HeaderClassName
{
color: #F278AD;
}
.AnyTagClassName
{
color: #F278AD;
}
</style>
background-color css
<style>
a { background-color: #F278AD; }
a { background-color: rgb(242,120,173); }
div.DivClassName
{
background-color: #F278AD;
}
.BgClassName
{
background-color: #F278AD;
}
</style>
border-color css
<style>
span { border-color: #F278AD; }
span { border-color: rgb(242,120,173); }
td.TdClassName
{
border-color: #F278AD;
}
.TagClassName
{
border-color: #F278AD;
}
</style>