Shades of Tickle Me Pink #F875A0
Tints of Tickle Me Pink #F875A0
RGB
CMYK
RGB Variations
Color information
#F875A0 (or 0xF875A0) is known color: Tickle Me Pink. HEX triplet: F8, 75 and A0. RGB value is (248,117,160). Sum of RGB (Red+Green+Blue) = 248+117+160=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 117 (46.09% from 255 or 22.29% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 248 - color contains mainly: red. Hex color #F875A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F875A0 is #078A5F. Grayscale: #A1A1A1. Windows color (decimal): -494176 or 10515960. OLE color: 10515960.
HSL color Cylindrical-coordinate representation of color #F875A0: hue angle of 340.31º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F875A0 is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 117 | 160 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.03 |
| HSL | 340.31º | 0.9% | 0.72% | - |
| HSV(B) | 340.31º | 0.53% | 0.97% | - |
| XYZ | 51.42 | 35.22 | 37.35 | - |
| YUV | 161.07 | 127.4 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 117 | 160 | 0 | 0.53 | 0.35 | 0.03 | 340.31 | 0.9 | 0.72 |
| Hex | F8 | 75 | A0 | 0 | 35 | 23 | 3 | 154 | 5A | 48 |
| Octal | 370 | 165 | 240 | 0 | 65 | 43 | 3 | 524 | 132 | 110 |
| Binary | 11111000 | 1110101 | 10100000 | 0 | 110101 | 100011 | 11 | 101010100 | 1011010 | 1001000 |
Color Harmonies of #F875A0
Complementary color
Monochromatic Colors of #F875A0
Black with #F875A0
Text Example
Text Example
White with #F875A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F875A0; }
p { color: rgb(248,117,160); }
H1.HeaderClassName
{
color: #F875A0;
}
.AnyTagClassName
{
color: #F875A0;
}
</style>
background-color css
<style>
a { background-color: #F875A0; }
a { background-color: rgb(248,117,160); }
div.DivClassName
{
background-color: #F875A0;
}
.BgClassName
{
background-color: #F875A0;
}
</style>
border-color css
<style>
span { border-color: #F875A0; }
span { border-color: rgb(248,117,160); }
td.TdClassName
{
border-color: #F875A0;
}
.TagClassName
{
border-color: #F875A0;
}
</style>