Shades of Tickle Me Pink #FF7394
Tints of Tickle Me Pink #FF7394
RGB
CMYK
RGB Variations
Color information
#FF7394 (or 0xFF7394) is known color: Tickle Me Pink. HEX triplet: FF, 73 and 94. RGB value is (255,115,148). Sum of RGB (Red+Green+Blue) = 255+115+148=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 115 (45.31% from 255 or 22.20% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7394 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7394 is #008C6B. Grayscale: #A0A0A0. Windows color (decimal): -35948 or 9729023. OLE color: 9729023.
HSL color Cylindrical-coordinate representation of color #FF7394: hue angle of 345.86º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF7394 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 148 | - |
| CMYK | 0 | 0.55 | 0.42 | 0 |
| HSL | 345.86º | 1% | 0.73% | - |
| HSV(B) | 345.86º | 0.55% | 1% | - |
| XYZ | 52.72 | 35.66 | 32.12 | - |
| YUV | 160.62 | 120.88 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 148 | 0 | 0.55 | 0.42 | 0 | 345.86 | 1 | 0.73 |
| Hex | FF | 73 | 94 | 0 | 37 | 2A | 0 | 15A | 64 | 49 |
| Octal | 377 | 163 | 224 | 0 | 67 | 52 | 0 | 532 | 144 | 111 |
| Binary | 11111111 | 1110011 | 10010100 | 0 | 110111 | 101010 | 0 | 101011010 | 1100100 | 1001001 |
Color Harmonies of #FF7394
Complementary color
Monochromatic Colors of #FF7394
Black with #FF7394
Text Example
Text Example
White with #FF7394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7394; }
p { color: rgb(255,115,148); }
H1.HeaderClassName
{
color: #FF7394;
}
.AnyTagClassName
{
color: #FF7394;
}
</style>
background-color css
<style>
a { background-color: #FF7394; }
a { background-color: rgb(255,115,148); }
div.DivClassName
{
background-color: #FF7394;
}
.BgClassName
{
background-color: #FF7394;
}
</style>
border-color css
<style>
span { border-color: #FF7394; }
span { border-color: rgb(255,115,148); }
td.TdClassName
{
border-color: #FF7394;
}
.TagClassName
{
border-color: #FF7394;
}
</style>