Shades of Tickle Me Pink #FA849C
Tints of Tickle Me Pink #FA849C
RGB
CMYK
RGB Variations
Color information
#FA849C (or 0xFA849C) is known color: Tickle Me Pink. HEX triplet: FA, 84 and 9C. RGB value is (250,132,156). Sum of RGB (Red+Green+Blue) = 250+132+156=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 132 (51.95% from 255 or 24.54% from 538); Blue value is 156 (61.33% from 255 or 29.00% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FA849C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA849C is #057B63. Grayscale: #AAAAAA. Windows color (decimal): -359268 or 10257658. OLE color: 10257658.
HSL color Cylindrical-coordinate representation of color #FA849C: hue angle of 347.8º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FA849C is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 132 | 156 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.02 |
| HSL | 347.8º | 0.92% | 0.75% | - |
| HSV(B) | 347.8º | 0.47% | 0.98% | - |
| XYZ | 53.68 | 39.23 | 36.19 | - |
| YUV | 170.02 | 120.09 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 132 | 156 | 0 | 0.47 | 0.38 | 0.02 | 347.8 | 0.92 | 0.75 |
| Hex | FA | 84 | 9C | 0 | 2F | 26 | 2 | 15C | 5C | 4B |
| Octal | 372 | 204 | 234 | 0 | 57 | 46 | 2 | 534 | 134 | 113 |
| Binary | 11111010 | 10000100 | 10011100 | 0 | 101111 | 100110 | 10 | 101011100 | 1011100 | 1001011 |
Color Harmonies of #FA849C
Complementary color
Monochromatic Colors of #FA849C
Black with #FA849C
Text Example
Text Example
White with #FA849C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA849C; }
p { color: rgb(250,132,156); }
H1.HeaderClassName
{
color: #FA849C;
}
.AnyTagClassName
{
color: #FA849C;
}
</style>
background-color css
<style>
a { background-color: #FA849C; }
a { background-color: rgb(250,132,156); }
div.DivClassName
{
background-color: #FA849C;
}
.BgClassName
{
background-color: #FA849C;
}
</style>
border-color css
<style>
span { border-color: #FA849C; }
span { border-color: rgb(250,132,156); }
td.TdClassName
{
border-color: #FA849C;
}
.TagClassName
{
border-color: #FA849C;
}
</style>