Shades of Tickle Me Pink #FF7C93
Tints of Tickle Me Pink #FF7C93
RGB
CMYK
RGB Variations
Color information
#FF7C93 (or 0xFF7C93) is known color: Tickle Me Pink. HEX triplet: FF, 7C and 93. RGB value is (255,124,147). Sum of RGB (Red+Green+Blue) = 255+124+147=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 124 (48.83% from 255 or 23.57% from 526); Blue value is 147 (57.81% from 255 or 27.95% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7C93 is #00836C. Grayscale: #A5A5A5. Windows color (decimal): -33645 or 9665791. OLE color: 9665791.
HSL color Cylindrical-coordinate representation of color #FF7C93: hue angle of 349.47º 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 #FF7C93 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 147 | - |
| CMYK | 0 | 0.51 | 0.42 | 0 |
| HSL | 349.47º | 1% | 0.74% | - |
| HSV(B) | 349.47º | 0.51% | 1% | - |
| XYZ | 53.71 | 37.78 | 32.07 | - |
| YUV | 165.79 | 117.4 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 147 | 0 | 0.51 | 0.42 | 0 | 349.47 | 1 | 0.74 |
| Hex | FF | 7C | 93 | 0 | 33 | 2A | 0 | 15D | 64 | 4A |
| Octal | 377 | 174 | 223 | 0 | 63 | 52 | 0 | 535 | 144 | 112 |
| Binary | 11111111 | 1111100 | 10010011 | 0 | 110011 | 101010 | 0 | 101011101 | 1100100 | 1001010 |
Color Harmonies of #FF7C93
Complementary color
Monochromatic Colors of #FF7C93
Black with #FF7C93
Text Example
Text Example
White with #FF7C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7C93; }
p { color: rgb(255,124,147); }
H1.HeaderClassName
{
color: #FF7C93;
}
.AnyTagClassName
{
color: #FF7C93;
}
</style>
background-color css
<style>
a { background-color: #FF7C93; }
a { background-color: rgb(255,124,147); }
div.DivClassName
{
background-color: #FF7C93;
}
.BgClassName
{
background-color: #FF7C93;
}
</style>
border-color css
<style>
span { border-color: #FF7C93; }
span { border-color: rgb(255,124,147); }
td.TdClassName
{
border-color: #FF7C93;
}
.TagClassName
{
border-color: #FF7C93;
}
</style>