Shades of Tickle Me Pink #F386A1
Tints of Tickle Me Pink #F386A1
RGB
CMYK
RGB Variations
Color information
#F386A1 (or 0xF386A1) is known color: Tickle Me Pink. HEX triplet: F3, 86 and A1. RGB value is (243,134,161). Sum of RGB (Red+Green+Blue) = 243+134+161=538 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.17% from 538); Green value is 134 (52.73% from 255 or 24.91% from 538); Blue value is 161 (63.28% from 255 or 29.93% from 538); Max value from RGB is 243 - color contains mainly: red. Hex color #F386A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F386A1 is #0C795E. Grayscale: #A9A9A9. Windows color (decimal): -817503 or 10585843. OLE color: 10585843.
HSL color Cylindrical-coordinate representation of color #F386A1: hue angle of 345.14º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F386A1 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 134 | 161 | - |
| CMYK | 0 | 0.45 | 0.34 | 0.05 |
| HSL | 345.14º | 0.82% | 0.74% | - |
| HSV(B) | 345.14º | 0.45% | 0.95% | - |
| XYZ | 51.92 | 38.68 | 38.45 | - |
| YUV | 169.67 | 123.11 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 134 | 161 | 0 | 0.45 | 0.34 | 0.05 | 345.14 | 0.82 | 0.74 |
| Hex | F3 | 86 | A1 | 0 | 2D | 22 | 5 | 159 | 52 | 4A |
| Octal | 363 | 206 | 241 | 0 | 55 | 42 | 5 | 531 | 122 | 112 |
| Binary | 11110011 | 10000110 | 10100001 | 0 | 101101 | 100010 | 101 | 101011001 | 1010010 | 1001010 |
Color Harmonies of #F386A1
Complementary color
Monochromatic Colors of #F386A1
Black with #F386A1
Text Example
Text Example
White with #F386A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F386A1; }
p { color: rgb(243,134,161); }
H1.HeaderClassName
{
color: #F386A1;
}
.AnyTagClassName
{
color: #F386A1;
}
</style>
background-color css
<style>
a { background-color: #F386A1; }
a { background-color: rgb(243,134,161); }
div.DivClassName
{
background-color: #F386A1;
}
.BgClassName
{
background-color: #F386A1;
}
</style>
border-color css
<style>
span { border-color: #F386A1; }
span { border-color: rgb(243,134,161); }
td.TdClassName
{
border-color: #F386A1;
}
.TagClassName
{
border-color: #F386A1;
}
</style>