Shades of Tickle Me Pink #FF8093
Tints of Tickle Me Pink #FF8093
RGB
CMYK
RGB Variations
Color information
#FF8093 (or 0xFF8093) is known color: Tickle Me Pink. HEX triplet: FF, 80 and 93. RGB value is (255,128,147). Sum of RGB (Red+Green+Blue) = 255+128+147=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 128 (50.39% from 255 or 24.15% from 530); Blue value is 147 (57.81% from 255 or 27.74% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8093 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8093 is #007F6C. Grayscale: #A8A8A8. Windows color (decimal): -32621 or 9666815. OLE color: 9666815.
HSL color Cylindrical-coordinate representation of color #FF8093: hue angle of 351.02º 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 #FF8093 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 147 | - |
| CMYK | 0 | 0.50 | 0.42 | 0 |
| HSL | 351.02º | 1% | 0.75% | - |
| HSV(B) | 351.02º | 0.5% | 1% | - |
| XYZ | 54.23 | 38.8 | 32.24 | - |
| YUV | 168.14 | 116.08 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 147 | 0 | 0.50 | 0.42 | 0 | 351.02 | 1 | 0.75 |
| Hex | FF | 80 | 93 | 0 | 32 | 2A | 0 | 15F | 64 | 4B |
| Octal | 377 | 200 | 223 | 0 | 62 | 52 | 0 | 537 | 144 | 113 |
| Binary | 11111111 | 10000000 | 10010011 | 0 | 110010 | 101010 | 0 | 101011111 | 1100100 | 1001011 |
Color Harmonies of #FF8093
Complementary color
Monochromatic Colors of #FF8093
Black with #FF8093
Text Example
Text Example
White with #FF8093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8093; }
p { color: rgb(255,128,147); }
H1.HeaderClassName
{
color: #FF8093;
}
.AnyTagClassName
{
color: #FF8093;
}
</style>
background-color css
<style>
a { background-color: #FF8093; }
a { background-color: rgb(255,128,147); }
div.DivClassName
{
background-color: #FF8093;
}
.BgClassName
{
background-color: #FF8093;
}
</style>
border-color css
<style>
span { border-color: #FF8093; }
span { border-color: rgb(255,128,147); }
td.TdClassName
{
border-color: #FF8093;
}
.TagClassName
{
border-color: #FF8093;
}
</style>