Shades of Tickle Me Pink #F881A0
Tints of Tickle Me Pink #F881A0
RGB
CMYK
RGB Variations
Color information
#F881A0 (or 0xF881A0) is known color: Tickle Me Pink. HEX triplet: F8, 81 and A0. RGB value is (248,129,160). Sum of RGB (Red+Green+Blue) = 248+129+160=537 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.18% from 537); Green value is 129 (50.78% from 255 or 24.02% from 537); Blue value is 160 (62.89% from 255 or 29.80% from 537); Max value from RGB is 248 - color contains mainly: red. Hex color #F881A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F881A0 is #077E5F. Grayscale: #A8A8A8. Windows color (decimal): -491104 or 10519032. OLE color: 10519032.
HSL color Cylindrical-coordinate representation of color #F881A0: hue angle of 344.37º degrees, saturation: 0.89, 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 #F881A0 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 129 | 160 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.03 |
| HSL | 344.37º | 0.89% | 0.74% | - |
| HSV(B) | 344.37º | 0.48% | 0.97% | - |
| XYZ | 52.91 | 38.2 | 37.84 | - |
| YUV | 168.12 | 123.42 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 129 | 160 | 0 | 0.48 | 0.35 | 0.03 | 344.37 | 0.89 | 0.74 |
| Hex | F8 | 81 | A0 | 0 | 30 | 23 | 3 | 158 | 59 | 4A |
| Octal | 370 | 201 | 240 | 0 | 60 | 43 | 3 | 530 | 131 | 112 |
| Binary | 11111000 | 10000001 | 10100000 | 0 | 110000 | 100011 | 11 | 101011000 | 1011001 | 1001010 |
Color Harmonies of #F881A0
Complementary color
Monochromatic Colors of #F881A0
Black with #F881A0
Text Example
Text Example
White with #F881A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F881A0; }
p { color: rgb(248,129,160); }
H1.HeaderClassName
{
color: #F881A0;
}
.AnyTagClassName
{
color: #F881A0;
}
</style>
background-color css
<style>
a { background-color: #F881A0; }
a { background-color: rgb(248,129,160); }
div.DivClassName
{
background-color: #F881A0;
}
.BgClassName
{
background-color: #F881A0;
}
</style>
border-color css
<style>
span { border-color: #F881A0; }
span { border-color: rgb(248,129,160); }
td.TdClassName
{
border-color: #F881A0;
}
.TagClassName
{
border-color: #F881A0;
}
</style>