Shades of Tickle Me Pink #F272A4
Tints of Tickle Me Pink #F272A4
RGB
CMYK
RGB Variations
Color information
#F272A4 (or 0xF272A4) is known color: Tickle Me Pink. HEX triplet: F2, 72 and A4. RGB value is (242,114,164). Sum of RGB (Red+Green+Blue) = 242+114+164=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 114 (44.92% from 255 or 21.92% from 520); Blue value is 164 (64.45% from 255 or 31.54% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F272A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F272A4 is #0D8D5B. Grayscale: #9D9D9D. Windows color (decimal): -888156 or 10777330. OLE color: 10777330.
HSL color Cylindrical-coordinate representation of color #F272A4: hue angle of 336.56º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F272A4 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 114 | 164 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.05 |
| HSL | 336.56º | 0.83% | 0.7% | - |
| HSV(B) | 336.56º | 0.53% | 0.95% | - |
| XYZ | 49.34 | 33.59 | 39.01 | - |
| YUV | 157.97 | 131.41 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 114 | 164 | 0 | 0.53 | 0.32 | 0.05 | 336.56 | 0.83 | 0.7 |
| Hex | F2 | 72 | A4 | 0 | 35 | 20 | 5 | 151 | 53 | 46 |
| Octal | 362 | 162 | 244 | 0 | 65 | 40 | 5 | 521 | 123 | 106 |
| Binary | 11110010 | 1110010 | 10100100 | 0 | 110101 | 100000 | 101 | 101010001 | 1010011 | 1000110 |
Color Harmonies of #F272A4
Complementary color
Monochromatic Colors of #F272A4
Black with #F272A4
Text Example
Text Example
White with #F272A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F272A4; }
p { color: rgb(242,114,164); }
H1.HeaderClassName
{
color: #F272A4;
}
.AnyTagClassName
{
color: #F272A4;
}
</style>
background-color css
<style>
a { background-color: #F272A4; }
a { background-color: rgb(242,114,164); }
div.DivClassName
{
background-color: #F272A4;
}
.BgClassName
{
background-color: #F272A4;
}
</style>
border-color css
<style>
span { border-color: #F272A4; }
span { border-color: rgb(242,114,164); }
td.TdClassName
{
border-color: #F272A4;
}
.TagClassName
{
border-color: #F272A4;
}
</style>