Shades of Tickle Me Pink #F385A6
Tints of Tickle Me Pink #F385A6
RGB
CMYK
RGB Variations
Color information
#F385A6 (or 0xF385A6) is known color: Tickle Me Pink. HEX triplet: F3, 85 and A6. RGB value is (243,133,166). Sum of RGB (Red+Green+Blue) = 243+133+166=542 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.83% from 542); Green value is 133 (52.34% from 255 or 24.54% from 542); Blue value is 166 (65.23% from 255 or 30.63% from 542); Max value from RGB is 243 - color contains mainly: red. Hex color #F385A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F385A6 is #0C7A59. Grayscale: #A9A9A9. Windows color (decimal): -817754 or 10913267. OLE color: 10913267.
HSL color Cylindrical-coordinate representation of color #F385A6: hue angle of 342º 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 #F385A6 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 133 | 166 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.05 |
| HSL | 342º | 0.82% | 0.74% | - |
| HSV(B) | 342º | 0.45% | 0.95% | - |
| XYZ | 52.23 | 38.58 | 40.77 | - |
| YUV | 169.65 | 125.94 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 133 | 166 | 0 | 0.45 | 0.32 | 0.05 | 342 | 0.82 | 0.74 |
| Hex | F3 | 85 | A6 | 0 | 2D | 20 | 5 | 156 | 52 | 4A |
| Octal | 363 | 205 | 246 | 0 | 55 | 40 | 5 | 526 | 122 | 112 |
| Binary | 11110011 | 10000101 | 10100110 | 0 | 101101 | 100000 | 101 | 101010110 | 1010010 | 1001010 |
Color Harmonies of #F385A6
Complementary color
Monochromatic Colors of #F385A6
Black with #F385A6
Text Example
Text Example
White with #F385A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F385A6; }
p { color: rgb(243,133,166); }
H1.HeaderClassName
{
color: #F385A6;
}
.AnyTagClassName
{
color: #F385A6;
}
</style>
background-color css
<style>
a { background-color: #F385A6; }
a { background-color: rgb(243,133,166); }
div.DivClassName
{
background-color: #F385A6;
}
.BgClassName
{
background-color: #F385A6;
}
</style>
border-color css
<style>
span { border-color: #F385A6; }
span { border-color: rgb(243,133,166); }
td.TdClassName
{
border-color: #F385A6;
}
.TagClassName
{
border-color: #F385A6;
}
</style>