Shades of Tickle Me Pink #FF7F93
Tints of Tickle Me Pink #FF7F93
RGB
CMYK
RGB Variations
Color information
#FF7F93 (or 0xFF7F93) is known color: Tickle Me Pink. HEX triplet: FF, 7F and 93. RGB value is (255,127,147). Sum of RGB (Red+Green+Blue) = 255+127+147=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 147 (57.81% from 255 or 27.79% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7F93 is #00806C. Grayscale: #A7A7A7. Windows color (decimal): -32877 or 9666559. OLE color: 9666559.
HSL color Cylindrical-coordinate representation of color #FF7F93: hue angle of 350.62º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF7F93 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 147 | - |
| CMYK | 0 | 0.50 | 0.42 | 0 |
| HSL | 350.63º | 1% | 0.75% | - |
| HSV(B) | 350.63º | 0.5% | 1% | - |
| XYZ | 54.1 | 38.55 | 32.19 | - |
| YUV | 167.55 | 116.41 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 147 | 0 | 0.50 | 0.42 | 0 | 350.63 | 1 | 0.75 |
| Hex | FF | 7F | 93 | 0 | 32 | 2A | 0 | 15F | 64 | 4B |
| Octal | 377 | 177 | 223 | 0 | 62 | 52 | 0 | 537 | 144 | 113 |
| Binary | 11111111 | 1111111 | 10010011 | 0 | 110010 | 101010 | 0 | 101011111 | 1100100 | 1001011 |
Color Harmonies of #FF7F93
Complementary color
Monochromatic Colors of #FF7F93
Black with #FF7F93
Text Example
Text Example
White with #FF7F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7F93; }
p { color: rgb(255,127,147); }
H1.HeaderClassName
{
color: #FF7F93;
}
.AnyTagClassName
{
color: #FF7F93;
}
</style>
background-color css
<style>
a { background-color: #FF7F93; }
a { background-color: rgb(255,127,147); }
div.DivClassName
{
background-color: #FF7F93;
}
.BgClassName
{
background-color: #FF7F93;
}
</style>
border-color css
<style>
span { border-color: #FF7F93; }
span { border-color: rgb(255,127,147); }
td.TdClassName
{
border-color: #FF7F93;
}
.TagClassName
{
border-color: #FF7F93;
}
</style>