Shades of Tickle Me Pink #F872A0
Tints of Tickle Me Pink #F872A0
RGB
CMYK
RGB Variations
Color information
#F872A0 (or 0xF872A0) is known color: Tickle Me Pink. HEX triplet: F8, 72 and A0. RGB value is (248,114,160). Sum of RGB (Red+Green+Blue) = 248+114+160=522 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.51% from 522); Green value is 114 (44.92% from 255 or 21.84% from 522); Blue value is 160 (62.89% from 255 or 30.65% from 522); Max value from RGB is 248 - color contains mainly: red. Hex color #F872A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F872A0 is #078D5F. Grayscale: #9F9F9F. Windows color (decimal): -494944 or 10515192. OLE color: 10515192.
HSL color Cylindrical-coordinate representation of color #F872A0: hue angle of 339.4º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F872A0 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 114 | 160 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.03 |
| HSL | 339.4º | 0.91% | 0.71% | - |
| HSV(B) | 339.4º | 0.54% | 0.97% | - |
| XYZ | 51.07 | 34.53 | 37.23 | - |
| YUV | 159.31 | 128.39 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 114 | 160 | 0 | 0.54 | 0.35 | 0.03 | 339.4 | 0.91 | 0.71 |
| Hex | F8 | 72 | A0 | 0 | 36 | 23 | 3 | 153 | 5B | 47 |
| Octal | 370 | 162 | 240 | 0 | 66 | 43 | 3 | 523 | 133 | 107 |
| Binary | 11111000 | 1110010 | 10100000 | 0 | 110110 | 100011 | 11 | 101010011 | 1011011 | 1000111 |
Color Harmonies of #F872A0
Complementary color
Monochromatic Colors of #F872A0
Black with #F872A0
Text Example
Text Example
White with #F872A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F872A0; }
p { color: rgb(248,114,160); }
H1.HeaderClassName
{
color: #F872A0;
}
.AnyTagClassName
{
color: #F872A0;
}
</style>
background-color css
<style>
a { background-color: #F872A0; }
a { background-color: rgb(248,114,160); }
div.DivClassName
{
background-color: #F872A0;
}
.BgClassName
{
background-color: #F872A0;
}
</style>
border-color css
<style>
span { border-color: #F872A0; }
span { border-color: rgb(248,114,160); }
td.TdClassName
{
border-color: #F872A0;
}
.TagClassName
{
border-color: #F872A0;
}
</style>