Shades of Tickle Me Pink #F882A8
Tints of Tickle Me Pink #F882A8
RGB
CMYK
RGB Variations
Color information
#F882A8 (or 0xF882A8) is known color: Tickle Me Pink. HEX triplet: F8, 82 and A8. RGB value is (248,130,168). Sum of RGB (Red+Green+Blue) = 248+130+168=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 130 (51.17% from 255 or 23.81% from 546); Blue value is 168 (66.02% from 255 or 30.77% from 546); Max value from RGB is 248 - color contains mainly: red. Hex color #F882A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F882A8 is #077D57. Grayscale: #A9A9A9. Windows color (decimal): -490840 or 11043576. OLE color: 11043576.
HSL color Cylindrical-coordinate representation of color #F882A8: hue angle of 340.68º 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 #F882A8 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 130 | 168 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.03 |
| HSL | 340.68º | 0.89% | 0.74% | - |
| HSV(B) | 340.68º | 0.48% | 0.97% | - |
| XYZ | 53.76 | 38.75 | 41.69 | - |
| YUV | 169.61 | 127.09 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 130 | 168 | 0 | 0.48 | 0.32 | 0.03 | 340.68 | 0.89 | 0.74 |
| Hex | F8 | 82 | A8 | 0 | 30 | 20 | 3 | 155 | 59 | 4A |
| Octal | 370 | 202 | 250 | 0 | 60 | 40 | 3 | 525 | 131 | 112 |
| Binary | 11111000 | 10000010 | 10101000 | 0 | 110000 | 100000 | 11 | 101010101 | 1011001 | 1001010 |
Color Harmonies of #F882A8
Complementary color
Monochromatic Colors of #F882A8
Black with #F882A8
Text Example
Text Example
White with #F882A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F882A8; }
p { color: rgb(248,130,168); }
H1.HeaderClassName
{
color: #F882A8;
}
.AnyTagClassName
{
color: #F882A8;
}
</style>
background-color css
<style>
a { background-color: #F882A8; }
a { background-color: rgb(248,130,168); }
div.DivClassName
{
background-color: #F882A8;
}
.BgClassName
{
background-color: #F882A8;
}
</style>
border-color css
<style>
span { border-color: #F882A8; }
span { border-color: rgb(248,130,168); }
td.TdClassName
{
border-color: #F882A8;
}
.TagClassName
{
border-color: #F882A8;
}
</style>