Shades of Tickle Me Pink #F880AB
Tints of Tickle Me Pink #F880AB
RGB
CMYK
RGB Variations
Color information
#F880AB (or 0xF880AB) is known color: Tickle Me Pink. HEX triplet: F8, 80 and AB. RGB value is (248,128,171). Sum of RGB (Red+Green+Blue) = 248+128+171=547 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.34% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 248 - color contains mainly: red. Hex color #F880AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F880AB is #077F54. Grayscale: #A8A8A8. Windows color (decimal): -491349 or 11239672. OLE color: 11239672.
HSL color Cylindrical-coordinate representation of color #F880AB: hue angle of 338.5º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F880AB is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 128 | 171 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.03 |
| HSL | 338.5º | 0.9% | 0.74% | - |
| HSV(B) | 338.5º | 0.48% | 0.97% | - |
| XYZ | 53.78 | 38.34 | 43.09 | - |
| YUV | 168.78 | 129.26 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 128 | 171 | 0 | 0.48 | 0.31 | 0.03 | 338.5 | 0.9 | 0.74 |
| Hex | F8 | 80 | AB | 0 | 30 | 1F | 3 | 152 | 5A | 4A |
| Octal | 370 | 200 | 253 | 0 | 60 | 37 | 3 | 522 | 132 | 112 |
| Binary | 11111000 | 10000000 | 10101011 | 0 | 110000 | 11111 | 11 | 101010010 | 1011010 | 1001010 |
Color Harmonies of #F880AB
Complementary color
Monochromatic Colors of #F880AB
Black with #F880AB
Text Example
Text Example
White with #F880AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F880AB; }
p { color: rgb(248,128,171); }
H1.HeaderClassName
{
color: #F880AB;
}
.AnyTagClassName
{
color: #F880AB;
}
</style>
background-color css
<style>
a { background-color: #F880AB; }
a { background-color: rgb(248,128,171); }
div.DivClassName
{
background-color: #F880AB;
}
.BgClassName
{
background-color: #F880AB;
}
</style>
border-color css
<style>
span { border-color: #F880AB; }
span { border-color: rgb(248,128,171); }
td.TdClassName
{
border-color: #F880AB;
}
.TagClassName
{
border-color: #F880AB;
}
</style>