Shades of Tickle Me Pink #F870A1
Tints of Tickle Me Pink #F870A1
RGB
CMYK
RGB Variations
Color information
#F870A1 (or 0xF870A1) is known color: Tickle Me Pink. HEX triplet: F8, 70 and A1. RGB value is (248,112,161). Sum of RGB (Red+Green+Blue) = 248+112+161=521 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.60% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 161 (63.28% from 255 or 30.90% from 521); Max value from RGB is 248 - color contains mainly: red. Hex color #F870A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F870A1 is #078F5E. Grayscale: #9E9E9E. Windows color (decimal): -495455 or 10580216. OLE color: 10580216.
HSL color Cylindrical-coordinate representation of color #F870A1: hue angle of 338.38º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F870A1 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 112 | 161 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.03 |
| HSL | 338.38º | 0.91% | 0.71% | - |
| HSV(B) | 338.38º | 0.55% | 0.97% | - |
| XYZ | 50.94 | 34.12 | 37.62 | - |
| YUV | 158.25 | 129.56 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 112 | 161 | 0 | 0.55 | 0.35 | 0.03 | 338.38 | 0.91 | 0.71 |
| Hex | F8 | 70 | A1 | 0 | 37 | 23 | 3 | 152 | 5B | 47 |
| Octal | 370 | 160 | 241 | 0 | 67 | 43 | 3 | 522 | 133 | 107 |
| Binary | 11111000 | 1110000 | 10100001 | 0 | 110111 | 100011 | 11 | 101010010 | 1011011 | 1000111 |
Color Harmonies of #F870A1
Complementary color
Monochromatic Colors of #F870A1
Black with #F870A1
Text Example
Text Example
White with #F870A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F870A1; }
p { color: rgb(248,112,161); }
H1.HeaderClassName
{
color: #F870A1;
}
.AnyTagClassName
{
color: #F870A1;
}
</style>
background-color css
<style>
a { background-color: #F870A1; }
a { background-color: rgb(248,112,161); }
div.DivClassName
{
background-color: #F870A1;
}
.BgClassName
{
background-color: #F870A1;
}
</style>
border-color css
<style>
span { border-color: #F870A1; }
span { border-color: rgb(248,112,161); }
td.TdClassName
{
border-color: #F870A1;
}
.TagClassName
{
border-color: #F870A1;
}
</style>