Shades of Tickle Me Pink #FE7096
Tints of Tickle Me Pink #FE7096
RGB
CMYK
RGB Variations
Color information
#FE7096 (or 0xFE7096) is known color: Tickle Me Pink. HEX triplet: FE, 70 and 96. RGB value is (254,112,150). Sum of RGB (Red+Green+Blue) = 254+112+150=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7096 is #018F69. Grayscale: #9E9E9E. Windows color (decimal): -102250 or 9859326. OLE color: 9859326.
HSL color Cylindrical-coordinate representation of color #FE7096: hue angle of 343.94º 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 #FE7096 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 112 | 150 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.00 |
| HSL | 343.94º | 0.99% | 0.72% | - |
| HSV(B) | 343.94º | 0.56% | 1% | - |
| XYZ | 52.17 | 34.86 | 32.83 | - |
| YUV | 158.79 | 123.04 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 112 | 150 | 0 | 0.56 | 0.41 | 0.00 | 343.94 | 0.99 | 0.72 |
| Hex | FE | 70 | 96 | 0 | 38 | 29 | 0 | 158 | 63 | 48 |
| Octal | 376 | 160 | 226 | 0 | 70 | 51 | 0 | 530 | 143 | 110 |
| Binary | 11111110 | 1110000 | 10010110 | 0 | 111000 | 101001 | 0 | 101011000 | 1100011 | 1001000 |
Color Harmonies of #FE7096
Complementary color
Monochromatic Colors of #FE7096
Black with #FE7096
Text Example
Text Example
White with #FE7096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7096; }
p { color: rgb(254,112,150); }
H1.HeaderClassName
{
color: #FE7096;
}
.AnyTagClassName
{
color: #FE7096;
}
</style>
background-color css
<style>
a { background-color: #FE7096; }
a { background-color: rgb(254,112,150); }
div.DivClassName
{
background-color: #FE7096;
}
.BgClassName
{
background-color: #FE7096;
}
</style>
border-color css
<style>
span { border-color: #FE7096; }
span { border-color: rgb(254,112,150); }
td.TdClassName
{
border-color: #FE7096;
}
.TagClassName
{
border-color: #FE7096;
}
</style>