Shades of Tickle Me Pink #FF7493
Tints of Tickle Me Pink #FF7493
RGB
CMYK
RGB Variations
Color information
#FF7493 (or 0xFF7493) is known color: Tickle Me Pink. HEX triplet: FF, 74 and 93. RGB value is (255,116,147). Sum of RGB (Red+Green+Blue) = 255+116+147=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 116 (45.70% from 255 or 22.39% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7493 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7493 is #008B6C. Grayscale: #A1A1A1. Windows color (decimal): -35693 or 9663743. OLE color: 9663743.
HSL color Cylindrical-coordinate representation of color #FF7493: hue angle of 346.62º 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 #FF7493 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 147 | - |
| CMYK | 0 | 0.55 | 0.42 | 0 |
| HSL | 346.62º | 1% | 0.73% | - |
| HSV(B) | 346.62º | 0.55% | 1% | - |
| XYZ | 52.75 | 35.86 | 31.74 | - |
| YUV | 161.1 | 120.05 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 147 | 0 | 0.55 | 0.42 | 0 | 346.62 | 1 | 0.73 |
| Hex | FF | 74 | 93 | 0 | 37 | 2A | 0 | 15B | 64 | 49 |
| Octal | 377 | 164 | 223 | 0 | 67 | 52 | 0 | 533 | 144 | 111 |
| Binary | 11111111 | 1110100 | 10010011 | 0 | 110111 | 101010 | 0 | 101011011 | 1100100 | 1001001 |
Color Harmonies of #FF7493
Complementary color
Monochromatic Colors of #FF7493
Black with #FF7493
Text Example
Text Example
White with #FF7493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7493; }
p { color: rgb(255,116,147); }
H1.HeaderClassName
{
color: #FF7493;
}
.AnyTagClassName
{
color: #FF7493;
}
</style>
background-color css
<style>
a { background-color: #FF7493; }
a { background-color: rgb(255,116,147); }
div.DivClassName
{
background-color: #FF7493;
}
.BgClassName
{
background-color: #FF7493;
}
</style>
border-color css
<style>
span { border-color: #FF7493; }
span { border-color: rgb(255,116,147); }
td.TdClassName
{
border-color: #FF7493;
}
.TagClassName
{
border-color: #FF7493;
}
</style>