Shades of Tickle Me Pink #FA849B
Tints of Tickle Me Pink #FA849B
RGB
CMYK
RGB Variations
Color information
#FA849B (or 0xFA849B) is known color: Tickle Me Pink. HEX triplet: FA, 84 and 9B. RGB value is (250,132,155). Sum of RGB (Red+Green+Blue) = 250+132+155=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 132 (51.95% from 255 or 24.58% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FA849B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA849B is #057B64. Grayscale: #A9A9A9. Windows color (decimal): -359269 or 10192122. OLE color: 10192122.
HSL color Cylindrical-coordinate representation of color #FA849B: hue angle of 348.31º 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 #FA849B is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 132 | 155 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.02 |
| HSL | 348.31º | 0.92% | 0.75% | - |
| HSV(B) | 348.31º | 0.47% | 0.98% | - |
| XYZ | 53.59 | 39.19 | 35.75 | - |
| YUV | 169.9 | 119.59 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 132 | 155 | 0 | 0.47 | 0.38 | 0.02 | 348.31 | 0.92 | 0.75 |
| Hex | FA | 84 | 9B | 0 | 2F | 26 | 2 | 15C | 5C | 4B |
| Octal | 372 | 204 | 233 | 0 | 57 | 46 | 2 | 534 | 134 | 113 |
| Binary | 11111010 | 10000100 | 10011011 | 0 | 101111 | 100110 | 10 | 101011100 | 1011100 | 1001011 |
Color Harmonies of #FA849B
Complementary color
Monochromatic Colors of #FA849B
Black with #FA849B
Text Example
Text Example
White with #FA849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA849B; }
p { color: rgb(250,132,155); }
H1.HeaderClassName
{
color: #FA849B;
}
.AnyTagClassName
{
color: #FA849B;
}
</style>
background-color css
<style>
a { background-color: #FA849B; }
a { background-color: rgb(250,132,155); }
div.DivClassName
{
background-color: #FA849B;
}
.BgClassName
{
background-color: #FA849B;
}
</style>
border-color css
<style>
span { border-color: #FA849B; }
span { border-color: rgb(250,132,155); }
td.TdClassName
{
border-color: #FA849B;
}
.TagClassName
{
border-color: #FA849B;
}
</style>