Shades of Tickle Me Pink #FE7193
Tints of Tickle Me Pink #FE7193
RGB
CMYK
RGB Variations
Color information
#FE7193 (or 0xFE7193) is known color: Tickle Me Pink. HEX triplet: FE, 71 and 93. RGB value is (254,113,147). Sum of RGB (Red+Green+Blue) = 254+113+147=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7193 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7193 is #018E6C. Grayscale: #9F9F9F. Windows color (decimal): -101997 or 9662974. OLE color: 9662974.
HSL color Cylindrical-coordinate representation of color #FE7193: hue angle of 345.53º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE7193 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 147 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.00 |
| HSL | 345.53º | 0.99% | 0.72% | - |
| HSV(B) | 345.53º | 0.56% | 1% | - |
| XYZ | 52.04 | 34.99 | 31.61 | - |
| YUV | 159.04 | 121.21 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 147 | 0 | 0.56 | 0.42 | 0.00 | 345.53 | 0.99 | 0.72 |
| Hex | FE | 71 | 93 | 0 | 38 | 2A | 0 | 15A | 63 | 48 |
| Octal | 376 | 161 | 223 | 0 | 70 | 52 | 0 | 532 | 143 | 110 |
| Binary | 11111110 | 1110001 | 10010011 | 0 | 111000 | 101010 | 0 | 101011010 | 1100011 | 1001000 |
Color Harmonies of #FE7193
Complementary color
Monochromatic Colors of #FE7193
Black with #FE7193
Text Example
Text Example
White with #FE7193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7193; }
p { color: rgb(254,113,147); }
H1.HeaderClassName
{
color: #FE7193;
}
.AnyTagClassName
{
color: #FE7193;
}
</style>
background-color css
<style>
a { background-color: #FE7193; }
a { background-color: rgb(254,113,147); }
div.DivClassName
{
background-color: #FE7193;
}
.BgClassName
{
background-color: #FE7193;
}
</style>
border-color css
<style>
span { border-color: #FE7193; }
span { border-color: rgb(254,113,147); }
td.TdClassName
{
border-color: #FE7193;
}
.TagClassName
{
border-color: #FE7193;
}
</style>