Shades of Tickle Me Pink #FF7194
Tints of Tickle Me Pink #FF7194
RGB
CMYK
RGB Variations
Color information
#FF7194 (or 0xFF7194) is known color: Tickle Me Pink. HEX triplet: FF, 71 and 94. RGB value is (255,113,148). Sum of RGB (Red+Green+Blue) = 255+113+148=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 113 (44.53% from 255 or 21.90% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7194 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7194 is #008E6B. Grayscale: #9F9F9F. Windows color (decimal): -36460 or 9728511. OLE color: 9728511.
HSL color Cylindrical-coordinate representation of color #FF7194: hue angle of 345.21º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF7194 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 148 | - |
| CMYK | 0 | 0.56 | 0.42 | 0 |
| HSL | 345.21º | 1% | 0.72% | - |
| HSV(B) | 345.21º | 0.56% | 1% | - |
| XYZ | 52.49 | 35.21 | 32.05 | - |
| YUV | 159.45 | 121.54 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 148 | 0 | 0.56 | 0.42 | 0 | 345.21 | 1 | 0.72 |
| Hex | FF | 71 | 94 | 0 | 38 | 2A | 0 | 159 | 64 | 48 |
| Octal | 377 | 161 | 224 | 0 | 70 | 52 | 0 | 531 | 144 | 110 |
| Binary | 11111111 | 1110001 | 10010100 | 0 | 111000 | 101010 | 0 | 101011001 | 1100100 | 1001000 |
Color Harmonies of #FF7194
Complementary color
Monochromatic Colors of #FF7194
Black with #FF7194
Text Example
Text Example
White with #FF7194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7194; }
p { color: rgb(255,113,148); }
H1.HeaderClassName
{
color: #FF7194;
}
.AnyTagClassName
{
color: #FF7194;
}
</style>
background-color css
<style>
a { background-color: #FF7194; }
a { background-color: rgb(255,113,148); }
div.DivClassName
{
background-color: #FF7194;
}
.BgClassName
{
background-color: #FF7194;
}
</style>
border-color css
<style>
span { border-color: #FF7194; }
span { border-color: rgb(255,113,148); }
td.TdClassName
{
border-color: #FF7194;
}
.TagClassName
{
border-color: #FF7194;
}
</style>