Shades of Tickle Me Pink #FF7293
Tints of Tickle Me Pink #FF7293
RGB
CMYK
RGB Variations
Color information
#FF7293 (or 0xFF7293) is known color: Tickle Me Pink. HEX triplet: FF, 72 and 93. RGB value is (255,114,147). Sum of RGB (Red+Green+Blue) = 255+114+147=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 114 (44.92% from 255 or 22.09% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7293 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7293 is #008D6C. Grayscale: #9F9F9F. Windows color (decimal): -36205 or 9663231. OLE color: 9663231.
HSL color Cylindrical-coordinate representation of color #FF7293: hue angle of 345.96º 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 #FF7293 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 114 | 147 | - |
| CMYK | 0 | 0.55 | 0.42 | 0 |
| HSL | 345.96º | 1% | 0.72% | - |
| HSV(B) | 345.96º | 0.55% | 1% | - |
| XYZ | 52.52 | 35.4 | 31.67 | - |
| YUV | 159.92 | 120.71 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 114 | 147 | 0 | 0.55 | 0.42 | 0 | 345.96 | 1 | 0.72 |
| Hex | FF | 72 | 93 | 0 | 37 | 2A | 0 | 15A | 64 | 48 |
| Octal | 377 | 162 | 223 | 0 | 67 | 52 | 0 | 532 | 144 | 110 |
| Binary | 11111111 | 1110010 | 10010011 | 0 | 110111 | 101010 | 0 | 101011010 | 1100100 | 1001000 |
Color Harmonies of #FF7293
Complementary color
Monochromatic Colors of #FF7293
Black with #FF7293
Text Example
Text Example
White with #FF7293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7293; }
p { color: rgb(255,114,147); }
H1.HeaderClassName
{
color: #FF7293;
}
.AnyTagClassName
{
color: #FF7293;
}
</style>
background-color css
<style>
a { background-color: #FF7293; }
a { background-color: rgb(255,114,147); }
div.DivClassName
{
background-color: #FF7293;
}
.BgClassName
{
background-color: #FF7293;
}
</style>
border-color css
<style>
span { border-color: #FF7293; }
span { border-color: rgb(255,114,147); }
td.TdClassName
{
border-color: #FF7293;
}
.TagClassName
{
border-color: #FF7293;
}
</style>