Shades of Tickle Me Pink #FF80B2
Tints of Tickle Me Pink #FF80B2
RGB
CMYK
RGB Variations
Color information
#FF80B2 (or 0xFF80B2) is known color: Tickle Me Pink. HEX triplet: FF, 80 and B2. RGB value is (255,128,178). Sum of RGB (Red+Green+Blue) = 255+128+178=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 178 (69.92% from 255 or 31.73% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF80B2 is #007F4D. Grayscale: #ABABAB. Windows color (decimal): -32590 or 11698431. OLE color: 11698431.
HSL color Cylindrical-coordinate representation of color #FF80B2: hue angle of 336.38º 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 #FF80B2 is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 178 | - |
| CMYK | 0 | 0.50 | 0.30 | 0 |
| HSL | 336.38º | 1% | 0.75% | - |
| HSV(B) | 336.38º | 0.5% | 1% | - |
| XYZ | 57 | 39.91 | 46.82 | - |
| YUV | 171.67 | 131.58 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 178 | 0 | 0.50 | 0.30 | 0 | 336.38 | 1 | 0.75 |
| Hex | FF | 80 | B2 | 0 | 32 | 1E | 0 | 150 | 64 | 4B |
| Octal | 377 | 200 | 262 | 0 | 62 | 36 | 0 | 520 | 144 | 113 |
| Binary | 11111111 | 10000000 | 10110010 | 0 | 110010 | 11110 | 0 | 101010000 | 1100100 | 1001011 |
Color Harmonies of #FF80B2
Complementary color
Monochromatic Colors of #FF80B2
Black with #FF80B2
Text Example
Text Example
White with #FF80B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF80B2; }
p { color: rgb(255,128,178); }
H1.HeaderClassName
{
color: #FF80B2;
}
.AnyTagClassName
{
color: #FF80B2;
}
</style>
background-color css
<style>
a { background-color: #FF80B2; }
a { background-color: rgb(255,128,178); }
div.DivClassName
{
background-color: #FF80B2;
}
.BgClassName
{
background-color: #FF80B2;
}
</style>
border-color css
<style>
span { border-color: #FF80B2; }
span { border-color: rgb(255,128,178); }
td.TdClassName
{
border-color: #FF80B2;
}
.TagClassName
{
border-color: #FF80B2;
}
</style>