Shades of Tickle Me Pink #FE7E93
Tints of Tickle Me Pink #FE7E93
RGB
CMYK
RGB Variations
Color information
#FE7E93 (or 0xFE7E93) is known color: Tickle Me Pink. HEX triplet: FE, 7E and 93. RGB value is (254,126,147). Sum of RGB (Red+Green+Blue) = 254+126+147=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 126 (49.61% from 255 or 23.91% from 527); Blue value is 147 (57.81% from 255 or 27.89% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7E93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7E93 is #01816C. Grayscale: #A6A6A6. Windows color (decimal): -98669 or 9666302. OLE color: 9666302.
HSL color Cylindrical-coordinate representation of color #FE7E93: hue angle of 350.16º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE7E93 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 126 | 147 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.00 |
| HSL | 350.16º | 0.98% | 0.75% | - |
| HSV(B) | 350.16º | 0.5% | 1% | - |
| XYZ | 53.6 | 38.1 | 32.13 | - |
| YUV | 166.67 | 116.91 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 126 | 147 | 0 | 0.50 | 0.42 | 0.00 | 350.16 | 0.98 | 0.75 |
| Hex | FE | 7E | 93 | 0 | 32 | 2A | 0 | 15E | 62 | 4B |
| Octal | 376 | 176 | 223 | 0 | 62 | 52 | 0 | 536 | 142 | 113 |
| Binary | 11111110 | 1111110 | 10010011 | 0 | 110010 | 101010 | 0 | 101011110 | 1100010 | 1001011 |
Color Harmonies of #FE7E93
Complementary color
Monochromatic Colors of #FE7E93
Black with #FE7E93
Text Example
Text Example
White with #FE7E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7E93; }
p { color: rgb(254,126,147); }
H1.HeaderClassName
{
color: #FE7E93;
}
.AnyTagClassName
{
color: #FE7E93;
}
</style>
background-color css
<style>
a { background-color: #FE7E93; }
a { background-color: rgb(254,126,147); }
div.DivClassName
{
background-color: #FE7E93;
}
.BgClassName
{
background-color: #FE7E93;
}
</style>
border-color css
<style>
span { border-color: #FE7E93; }
span { border-color: rgb(254,126,147); }
td.TdClassName
{
border-color: #FE7E93;
}
.TagClassName
{
border-color: #FE7E93;
}
</style>