Shades of Tickle Me Pink #F380AB
Tints of Tickle Me Pink #F380AB
RGB
CMYK
RGB Variations
Color information
#F380AB (or 0xF380AB) is known color: Tickle Me Pink. HEX triplet: F3, 80 and AB. RGB value is (243,128,171). Sum of RGB (Red+Green+Blue) = 243+128+171=542 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.83% from 542); Green value is 128 (50.39% from 255 or 23.62% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 243 - color contains mainly: red. Hex color #F380AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F380AB is #0C7F54. Grayscale: #A7A7A7. Windows color (decimal): -819029 or 11239667. OLE color: 11239667.
HSL color Cylindrical-coordinate representation of color #F380AB: hue angle of 337.57º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F380AB is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 128 | 171 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.05 |
| HSL | 337.57º | 0.83% | 0.73% | - |
| HSV(B) | 337.57º | 0.47% | 0.95% | - |
| XYZ | 52.03 | 37.43 | 43.01 | - |
| YUV | 167.29 | 130.1 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 128 | 171 | 0 | 0.47 | 0.30 | 0.05 | 337.57 | 0.83 | 0.73 |
| Hex | F3 | 80 | AB | 0 | 2F | 1E | 5 | 152 | 53 | 49 |
| Octal | 363 | 200 | 253 | 0 | 57 | 36 | 5 | 522 | 123 | 111 |
| Binary | 11110011 | 10000000 | 10101011 | 0 | 101111 | 11110 | 101 | 101010010 | 1010011 | 1001001 |
Color Harmonies of #F380AB
Complementary color
Monochromatic Colors of #F380AB
Black with #F380AB
Text Example
Text Example
White with #F380AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F380AB; }
p { color: rgb(243,128,171); }
H1.HeaderClassName
{
color: #F380AB;
}
.AnyTagClassName
{
color: #F380AB;
}
</style>
background-color css
<style>
a { background-color: #F380AB; }
a { background-color: rgb(243,128,171); }
div.DivClassName
{
background-color: #F380AB;
}
.BgClassName
{
background-color: #F380AB;
}
</style>
border-color css
<style>
span { border-color: #F380AB; }
span { border-color: rgb(243,128,171); }
td.TdClassName
{
border-color: #F380AB;
}
.TagClassName
{
border-color: #F380AB;
}
</style>