Shades of Tickle Me Pink #FE7D96
Tints of Tickle Me Pink #FE7D96
RGB
CMYK
RGB Variations
Color information
#FE7D96 (or 0xFE7D96) is known color: Tickle Me Pink. HEX triplet: FE, 7D and 96. RGB value is (254,125,150). Sum of RGB (Red+Green+Blue) = 254+125+150=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 150 (58.98% from 255 or 28.36% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7D96 is #018269. Grayscale: #A6A6A6. Windows color (decimal): -98922 or 9862654. OLE color: 9862654.
HSL color Cylindrical-coordinate representation of color #FE7D96: hue angle of 348.37º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE7D96 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 150 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.00 |
| HSL | 348.37º | 0.98% | 0.74% | - |
| HSV(B) | 348.37º | 0.51% | 1% | - |
| XYZ | 53.71 | 37.94 | 33.35 | - |
| YUV | 166.42 | 118.74 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 150 | 0 | 0.51 | 0.41 | 0.00 | 348.37 | 0.98 | 0.74 |
| Hex | FE | 7D | 96 | 0 | 33 | 29 | 0 | 15C | 62 | 4A |
| Octal | 376 | 175 | 226 | 0 | 63 | 51 | 0 | 534 | 142 | 112 |
| Binary | 11111110 | 1111101 | 10010110 | 0 | 110011 | 101001 | 0 | 101011100 | 1100010 | 1001010 |
Color Harmonies of #FE7D96
Complementary color
Monochromatic Colors of #FE7D96
Black with #FE7D96
Text Example
Text Example
White with #FE7D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7D96; }
p { color: rgb(254,125,150); }
H1.HeaderClassName
{
color: #FE7D96;
}
.AnyTagClassName
{
color: #FE7D96;
}
</style>
background-color css
<style>
a { background-color: #FE7D96; }
a { background-color: rgb(254,125,150); }
div.DivClassName
{
background-color: #FE7D96;
}
.BgClassName
{
background-color: #FE7D96;
}
</style>
border-color css
<style>
span { border-color: #FE7D96; }
span { border-color: rgb(254,125,150); }
td.TdClassName
{
border-color: #FE7D96;
}
.TagClassName
{
border-color: #FE7D96;
}
</style>