Shades of Tickle Me Pink #F385A3
Tints of Tickle Me Pink #F385A3
RGB
CMYK
RGB Variations
Color information
#F385A3 (or 0xF385A3) is known color: Tickle Me Pink. HEX triplet: F3, 85 and A3. RGB value is (243,133,163). Sum of RGB (Red+Green+Blue) = 243+133+163=539 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.08% from 539); Green value is 133 (52.34% from 255 or 24.68% from 539); Blue value is 163 (64.06% from 255 or 30.24% from 539); Max value from RGB is 243 - color contains mainly: red. Hex color #F385A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F385A3 is #0C7A5C. Grayscale: #A9A9A9. Windows color (decimal): -817757 or 10716659. OLE color: 10716659.
HSL color Cylindrical-coordinate representation of color #F385A3: hue angle of 343.64º 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 #F385A3 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 133 | 163 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.05 |
| HSL | 343.64º | 0.82% | 0.74% | - |
| HSV(B) | 343.64º | 0.45% | 0.95% | - |
| XYZ | 51.96 | 38.47 | 39.34 | - |
| YUV | 169.31 | 124.44 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 133 | 163 | 0 | 0.45 | 0.33 | 0.05 | 343.64 | 0.82 | 0.74 |
| Hex | F3 | 85 | A3 | 0 | 2D | 21 | 5 | 158 | 52 | 4A |
| Octal | 363 | 205 | 243 | 0 | 55 | 41 | 5 | 530 | 122 | 112 |
| Binary | 11110011 | 10000101 | 10100011 | 0 | 101101 | 100001 | 101 | 101011000 | 1010010 | 1001010 |
Color Harmonies of #F385A3
Complementary color
Monochromatic Colors of #F385A3
Black with #F385A3
Text Example
Text Example
White with #F385A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F385A3; }
p { color: rgb(243,133,163); }
H1.HeaderClassName
{
color: #F385A3;
}
.AnyTagClassName
{
color: #F385A3;
}
</style>
background-color css
<style>
a { background-color: #F385A3; }
a { background-color: rgb(243,133,163); }
div.DivClassName
{
background-color: #F385A3;
}
.BgClassName
{
background-color: #F385A3;
}
</style>
border-color css
<style>
span { border-color: #F385A3; }
span { border-color: rgb(243,133,163); }
td.TdClassName
{
border-color: #F385A3;
}
.TagClassName
{
border-color: #F385A3;
}
</style>