Shades of Tickle Me Pink #FF8092
Tints of Tickle Me Pink #FF8092
RGB
CMYK
RGB Variations
Color information
#FF8092 (or 0xFF8092) is known color: Tickle Me Pink. HEX triplet: FF, 80 and 92. RGB value is (255,128,146). Sum of RGB (Red+Green+Blue) = 255+128+146=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 128 (50.39% from 255 or 24.20% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8092 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8092 is #007F6D. Grayscale: #A8A8A8. Windows color (decimal): -32622 or 9601279. OLE color: 9601279.
HSL color Cylindrical-coordinate representation of color #FF8092: hue angle of 351.5º 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 #FF8092 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 146 | - |
| CMYK | 0 | 0.50 | 0.43 | 0 |
| HSL | 351.5º | 1% | 0.75% | - |
| HSV(B) | 351.5º | 0.5% | 1% | - |
| XYZ | 54.15 | 38.77 | 31.82 | - |
| YUV | 168.03 | 115.58 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 146 | 0 | 0.50 | 0.43 | 0 | 351.5 | 1 | 0.75 |
| Hex | FF | 80 | 92 | 0 | 32 | 2B | 0 | 15F | 64 | 4B |
| Octal | 377 | 200 | 222 | 0 | 62 | 53 | 0 | 537 | 144 | 113 |
| Binary | 11111111 | 10000000 | 10010010 | 0 | 110010 | 101011 | 0 | 101011111 | 1100100 | 1001011 |
Color Harmonies of #FF8092
Complementary color
Monochromatic Colors of #FF8092
Black with #FF8092
Text Example
Text Example
White with #FF8092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8092; }
p { color: rgb(255,128,146); }
H1.HeaderClassName
{
color: #FF8092;
}
.AnyTagClassName
{
color: #FF8092;
}
</style>
background-color css
<style>
a { background-color: #FF8092; }
a { background-color: rgb(255,128,146); }
div.DivClassName
{
background-color: #FF8092;
}
.BgClassName
{
background-color: #FF8092;
}
</style>
border-color css
<style>
span { border-color: #FF8092; }
span { border-color: rgb(255,128,146); }
td.TdClassName
{
border-color: #FF8092;
}
.TagClassName
{
border-color: #FF8092;
}
</style>