Shades of Tickle Me Pink #F884A0
Tints of Tickle Me Pink #F884A0
RGB
CMYK
RGB Variations
Color information
#F884A0 (or 0xF884A0) is known color: Tickle Me Pink. HEX triplet: F8, 84 and A0. RGB value is (248,132,160). Sum of RGB (Red+Green+Blue) = 248+132+160=540 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.93% from 540); Green value is 132 (51.95% from 255 or 24.44% from 540); Blue value is 160 (62.89% from 255 or 29.63% from 540); Max value from RGB is 248 - color contains mainly: red. Hex color #F884A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F884A0 is #077B5F. Grayscale: #A9A9A9. Windows color (decimal): -490336 or 10519800. OLE color: 10519800.
HSL color Cylindrical-coordinate representation of color #F884A0: hue angle of 345.52º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F884A0 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 132 | 160 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.03 |
| HSL | 345.52º | 0.89% | 0.75% | - |
| HSV(B) | 345.52º | 0.47% | 0.97% | - |
| XYZ | 53.31 | 39 | 37.98 | - |
| YUV | 169.88 | 122.43 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 132 | 160 | 0 | 0.47 | 0.35 | 0.03 | 345.52 | 0.89 | 0.75 |
| Hex | F8 | 84 | A0 | 0 | 2F | 23 | 3 | 15A | 59 | 4B |
| Octal | 370 | 204 | 240 | 0 | 57 | 43 | 3 | 532 | 131 | 113 |
| Binary | 11111000 | 10000100 | 10100000 | 0 | 101111 | 100011 | 11 | 101011010 | 1011001 | 1001011 |
Color Harmonies of #F884A0
Complementary color
Monochromatic Colors of #F884A0
Black with #F884A0
Text Example
Text Example
White with #F884A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F884A0; }
p { color: rgb(248,132,160); }
H1.HeaderClassName
{
color: #F884A0;
}
.AnyTagClassName
{
color: #F884A0;
}
</style>
background-color css
<style>
a { background-color: #F884A0; }
a { background-color: rgb(248,132,160); }
div.DivClassName
{
background-color: #F884A0;
}
.BgClassName
{
background-color: #F884A0;
}
</style>
border-color css
<style>
span { border-color: #F884A0; }
span { border-color: rgb(248,132,160); }
td.TdClassName
{
border-color: #F884A0;
}
.TagClassName
{
border-color: #F884A0;
}
</style>