Shades of Tickle Me Pink #FE7396
Tints of Tickle Me Pink #FE7396
RGB
CMYK
RGB Variations
Color information
#FE7396 (or 0xFE7396) is known color: Tickle Me Pink. HEX triplet: FE, 73 and 96. RGB value is (254,115,150). Sum of RGB (Red+Green+Blue) = 254+115+150=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 115 (45.31% from 255 or 22.16% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7396 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7396 is #018C69. Grayscale: #A0A0A0. Windows color (decimal): -101482 or 9860094. OLE color: 9860094.
HSL color Cylindrical-coordinate representation of color #FE7396: hue angle of 344.89º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FE7396 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 150 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.00 |
| HSL | 344.89º | 0.99% | 0.72% | - |
| HSV(B) | 344.89º | 0.55% | 1% | - |
| XYZ | 52.51 | 35.53 | 32.95 | - |
| YUV | 160.55 | 122.05 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 150 | 0 | 0.55 | 0.41 | 0.00 | 344.89 | 0.99 | 0.72 |
| Hex | FE | 73 | 96 | 0 | 37 | 29 | 0 | 159 | 63 | 48 |
| Octal | 376 | 163 | 226 | 0 | 67 | 51 | 0 | 531 | 143 | 110 |
| Binary | 11111110 | 1110011 | 10010110 | 0 | 110111 | 101001 | 0 | 101011001 | 1100011 | 1001000 |
Color Harmonies of #FE7396
Complementary color
Monochromatic Colors of #FE7396
Black with #FE7396
Text Example
Text Example
White with #FE7396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7396; }
p { color: rgb(254,115,150); }
H1.HeaderClassName
{
color: #FE7396;
}
.AnyTagClassName
{
color: #FE7396;
}
</style>
background-color css
<style>
a { background-color: #FE7396; }
a { background-color: rgb(254,115,150); }
div.DivClassName
{
background-color: #FE7396;
}
.BgClassName
{
background-color: #FE7396;
}
</style>
border-color css
<style>
span { border-color: #FE7396; }
span { border-color: rgb(254,115,150); }
td.TdClassName
{
border-color: #FE7396;
}
.TagClassName
{
border-color: #FE7396;
}
</style>