Shades of Tickle Me Pink #FF7294
Tints of Tickle Me Pink #FF7294
RGB
CMYK
RGB Variations
Color information
#FF7294 (or 0xFF7294) is known color: Tickle Me Pink. HEX triplet: FF, 72 and 94. RGB value is (255,114,148). Sum of RGB (Red+Green+Blue) = 255+114+148=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 114 (44.92% from 255 or 22.05% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7294 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7294 is #008D6B. Grayscale: #A0A0A0. Windows color (decimal): -36204 or 9728767. OLE color: 9728767.
HSL color Cylindrical-coordinate representation of color #FF7294: hue angle of 345.53º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF7294 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 148 | - |
| CMYK | 0 | 0.55 | 0.42 | 0 |
| HSL | 345.53º | 1% | 0.72% | - |
| HSV(B) | 345.53º | 0.55% | 1% | - |
| XYZ | 52.6 | 35.43 | 32.08 | - |
| YUV | 160.04 | 121.21 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 148 | 0 | 0.55 | 0.42 | 0 | 345.53 | 1 | 0.72 |
| Hex | FF | 72 | 94 | 0 | 37 | 2A | 0 | 15A | 64 | 48 |
| Octal | 377 | 162 | 224 | 0 | 67 | 52 | 0 | 532 | 144 | 110 |
| Binary | 11111111 | 1110010 | 10010100 | 0 | 110111 | 101010 | 0 | 101011010 | 1100100 | 1001000 |
Color Harmonies of #FF7294
Complementary color
Monochromatic Colors of #FF7294
Black with #FF7294
Text Example
Text Example
White with #FF7294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7294; }
p { color: rgb(255,114,148); }
H1.HeaderClassName
{
color: #FF7294;
}
.AnyTagClassName
{
color: #FF7294;
}
</style>
background-color css
<style>
a { background-color: #FF7294; }
a { background-color: rgb(255,114,148); }
div.DivClassName
{
background-color: #FF7294;
}
.BgClassName
{
background-color: #FF7294;
}
</style>
border-color css
<style>
span { border-color: #FF7294; }
span { border-color: rgb(255,114,148); }
td.TdClassName
{
border-color: #FF7294;
}
.TagClassName
{
border-color: #FF7294;
}
</style>