Shades of Tickle Me Pink #FF7894
Tints of Tickle Me Pink #FF7894
RGB
CMYK
RGB Variations
Color information
#FF7894 (or 0xFF7894) is known color: Tickle Me Pink. HEX triplet: FF, 78 and 94. RGB value is (255,120,148). Sum of RGB (Red+Green+Blue) = 255+120+148=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 120 (47.27% from 255 or 22.94% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7894 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7894 is #00876B. Grayscale: #A3A3A3. Windows color (decimal): -34668 or 9730303. OLE color: 9730303.
HSL color Cylindrical-coordinate representation of color #FF7894: hue angle of 347.56º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF7894 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 148 | - |
| CMYK | 0 | 0.53 | 0.42 | 0 |
| HSL | 347.56º | 1% | 0.74% | - |
| HSV(B) | 347.56º | 0.53% | 1% | - |
| XYZ | 53.3 | 36.83 | 32.32 | - |
| YUV | 163.56 | 119.23 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 148 | 0 | 0.53 | 0.42 | 0 | 347.56 | 1 | 0.74 |
| Hex | FF | 78 | 94 | 0 | 35 | 2A | 0 | 15C | 64 | 4A |
| Octal | 377 | 170 | 224 | 0 | 65 | 52 | 0 | 534 | 144 | 112 |
| Binary | 11111111 | 1111000 | 10010100 | 0 | 110101 | 101010 | 0 | 101011100 | 1100100 | 1001010 |
Color Harmonies of #FF7894
Complementary color
Monochromatic Colors of #FF7894
Black with #FF7894
Text Example
Text Example
White with #FF7894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7894; }
p { color: rgb(255,120,148); }
H1.HeaderClassName
{
color: #FF7894;
}
.AnyTagClassName
{
color: #FF7894;
}
</style>
background-color css
<style>
a { background-color: #FF7894; }
a { background-color: rgb(255,120,148); }
div.DivClassName
{
background-color: #FF7894;
}
.BgClassName
{
background-color: #FF7894;
}
</style>
border-color css
<style>
span { border-color: #FF7894; }
span { border-color: rgb(255,120,148); }
td.TdClassName
{
border-color: #FF7894;
}
.TagClassName
{
border-color: #FF7894;
}
</style>