Shades of Tickle Me Pink #FA84A8
Tints of Tickle Me Pink #FA84A8
RGB
CMYK
RGB Variations
Color information
#FA84A8 (or 0xFA84A8) is known color: Tickle Me Pink. HEX triplet: FA, 84 and A8. RGB value is (250,132,168). Sum of RGB (Red+Green+Blue) = 250+132+168=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 132 (51.95% from 255 or 24% from 550); Blue value is 168 (66.02% from 255 or 30.55% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FA84A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA84A8 is #057B57. Grayscale: #ABABAB. Windows color (decimal): -359256 or 11044090. OLE color: 11044090.
HSL color Cylindrical-coordinate representation of color #FA84A8: hue angle of 341.69º 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 #FA84A8 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 132 | 168 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.02 |
| HSL | 341.69º | 0.92% | 0.75% | - |
| HSV(B) | 341.69º | 0.47% | 0.98% | - |
| XYZ | 54.74 | 39.65 | 41.81 | - |
| YUV | 171.39 | 126.09 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 132 | 168 | 0 | 0.47 | 0.33 | 0.02 | 341.69 | 0.92 | 0.75 |
| Hex | FA | 84 | A8 | 0 | 2F | 21 | 2 | 156 | 5C | 4B |
| Octal | 372 | 204 | 250 | 0 | 57 | 41 | 2 | 526 | 134 | 113 |
| Binary | 11111010 | 10000100 | 10101000 | 0 | 101111 | 100001 | 10 | 101010110 | 1011100 | 1001011 |
Color Harmonies of #FA84A8
Complementary color
Monochromatic Colors of #FA84A8
Black with #FA84A8
Text Example
Text Example
White with #FA84A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA84A8; }
p { color: rgb(250,132,168); }
H1.HeaderClassName
{
color: #FA84A8;
}
.AnyTagClassName
{
color: #FA84A8;
}
</style>
background-color css
<style>
a { background-color: #FA84A8; }
a { background-color: rgb(250,132,168); }
div.DivClassName
{
background-color: #FA84A8;
}
.BgClassName
{
background-color: #FA84A8;
}
</style>
border-color css
<style>
span { border-color: #FA84A8; }
span { border-color: rgb(250,132,168); }
td.TdClassName
{
border-color: #FA84A8;
}
.TagClassName
{
border-color: #FA84A8;
}
</style>