Shades of Tickle Me Pink #FF80B3
Tints of Tickle Me Pink #FF80B3
RGB
CMYK
RGB Variations
Color information
#FF80B3 (or 0xFF80B3) is known color: Tickle Me Pink. HEX triplet: FF, 80 and B3. RGB value is (255,128,179). Sum of RGB (Red+Green+Blue) = 255+128+179=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 128 (50.39% from 255 or 22.78% from 562); Blue value is 179 (70.31% from 255 or 31.85% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80B3 is #007F4C. Grayscale: #ABABAB. Windows color (decimal): -32589 or 11763967. OLE color: 11763967.
HSL color Cylindrical-coordinate representation of color #FF80B3: hue angle of 335.91º 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 #FF80B3 is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 179 | - |
| CMYK | 0 | 0.50 | 0.30 | 0 |
| HSL | 335.91º | 1% | 0.75% | - |
| HSV(B) | 335.91º | 0.5% | 1% | - |
| XYZ | 57.1 | 39.95 | 47.35 | - |
| YUV | 171.79 | 132.08 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 179 | 0 | 0.50 | 0.30 | 0 | 335.91 | 1 | 0.75 |
| Hex | FF | 80 | B3 | 0 | 32 | 1E | 0 | 150 | 64 | 4B |
| Octal | 377 | 200 | 263 | 0 | 62 | 36 | 0 | 520 | 144 | 113 |
| Binary | 11111111 | 10000000 | 10110011 | 0 | 110010 | 11110 | 0 | 101010000 | 1100100 | 1001011 |
Color Harmonies of #FF80B3
Complementary color
Monochromatic Colors of #FF80B3
Black with #FF80B3
Text Example
Text Example
White with #FF80B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF80B3; }
p { color: rgb(255,128,179); }
H1.HeaderClassName
{
color: #FF80B3;
}
.AnyTagClassName
{
color: #FF80B3;
}
</style>
background-color css
<style>
a { background-color: #FF80B3; }
a { background-color: rgb(255,128,179); }
div.DivClassName
{
background-color: #FF80B3;
}
.BgClassName
{
background-color: #FF80B3;
}
</style>
border-color css
<style>
span { border-color: #FF80B3; }
span { border-color: rgb(255,128,179); }
td.TdClassName
{
border-color: #FF80B3;
}
.TagClassName
{
border-color: #FF80B3;
}
</style>