Shades of Tickle Me Pink #F278A2
Tints of Tickle Me Pink #F278A2
RGB
CMYK
RGB Variations
Color information
#F278A2 (or 0xF278A2) is known color: Tickle Me Pink. HEX triplet: F2, 78 and A2. RGB value is (242,120,162). Sum of RGB (Red+Green+Blue) = 242+120+162=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 120 (47.27% from 255 or 22.90% from 524); Blue value is 162 (63.67% from 255 or 30.92% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F278A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F278A2 is #0D875D. Grayscale: #A1A1A1. Windows color (decimal): -886622 or 10647794. OLE color: 10647794.
HSL color Cylindrical-coordinate representation of color #F278A2: hue angle of 339.34º 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 #F278A2 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 162 | - |
| CMYK | 0 | 0.50 | 0.33 | 0.05 |
| HSL | 339.34º | 0.82% | 0.71% | - |
| HSV(B) | 339.34º | 0.5% | 0.95% | - |
| XYZ | 49.86 | 34.92 | 38.29 | - |
| YUV | 161.27 | 128.42 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 162 | 0 | 0.50 | 0.33 | 0.05 | 339.34 | 0.82 | 0.71 |
| Hex | F2 | 78 | A2 | 0 | 32 | 21 | 5 | 153 | 52 | 47 |
| Octal | 362 | 170 | 242 | 0 | 62 | 41 | 5 | 523 | 122 | 107 |
| Binary | 11110010 | 1111000 | 10100010 | 0 | 110010 | 100001 | 101 | 101010011 | 1010010 | 1000111 |
Color Harmonies of #F278A2
Complementary color
Monochromatic Colors of #F278A2
Black with #F278A2
Text Example
Text Example
White with #F278A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F278A2; }
p { color: rgb(242,120,162); }
H1.HeaderClassName
{
color: #F278A2;
}
.AnyTagClassName
{
color: #F278A2;
}
</style>
background-color css
<style>
a { background-color: #F278A2; }
a { background-color: rgb(242,120,162); }
div.DivClassName
{
background-color: #F278A2;
}
.BgClassName
{
background-color: #F278A2;
}
</style>
border-color css
<style>
span { border-color: #F278A2; }
span { border-color: rgb(242,120,162); }
td.TdClassName
{
border-color: #F278A2;
}
.TagClassName
{
border-color: #F278A2;
}
</style>