Shades of Tickle Me Pink #F873A0
Tints of Tickle Me Pink #F873A0
RGB
CMYK
RGB Variations
Color information
#F873A0 (or 0xF873A0) is known color: Tickle Me Pink. HEX triplet: F8, 73 and A0. RGB value is (248,115,160). Sum of RGB (Red+Green+Blue) = 248+115+160=523 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.42% from 523); Green value is 115 (45.31% from 255 or 21.99% from 523); Blue value is 160 (62.89% from 255 or 30.59% from 523); Max value from RGB is 248 - color contains mainly: red. Hex color #F873A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F873A0 is #078C5F. Grayscale: #9F9F9F. Windows color (decimal): -494688 or 10515448. OLE color: 10515448.
HSL color Cylindrical-coordinate representation of color #F873A0: hue angle of 339.7º degrees, saturation: 0.9, 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 #F873A0 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 115 | 160 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.03 |
| HSL | 339.7º | 0.9% | 0.71% | - |
| HSV(B) | 339.7º | 0.54% | 0.97% | - |
| XYZ | 51.19 | 34.76 | 37.27 | - |
| YUV | 159.9 | 128.06 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 115 | 160 | 0 | 0.54 | 0.35 | 0.03 | 339.7 | 0.9 | 0.71 |
| Hex | F8 | 73 | A0 | 0 | 36 | 23 | 3 | 154 | 5A | 47 |
| Octal | 370 | 163 | 240 | 0 | 66 | 43 | 3 | 524 | 132 | 107 |
| Binary | 11111000 | 1110011 | 10100000 | 0 | 110110 | 100011 | 11 | 101010100 | 1011010 | 1000111 |
Color Harmonies of #F873A0
Complementary color
Monochromatic Colors of #F873A0
Black with #F873A0
Text Example
Text Example
White with #F873A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F873A0; }
p { color: rgb(248,115,160); }
H1.HeaderClassName
{
color: #F873A0;
}
.AnyTagClassName
{
color: #F873A0;
}
</style>
background-color css
<style>
a { background-color: #F873A0; }
a { background-color: rgb(248,115,160); }
div.DivClassName
{
background-color: #F873A0;
}
.BgClassName
{
background-color: #F873A0;
}
</style>
border-color css
<style>
span { border-color: #F873A0; }
span { border-color: rgb(248,115,160); }
td.TdClassName
{
border-color: #F873A0;
}
.TagClassName
{
border-color: #F873A0;
}
</style>