Shades of Tickle Me Pink #F385AB
Tints of Tickle Me Pink #F385AB
RGB
CMYK
RGB Variations
Color information
#F385AB (or 0xF385AB) is known color: Tickle Me Pink. HEX triplet: F3, 85 and AB. RGB value is (243,133,171). Sum of RGB (Red+Green+Blue) = 243+133+171=547 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.42% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 243 - color contains mainly: red. Hex color #F385AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F385AB is #0C7A54. Grayscale: #AAAAAA. Windows color (decimal): -817749 or 11240947. OLE color: 11240947.
HSL color Cylindrical-coordinate representation of color #F385AB: hue angle of 339.27º 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 #F385AB is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 133 | 171 | - |
| CMYK | 0 | 0.45 | 0.30 | 0.05 |
| HSL | 339.27º | 0.82% | 0.74% | - |
| HSV(B) | 339.27º | 0.45% | 0.95% | - |
| XYZ | 52.7 | 38.77 | 43.23 | - |
| YUV | 170.22 | 128.44 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 133 | 171 | 0 | 0.45 | 0.30 | 0.05 | 339.27 | 0.82 | 0.74 |
| Hex | F3 | 85 | AB | 0 | 2D | 1E | 5 | 153 | 52 | 4A |
| Octal | 363 | 205 | 253 | 0 | 55 | 36 | 5 | 523 | 122 | 112 |
| Binary | 11110011 | 10000101 | 10101011 | 0 | 101101 | 11110 | 101 | 101010011 | 1010010 | 1001010 |
Color Harmonies of #F385AB
Complementary color
Monochromatic Colors of #F385AB
Black with #F385AB
Text Example
Text Example
White with #F385AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F385AB; }
p { color: rgb(243,133,171); }
H1.HeaderClassName
{
color: #F385AB;
}
.AnyTagClassName
{
color: #F385AB;
}
</style>
background-color css
<style>
a { background-color: #F385AB; }
a { background-color: rgb(243,133,171); }
div.DivClassName
{
background-color: #F385AB;
}
.BgClassName
{
background-color: #F385AB;
}
</style>
border-color css
<style>
span { border-color: #F385AB; }
span { border-color: rgb(243,133,171); }
td.TdClassName
{
border-color: #F385AB;
}
.TagClassName
{
border-color: #F385AB;
}
</style>