Shades of Tickle Me Pink #F375AA
Tints of Tickle Me Pink #F375AA
RGB
CMYK
RGB Variations
Color information
#F375AA (or 0xF375AA) is known color: Tickle Me Pink. HEX triplet: F3, 75 and AA. RGB value is (243,117,170). Sum of RGB (Red+Green+Blue) = 243+117+170=530 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.85% from 530); Green value is 117 (46.09% from 255 or 22.08% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 243 - color contains mainly: red. Hex color #F375AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F375AA is #0C8A55. Grayscale: #A0A0A0. Windows color (decimal): -821846 or 11171315. OLE color: 11171315.
HSL color Cylindrical-coordinate representation of color #F375AA: hue angle of 334.76º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F375AA is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 117 | 170 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.05 |
| HSL | 334.76º | 0.84% | 0.71% | - |
| HSV(B) | 334.76º | 0.52% | 0.95% | - |
| XYZ | 50.58 | 34.68 | 42.06 | - |
| YUV | 160.72 | 133.24 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 117 | 170 | 0 | 0.52 | 0.30 | 0.05 | 334.76 | 0.84 | 0.71 |
| Hex | F3 | 75 | AA | 0 | 34 | 1E | 5 | 14F | 54 | 47 |
| Octal | 363 | 165 | 252 | 0 | 64 | 36 | 5 | 517 | 124 | 107 |
| Binary | 11110011 | 1110101 | 10101010 | 0 | 110100 | 11110 | 101 | 101001111 | 1010100 | 1000111 |
Color Harmonies of #F375AA
Complementary color
Monochromatic Colors of #F375AA
Black with #F375AA
Text Example
Text Example
White with #F375AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F375AA; }
p { color: rgb(243,117,170); }
H1.HeaderClassName
{
color: #F375AA;
}
.AnyTagClassName
{
color: #F375AA;
}
</style>
background-color css
<style>
a { background-color: #F375AA; }
a { background-color: rgb(243,117,170); }
div.DivClassName
{
background-color: #F375AA;
}
.BgClassName
{
background-color: #F375AA;
}
</style>
border-color css
<style>
span { border-color: #F375AA; }
span { border-color: rgb(243,117,170); }
td.TdClassName
{
border-color: #F375AA;
}
.TagClassName
{
border-color: #F375AA;
}
</style>