Shades of Tickle Me Pink #FE7C94
Tints of Tickle Me Pink #FE7C94
RGB
CMYK
RGB Variations
Color information
#FE7C94 (or 0xFE7C94) is known color: Tickle Me Pink. HEX triplet: FE, 7C and 94. RGB value is (254,124,148). Sum of RGB (Red+Green+Blue) = 254+124+148=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 124 (48.83% from 255 or 23.57% from 526); Blue value is 148 (58.20% from 255 or 28.14% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7C94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7C94 is #01836B. Grayscale: #A5A5A5. Windows color (decimal): -99180 or 9731326. OLE color: 9731326.
HSL color Cylindrical-coordinate representation of color #FE7C94: hue angle of 348.92º 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 #FE7C94 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 124 | 148 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.00 |
| HSL | 348.92º | 0.98% | 0.74% | - |
| HSV(B) | 348.92º | 0.51% | 1% | - |
| XYZ | 53.43 | 37.62 | 32.46 | - |
| YUV | 165.61 | 118.07 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 124 | 148 | 0 | 0.51 | 0.42 | 0.00 | 348.92 | 0.98 | 0.74 |
| Hex | FE | 7C | 94 | 0 | 33 | 2A | 0 | 15D | 62 | 4A |
| Octal | 376 | 174 | 224 | 0 | 63 | 52 | 0 | 535 | 142 | 112 |
| Binary | 11111110 | 1111100 | 10010100 | 0 | 110011 | 101010 | 0 | 101011101 | 1100010 | 1001010 |
Color Harmonies of #FE7C94
Complementary color
Monochromatic Colors of #FE7C94
Black with #FE7C94
Text Example
Text Example
White with #FE7C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7C94; }
p { color: rgb(254,124,148); }
H1.HeaderClassName
{
color: #FE7C94;
}
.AnyTagClassName
{
color: #FE7C94;
}
</style>
background-color css
<style>
a { background-color: #FE7C94; }
a { background-color: rgb(254,124,148); }
div.DivClassName
{
background-color: #FE7C94;
}
.BgClassName
{
background-color: #FE7C94;
}
</style>
border-color css
<style>
span { border-color: #FE7C94; }
span { border-color: rgb(254,124,148); }
td.TdClassName
{
border-color: #FE7C94;
}
.TagClassName
{
border-color: #FE7C94;
}
</style>