Shades of Tickle Me Pink #FE7297
Tints of Tickle Me Pink #FE7297
RGB
CMYK
RGB Variations
Color information
#FE7297 (or 0xFE7297) is known color: Tickle Me Pink. HEX triplet: FE, 72 and 97. RGB value is (254,114,151). Sum of RGB (Red+Green+Blue) = 254+114+151=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 114 (44.92% from 255 or 21.97% from 519); Blue value is 151 (59.38% from 255 or 29.09% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7297 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7297 is #018D68. Grayscale: #A0A0A0. Windows color (decimal): -101737 or 9925374. OLE color: 9925374.
HSL color Cylindrical-coordinate representation of color #FE7297: hue angle of 344.14º 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 #FE7297 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 151 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.00 |
| HSL | 344.14º | 0.99% | 0.72% | - |
| HSV(B) | 344.14º | 0.55% | 1% | - |
| XYZ | 52.48 | 35.34 | 33.33 | - |
| YUV | 160.08 | 122.88 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 151 | 0 | 0.55 | 0.41 | 0.00 | 344.14 | 0.99 | 0.72 |
| Hex | FE | 72 | 97 | 0 | 37 | 29 | 0 | 158 | 63 | 48 |
| Octal | 376 | 162 | 227 | 0 | 67 | 51 | 0 | 530 | 143 | 110 |
| Binary | 11111110 | 1110010 | 10010111 | 0 | 110111 | 101001 | 0 | 101011000 | 1100011 | 1001000 |
Color Harmonies of #FE7297
Complementary color
Monochromatic Colors of #FE7297
Black with #FE7297
Text Example
Text Example
White with #FE7297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7297; }
p { color: rgb(254,114,151); }
H1.HeaderClassName
{
color: #FE7297;
}
.AnyTagClassName
{
color: #FE7297;
}
</style>
background-color css
<style>
a { background-color: #FE7297; }
a { background-color: rgb(254,114,151); }
div.DivClassName
{
background-color: #FE7297;
}
.BgClassName
{
background-color: #FE7297;
}
</style>
border-color css
<style>
span { border-color: #FE7297; }
span { border-color: rgb(254,114,151); }
td.TdClassName
{
border-color: #FE7297;
}
.TagClassName
{
border-color: #FE7297;
}
</style>