Shades of Tickle Me Pink #FF8193
Tints of Tickle Me Pink #FF8193
RGB
CMYK
RGB Variations
Color information
#FF8193 (or 0xFF8193) is known color: Tickle Me Pink. HEX triplet: FF, 81 and 93. RGB value is (255,129,147). Sum of RGB (Red+Green+Blue) = 255+129+147=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 129 (50.78% from 255 or 24.29% from 531); Blue value is 147 (57.81% from 255 or 27.68% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8193 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8193 is #007E6C. Grayscale: #A8A8A8. Windows color (decimal): -32365 or 9667071. OLE color: 9667071.
HSL color Cylindrical-coordinate representation of color #FF8193: hue angle of 351.43º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF8193 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 147 | - |
| CMYK | 0 | 0.49 | 0.42 | 0 |
| HSL | 351.43º | 1% | 0.75% | - |
| HSV(B) | 351.43º | 0.49% | 1% | - |
| XYZ | 54.36 | 39.07 | 32.28 | - |
| YUV | 168.73 | 115.74 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 147 | 0 | 0.49 | 0.42 | 0 | 351.43 | 1 | 0.75 |
| Hex | FF | 81 | 93 | 0 | 31 | 2A | 0 | 15F | 64 | 4B |
| Octal | 377 | 201 | 223 | 0 | 61 | 52 | 0 | 537 | 144 | 113 |
| Binary | 11111111 | 10000001 | 10010011 | 0 | 110001 | 101010 | 0 | 101011111 | 1100100 | 1001011 |
Color Harmonies of #FF8193
Complementary color
Monochromatic Colors of #FF8193
Black with #FF8193
Text Example
Text Example
White with #FF8193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8193; }
p { color: rgb(255,129,147); }
H1.HeaderClassName
{
color: #FF8193;
}
.AnyTagClassName
{
color: #FF8193;
}
</style>
background-color css
<style>
a { background-color: #FF8193; }
a { background-color: rgb(255,129,147); }
div.DivClassName
{
background-color: #FF8193;
}
.BgClassName
{
background-color: #FF8193;
}
</style>
border-color css
<style>
span { border-color: #FF8193; }
span { border-color: rgb(255,129,147); }
td.TdClassName
{
border-color: #FF8193;
}
.TagClassName
{
border-color: #FF8193;
}
</style>