Shades of Tickle Me Pink #FF7093
Tints of Tickle Me Pink #FF7093
RGB
CMYK
RGB Variations
Color information
#FF7093 (or 0xFF7093) is known color: Tickle Me Pink. HEX triplet: FF, 70 and 93. RGB value is (255,112,147). Sum of RGB (Red+Green+Blue) = 255+112+147=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 112 (44.14% from 255 or 21.79% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7093 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7093 is #008F6C. Grayscale: #9E9E9E. Windows color (decimal): -36717 or 9662719. OLE color: 9662719.
HSL color Cylindrical-coordinate representation of color #FF7093: hue angle of 345.31º 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 #FF7093 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 147 | - |
| CMYK | 0 | 0.56 | 0.42 | 0 |
| HSL | 345.31º | 1% | 0.72% | - |
| HSV(B) | 345.31º | 0.56% | 1% | - |
| XYZ | 52.3 | 34.95 | 31.59 | - |
| YUV | 158.75 | 121.38 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 147 | 0 | 0.56 | 0.42 | 0 | 345.31 | 1 | 0.72 |
| Hex | FF | 70 | 93 | 0 | 38 | 2A | 0 | 159 | 64 | 48 |
| Octal | 377 | 160 | 223 | 0 | 70 | 52 | 0 | 531 | 144 | 110 |
| Binary | 11111111 | 1110000 | 10010011 | 0 | 111000 | 101010 | 0 | 101011001 | 1100100 | 1001000 |
Color Harmonies of #FF7093
Complementary color
Monochromatic Colors of #FF7093
Black with #FF7093
Text Example
Text Example
White with #FF7093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7093; }
p { color: rgb(255,112,147); }
H1.HeaderClassName
{
color: #FF7093;
}
.AnyTagClassName
{
color: #FF7093;
}
</style>
background-color css
<style>
a { background-color: #FF7093; }
a { background-color: rgb(255,112,147); }
div.DivClassName
{
background-color: #FF7093;
}
.BgClassName
{
background-color: #FF7093;
}
</style>
border-color css
<style>
span { border-color: #FF7093; }
span { border-color: rgb(255,112,147); }
td.TdClassName
{
border-color: #FF7093;
}
.TagClassName
{
border-color: #FF7093;
}
</style>