Shades of Tickle Me Pink #FF7D93
Tints of Tickle Me Pink #FF7D93
RGB
CMYK
RGB Variations
Color information
#FF7D93 (or 0xFF7D93) is known color: Tickle Me Pink. HEX triplet: FF, 7D and 93. RGB value is (255,125,147). Sum of RGB (Red+Green+Blue) = 255+125+147=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 147 (57.81% from 255 or 27.89% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7D93 is #00826C. Grayscale: #A6A6A6. Windows color (decimal): -33389 or 9666047. OLE color: 9666047.
HSL color Cylindrical-coordinate representation of color #FF7D93: hue angle of 349.85º 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 #FF7D93 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 147 | - |
| CMYK | 0 | 0.51 | 0.42 | 0 |
| HSL | 349.85º | 1% | 0.75% | - |
| HSV(B) | 349.85º | 0.51% | 1% | - |
| XYZ | 53.84 | 38.03 | 32.11 | - |
| YUV | 166.38 | 117.07 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 147 | 0 | 0.51 | 0.42 | 0 | 349.85 | 1 | 0.75 |
| Hex | FF | 7D | 93 | 0 | 33 | 2A | 0 | 15E | 64 | 4B |
| Octal | 377 | 175 | 223 | 0 | 63 | 52 | 0 | 536 | 144 | 113 |
| Binary | 11111111 | 1111101 | 10010011 | 0 | 110011 | 101010 | 0 | 101011110 | 1100100 | 1001011 |
Color Harmonies of #FF7D93
Complementary color
Monochromatic Colors of #FF7D93
Black with #FF7D93
Text Example
Text Example
White with #FF7D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7D93; }
p { color: rgb(255,125,147); }
H1.HeaderClassName
{
color: #FF7D93;
}
.AnyTagClassName
{
color: #FF7D93;
}
</style>
background-color css
<style>
a { background-color: #FF7D93; }
a { background-color: rgb(255,125,147); }
div.DivClassName
{
background-color: #FF7D93;
}
.BgClassName
{
background-color: #FF7D93;
}
</style>
border-color css
<style>
span { border-color: #FF7D93; }
span { border-color: rgb(255,125,147); }
td.TdClassName
{
border-color: #FF7D93;
}
.TagClassName
{
border-color: #FF7D93;
}
</style>