Shades of Tickle Me Pink #FF7C90
Tints of Tickle Me Pink #FF7C90
RGB
CMYK
RGB Variations
Color information
#FF7C90 (or 0xFF7C90) is known color: Tickle Me Pink. HEX triplet: FF, 7C and 90. RGB value is (255,124,144). Sum of RGB (Red+Green+Blue) = 255+124+144=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 124 (48.83% from 255 or 23.71% from 523); Blue value is 144 (56.64% from 255 or 27.53% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7C90 is #00836F. Grayscale: #A5A5A5. Windows color (decimal): -33648 or 9469183. OLE color: 9469183.
HSL color Cylindrical-coordinate representation of color #FF7C90: hue angle of 350.84º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7C90 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 144 | - |
| CMYK | 0 | 0.51 | 0.44 | 0 |
| HSL | 350.84º | 1% | 0.74% | - |
| HSV(B) | 350.84º | 0.51% | 1% | - |
| XYZ | 53.48 | 37.69 | 30.84 | - |
| YUV | 165.45 | 115.9 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 144 | 0 | 0.51 | 0.44 | 0 | 350.84 | 1 | 0.74 |
| Hex | FF | 7C | 90 | 0 | 33 | 2C | 0 | 15F | 64 | 4A |
| Octal | 377 | 174 | 220 | 0 | 63 | 54 | 0 | 537 | 144 | 112 |
| Binary | 11111111 | 1111100 | 10010000 | 0 | 110011 | 101100 | 0 | 101011111 | 1100100 | 1001010 |
Color Harmonies of #FF7C90
Complementary color
Monochromatic Colors of #FF7C90
Black with #FF7C90
Text Example
Text Example
White with #FF7C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7C90; }
p { color: rgb(255,124,144); }
H1.HeaderClassName
{
color: #FF7C90;
}
.AnyTagClassName
{
color: #FF7C90;
}
</style>
background-color css
<style>
a { background-color: #FF7C90; }
a { background-color: rgb(255,124,144); }
div.DivClassName
{
background-color: #FF7C90;
}
.BgClassName
{
background-color: #FF7C90;
}
</style>
border-color css
<style>
span { border-color: #FF7C90; }
span { border-color: rgb(255,124,144); }
td.TdClassName
{
border-color: #FF7C90;
}
.TagClassName
{
border-color: #FF7C90;
}
</style>