Shades of Tickle Me Pink #FA8BA1
Tints of Tickle Me Pink #FA8BA1
RGB
CMYK
RGB Variations
Color information
#FA8BA1 (or 0xFA8BA1) is known color: Tickle Me Pink. HEX triplet: FA, 8B and A1. RGB value is (250,139,161). Sum of RGB (Red+Green+Blue) = 250+139+161=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 139 (54.69% from 255 or 25.27% from 550); Blue value is 161 (63.28% from 255 or 29.27% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8BA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8BA1 is #05745E. Grayscale: #AEAEAE. Windows color (decimal): -357471 or 10587130. OLE color: 10587130.
HSL color Cylindrical-coordinate representation of color #FA8BA1: hue angle of 348.11º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8BA1 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 139 | 161 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.02 |
| HSL | 348.11º | 0.92% | 0.76% | - |
| HSV(B) | 348.11º | 0.44% | 0.98% | - |
| XYZ | 55.09 | 41.36 | 38.8 | - |
| YUV | 174.7 | 120.27 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 139 | 161 | 0 | 0.44 | 0.36 | 0.02 | 348.11 | 0.92 | 0.76 |
| Hex | FA | 8B | A1 | 0 | 2C | 24 | 2 | 15C | 5C | 4C |
| Octal | 372 | 213 | 241 | 0 | 54 | 44 | 2 | 534 | 134 | 114 |
| Binary | 11111010 | 10001011 | 10100001 | 0 | 101100 | 100100 | 10 | 101011100 | 1011100 | 1001100 |
Color Harmonies of #FA8BA1
Complementary color
Monochromatic Colors of #FA8BA1
Black with #FA8BA1
Text Example
Text Example
White with #FA8BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8BA1; }
p { color: rgb(250,139,161); }
H1.HeaderClassName
{
color: #FA8BA1;
}
.AnyTagClassName
{
color: #FA8BA1;
}
</style>
background-color css
<style>
a { background-color: #FA8BA1; }
a { background-color: rgb(250,139,161); }
div.DivClassName
{
background-color: #FA8BA1;
}
.BgClassName
{
background-color: #FA8BA1;
}
</style>
border-color css
<style>
span { border-color: #FA8BA1; }
span { border-color: rgb(250,139,161); }
td.TdClassName
{
border-color: #FA8BA1;
}
.TagClassName
{
border-color: #FA8BA1;
}
</style>