Shades of Tickle Me Pink #FA88A0
Tints of Tickle Me Pink #FA88A0
RGB
CMYK
RGB Variations
Color information
#FA88A0 (or 0xFA88A0) is known color: Tickle Me Pink. HEX triplet: FA, 88 and A0. RGB value is (250,136,160). Sum of RGB (Red+Green+Blue) = 250+136+160=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 136 (53.52% from 255 or 24.91% from 546); Blue value is 160 (62.89% from 255 or 29.30% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FA88A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA88A0 is #05775F. Grayscale: #ACACAC. Windows color (decimal): -358240 or 10520826. OLE color: 10520826.
HSL color Cylindrical-coordinate representation of color #FA88A0: hue angle of 347.37º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FA88A0 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 136 | 160 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.02 |
| HSL | 347.37º | 0.92% | 0.76% | - |
| HSV(B) | 347.37º | 0.46% | 0.98% | - |
| XYZ | 54.57 | 40.47 | 38.19 | - |
| YUV | 172.82 | 120.77 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 136 | 160 | 0 | 0.46 | 0.36 | 0.02 | 347.37 | 0.92 | 0.76 |
| Hex | FA | 88 | A0 | 0 | 2E | 24 | 2 | 15B | 5C | 4C |
| Octal | 372 | 210 | 240 | 0 | 56 | 44 | 2 | 533 | 134 | 114 |
| Binary | 11111010 | 10001000 | 10100000 | 0 | 101110 | 100100 | 10 | 101011011 | 1011100 | 1001100 |
Color Harmonies of #FA88A0
Complementary color
Monochromatic Colors of #FA88A0
Black with #FA88A0
Text Example
Text Example
White with #FA88A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA88A0; }
p { color: rgb(250,136,160); }
H1.HeaderClassName
{
color: #FA88A0;
}
.AnyTagClassName
{
color: #FA88A0;
}
</style>
background-color css
<style>
a { background-color: #FA88A0; }
a { background-color: rgb(250,136,160); }
div.DivClassName
{
background-color: #FA88A0;
}
.BgClassName
{
background-color: #FA88A0;
}
</style>
border-color css
<style>
span { border-color: #FA88A0; }
span { border-color: rgb(250,136,160); }
td.TdClassName
{
border-color: #FA88A0;
}
.TagClassName
{
border-color: #FA88A0;
}
</style>