Shades of Tickle Me Pink #FE7E9A
Tints of Tickle Me Pink #FE7E9A
RGB
CMYK
RGB Variations
Color information
#FE7E9A (or 0xFE7E9A) is known color: Tickle Me Pink. HEX triplet: FE, 7E and 9A. RGB value is (254,126,154). Sum of RGB (Red+Green+Blue) = 254+126+154=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 126 (49.61% from 255 or 23.60% from 534); Blue value is 154 (60.55% from 255 or 28.84% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7E9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7E9A is #018165. Grayscale: #A7A7A7. Windows color (decimal): -98662 or 10125054. OLE color: 10125054.
HSL color Cylindrical-coordinate representation of color #FE7E9A: hue angle of 346.88º 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 #FE7E9A is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 126 | 154 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.00 |
| HSL | 346.88º | 0.98% | 0.75% | - |
| HSV(B) | 346.88º | 0.5% | 1% | - |
| XYZ | 54.17 | 38.33 | 35.11 | - |
| YUV | 167.46 | 120.41 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 126 | 154 | 0 | 0.50 | 0.39 | 0.00 | 346.88 | 0.98 | 0.75 |
| Hex | FE | 7E | 9A | 0 | 32 | 27 | 0 | 15B | 62 | 4B |
| Octal | 376 | 176 | 232 | 0 | 62 | 47 | 0 | 533 | 142 | 113 |
| Binary | 11111110 | 1111110 | 10011010 | 0 | 110010 | 100111 | 0 | 101011011 | 1100010 | 1001011 |
Color Harmonies of #FE7E9A
Complementary color
Monochromatic Colors of #FE7E9A
Black with #FE7E9A
Text Example
Text Example
White with #FE7E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7E9A; }
p { color: rgb(254,126,154); }
H1.HeaderClassName
{
color: #FE7E9A;
}
.AnyTagClassName
{
color: #FE7E9A;
}
</style>
background-color css
<style>
a { background-color: #FE7E9A; }
a { background-color: rgb(254,126,154); }
div.DivClassName
{
background-color: #FE7E9A;
}
.BgClassName
{
background-color: #FE7E9A;
}
</style>
border-color css
<style>
span { border-color: #FE7E9A; }
span { border-color: rgb(254,126,154); }
td.TdClassName
{
border-color: #FE7E9A;
}
.TagClassName
{
border-color: #FE7E9A;
}
</style>