Shades of Tickle Me Pink #F370A5
Tints of Tickle Me Pink #F370A5
RGB
CMYK
RGB Variations
Color information
#F370A5 (or 0xF370A5) is known color: Tickle Me Pink. HEX triplet: F3, 70 and A5. RGB value is (243,112,165). Sum of RGB (Red+Green+Blue) = 243+112+165=520 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.73% from 520); Green value is 112 (44.14% from 255 or 21.54% from 520); Blue value is 165 (64.84% from 255 or 31.73% from 520); Max value from RGB is 243 - color contains mainly: red. Hex color #F370A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F370A5 is #0C8F5A. Grayscale: #9D9D9D. Windows color (decimal): -823131 or 10842355. OLE color: 10842355.
HSL color Cylindrical-coordinate representation of color #F370A5: hue angle of 335.73º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F370A5 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 112 | 165 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.05 |
| HSL | 335.73º | 0.85% | 0.7% | - |
| HSV(B) | 335.73º | 0.54% | 0.95% | - |
| XYZ | 49.55 | 33.36 | 39.42 | - |
| YUV | 157.21 | 132.4 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 165 | 0 | 0.54 | 0.32 | 0.05 | 335.73 | 0.85 | 0.7 |
| Hex | F3 | 70 | A5 | 0 | 36 | 20 | 5 | 150 | 55 | 46 |
| Octal | 363 | 160 | 245 | 0 | 66 | 40 | 5 | 520 | 125 | 106 |
| Binary | 11110011 | 1110000 | 10100101 | 0 | 110110 | 100000 | 101 | 101010000 | 1010101 | 1000110 |
Color Harmonies of #F370A5
Complementary color
Monochromatic Colors of #F370A5
Black with #F370A5
Text Example
Text Example
White with #F370A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F370A5; }
p { color: rgb(243,112,165); }
H1.HeaderClassName
{
color: #F370A5;
}
.AnyTagClassName
{
color: #F370A5;
}
</style>
background-color css
<style>
a { background-color: #F370A5; }
a { background-color: rgb(243,112,165); }
div.DivClassName
{
background-color: #F370A5;
}
.BgClassName
{
background-color: #F370A5;
}
</style>
border-color css
<style>
span { border-color: #F370A5; }
span { border-color: rgb(243,112,165); }
td.TdClassName
{
border-color: #F370A5;
}
.TagClassName
{
border-color: #F370A5;
}
</style>