Shades of Tickle Me Pink #FA84A0
Tints of Tickle Me Pink #FA84A0
RGB
CMYK
RGB Variations
Color information
#FA84A0 (or 0xFA84A0) is known color: Tickle Me Pink. HEX triplet: FA, 84 and A0. RGB value is (250,132,160). Sum of RGB (Red+Green+Blue) = 250+132+160=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 132 (51.95% from 255 or 24.35% from 542); Blue value is 160 (62.89% from 255 or 29.52% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FA84A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA84A0 is #057B5F. Grayscale: #AAAAAA. Windows color (decimal): -359264 or 10519802. OLE color: 10519802.
HSL color Cylindrical-coordinate representation of color #FA84A0: hue angle of 345.76º 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 #FA84A0 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 132 | 160 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.02 |
| HSL | 345.76º | 0.92% | 0.75% | - |
| HSV(B) | 345.76º | 0.47% | 0.98% | - |
| XYZ | 54.02 | 39.36 | 38.01 | - |
| YUV | 170.47 | 122.09 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 132 | 160 | 0 | 0.47 | 0.36 | 0.02 | 345.76 | 0.92 | 0.75 |
| Hex | FA | 84 | A0 | 0 | 2F | 24 | 2 | 15A | 5C | 4B |
| Octal | 372 | 204 | 240 | 0 | 57 | 44 | 2 | 532 | 134 | 113 |
| Binary | 11111010 | 10000100 | 10100000 | 0 | 101111 | 100100 | 10 | 101011010 | 1011100 | 1001011 |
Color Harmonies of #FA84A0
Complementary color
Monochromatic Colors of #FA84A0
Black with #FA84A0
Text Example
Text Example
White with #FA84A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA84A0; }
p { color: rgb(250,132,160); }
H1.HeaderClassName
{
color: #FA84A0;
}
.AnyTagClassName
{
color: #FA84A0;
}
</style>
background-color css
<style>
a { background-color: #FA84A0; }
a { background-color: rgb(250,132,160); }
div.DivClassName
{
background-color: #FA84A0;
}
.BgClassName
{
background-color: #FA84A0;
}
</style>
border-color css
<style>
span { border-color: #FA84A0; }
span { border-color: rgb(250,132,160); }
td.TdClassName
{
border-color: #FA84A0;
}
.TagClassName
{
border-color: #FA84A0;
}
</style>