Shades of Tickle Me Pink #FF7E90
Tints of Tickle Me Pink #FF7E90
RGB
CMYK
RGB Variations
Color information
#FF7E90 (or 0xFF7E90) is known color: Tickle Me Pink. HEX triplet: FF, 7E and 90. RGB value is (255,126,144). Sum of RGB (Red+Green+Blue) = 255+126+144=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 126 (49.61% from 255 or 24% from 525); Blue value is 144 (56.64% from 255 or 27.43% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7E90 is #00816F. Grayscale: #A6A6A6. Windows color (decimal): -33136 or 9469695. OLE color: 9469695.
HSL color Cylindrical-coordinate representation of color #FF7E90: hue angle of 351.63º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7E90 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 126 | 144 | - |
| CMYK | 0 | 0.51 | 0.44 | 0 |
| HSL | 351.63º | 1% | 0.75% | - |
| HSV(B) | 351.63º | 0.51% | 1% | - |
| XYZ | 53.73 | 38.2 | 30.93 | - |
| YUV | 166.62 | 115.24 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 126 | 144 | 0 | 0.51 | 0.44 | 0 | 351.63 | 1 | 0.75 |
| Hex | FF | 7E | 90 | 0 | 33 | 2C | 0 | 160 | 64 | 4B |
| Octal | 377 | 176 | 220 | 0 | 63 | 54 | 0 | 540 | 144 | 113 |
| Binary | 11111111 | 1111110 | 10010000 | 0 | 110011 | 101100 | 0 | 101100000 | 1100100 | 1001011 |
Color Harmonies of #FF7E90
Complementary color
Monochromatic Colors of #FF7E90
Black with #FF7E90
Text Example
Text Example
White with #FF7E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7E90; }
p { color: rgb(255,126,144); }
H1.HeaderClassName
{
color: #FF7E90;
}
.AnyTagClassName
{
color: #FF7E90;
}
</style>
background-color css
<style>
a { background-color: #FF7E90; }
a { background-color: rgb(255,126,144); }
div.DivClassName
{
background-color: #FF7E90;
}
.BgClassName
{
background-color: #FF7E90;
}
</style>
border-color css
<style>
span { border-color: #FF7E90; }
span { border-color: rgb(255,126,144); }
td.TdClassName
{
border-color: #FF7E90;
}
.TagClassName
{
border-color: #FF7E90;
}
</style>