Shades of Tickle Me Pink #F27EA2
Tints of Tickle Me Pink #F27EA2
RGB
CMYK
RGB Variations
Color information
#F27EA2 (or 0xF27EA2) is known color: Tickle Me Pink. HEX triplet: F2, 7E and A2. RGB value is (242,126,162). Sum of RGB (Red+Green+Blue) = 242+126+162=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 126 (49.61% from 255 or 23.77% from 530); Blue value is 162 (63.67% from 255 or 30.57% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F27EA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27EA2 is #0D815D. Grayscale: #A4A4A4. Windows color (decimal): -885086 or 10649330. OLE color: 10649330.
HSL color Cylindrical-coordinate representation of color #F27EA2: hue angle of 341.38º 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 #F27EA2 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 126 | 162 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.05 |
| HSL | 341.38º | 0.82% | 0.72% | - |
| HSV(B) | 341.38º | 0.48% | 0.95% | - |
| XYZ | 50.6 | 36.41 | 38.54 | - |
| YUV | 164.79 | 126.43 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 126 | 162 | 0 | 0.48 | 0.33 | 0.05 | 341.38 | 0.82 | 0.72 |
| Hex | F2 | 7E | A2 | 0 | 30 | 21 | 5 | 155 | 52 | 48 |
| Octal | 362 | 176 | 242 | 0 | 60 | 41 | 5 | 525 | 122 | 110 |
| Binary | 11110010 | 1111110 | 10100010 | 0 | 110000 | 100001 | 101 | 101010101 | 1010010 | 1001000 |
Color Harmonies of #F27EA2
Complementary color
Monochromatic Colors of #F27EA2
Black with #F27EA2
Text Example
Text Example
White with #F27EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27EA2; }
p { color: rgb(242,126,162); }
H1.HeaderClassName
{
color: #F27EA2;
}
.AnyTagClassName
{
color: #F27EA2;
}
</style>
background-color css
<style>
a { background-color: #F27EA2; }
a { background-color: rgb(242,126,162); }
div.DivClassName
{
background-color: #F27EA2;
}
.BgClassName
{
background-color: #F27EA2;
}
</style>
border-color css
<style>
span { border-color: #F27EA2; }
span { border-color: rgb(242,126,162); }
td.TdClassName
{
border-color: #F27EA2;
}
.TagClassName
{
border-color: #F27EA2;
}
</style>