Shades of Tickle Me Pink #FE7294
Tints of Tickle Me Pink #FE7294
RGB
CMYK
RGB Variations
Color information
#FE7294 (or 0xFE7294) is known color: Tickle Me Pink. HEX triplet: FE, 72 and 94. RGB value is (254,114,148). Sum of RGB (Red+Green+Blue) = 254+114+148=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 114 (44.92% from 255 or 22.09% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7294 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7294 is #018D6B. Grayscale: #9F9F9F. Windows color (decimal): -101740 or 9728766. OLE color: 9728766.
HSL color Cylindrical-coordinate representation of color #FE7294: hue angle of 345.43º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FE7294 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 148 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.00 |
| HSL | 345.43º | 0.99% | 0.72% | - |
| HSV(B) | 345.43º | 0.55% | 1% | - |
| XYZ | 52.24 | 35.24 | 32.07 | - |
| YUV | 159.74 | 121.38 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 148 | 0 | 0.55 | 0.42 | 0.00 | 345.43 | 0.99 | 0.72 |
| Hex | FE | 72 | 94 | 0 | 37 | 2A | 0 | 159 | 63 | 48 |
| Octal | 376 | 162 | 224 | 0 | 67 | 52 | 0 | 531 | 143 | 110 |
| Binary | 11111110 | 1110010 | 10010100 | 0 | 110111 | 101010 | 0 | 101011001 | 1100011 | 1001000 |
Color Harmonies of #FE7294
Complementary color
Monochromatic Colors of #FE7294
Black with #FE7294
Text Example
Text Example
White with #FE7294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7294; }
p { color: rgb(254,114,148); }
H1.HeaderClassName
{
color: #FE7294;
}
.AnyTagClassName
{
color: #FE7294;
}
</style>
background-color css
<style>
a { background-color: #FE7294; }
a { background-color: rgb(254,114,148); }
div.DivClassName
{
background-color: #FE7294;
}
.BgClassName
{
background-color: #FE7294;
}
</style>
border-color css
<style>
span { border-color: #FE7294; }
span { border-color: rgb(254,114,148); }
td.TdClassName
{
border-color: #FE7294;
}
.TagClassName
{
border-color: #FE7294;
}
</style>