Shades of Tickle Me Pink #FF7C94
Tints of Tickle Me Pink #FF7C94
RGB
CMYK
RGB Variations
Color information
#FF7C94 (or 0xFF7C94) is known color: Tickle Me Pink. HEX triplet: FF, 7C and 94. RGB value is (255,124,148). Sum of RGB (Red+Green+Blue) = 255+124+148=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 124 (48.83% from 255 or 23.53% from 527); Blue value is 148 (58.20% from 255 or 28.08% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7C94 is #00836B. Grayscale: #A5A5A5. Windows color (decimal): -33644 or 9731327. OLE color: 9731327.
HSL color Cylindrical-coordinate representation of color #FF7C94: hue angle of 349.01º 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 #FF7C94 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 148 | - |
| CMYK | 0 | 0.51 | 0.42 | 0 |
| HSL | 349.01º | 1% | 0.74% | - |
| HSV(B) | 349.01º | 0.51% | 1% | - |
| XYZ | 53.79 | 37.81 | 32.48 | - |
| YUV | 165.91 | 117.9 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 148 | 0 | 0.51 | 0.42 | 0 | 349.01 | 1 | 0.74 |
| Hex | FF | 7C | 94 | 0 | 33 | 2A | 0 | 15D | 64 | 4A |
| Octal | 377 | 174 | 224 | 0 | 63 | 52 | 0 | 535 | 144 | 112 |
| Binary | 11111111 | 1111100 | 10010100 | 0 | 110011 | 101010 | 0 | 101011101 | 1100100 | 1001010 |
Color Harmonies of #FF7C94
Complementary color
Monochromatic Colors of #FF7C94
Black with #FF7C94
Text Example
Text Example
White with #FF7C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7C94; }
p { color: rgb(255,124,148); }
H1.HeaderClassName
{
color: #FF7C94;
}
.AnyTagClassName
{
color: #FF7C94;
}
</style>
background-color css
<style>
a { background-color: #FF7C94; }
a { background-color: rgb(255,124,148); }
div.DivClassName
{
background-color: #FF7C94;
}
.BgClassName
{
background-color: #FF7C94;
}
</style>
border-color css
<style>
span { border-color: #FF7C94; }
span { border-color: rgb(255,124,148); }
td.TdClassName
{
border-color: #FF7C94;
}
.TagClassName
{
border-color: #FF7C94;
}
</style>