Shades of Tickle Me Pink #FA6DA1
Tints of Tickle Me Pink #FA6DA1
RGB
CMYK
RGB Variations
Color information
#FA6DA1 (or 0xFA6DA1) is known color: Tickle Me Pink. HEX triplet: FA, 6D and A1. RGB value is (250,109,161). Sum of RGB (Red+Green+Blue) = 250+109+161=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 109 (42.97% from 255 or 20.96% from 520); Blue value is 161 (63.28% from 255 or 30.96% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6DA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6DA1 is #05925E. Grayscale: #9D9D9D. Windows color (decimal): -365151 or 10579450. OLE color: 10579450.
HSL color Cylindrical-coordinate representation of color #FA6DA1: hue angle of 337.87º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA6DA1 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 109 | 161 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.02 |
| HSL | 337.87º | 0.93% | 0.7% | - |
| HSV(B) | 337.87º | 0.56% | 0.98% | - |
| XYZ | 51.33 | 33.83 | 37.54 | - |
| YUV | 157.09 | 130.21 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 109 | 161 | 0 | 0.56 | 0.36 | 0.02 | 337.87 | 0.93 | 0.7 |
| Hex | FA | 6D | A1 | 0 | 38 | 24 | 2 | 152 | 5D | 46 |
| Octal | 372 | 155 | 241 | 0 | 70 | 44 | 2 | 522 | 135 | 106 |
| Binary | 11111010 | 1101101 | 10100001 | 0 | 111000 | 100100 | 10 | 101010010 | 1011101 | 1000110 |
Color Harmonies of #FA6DA1
Complementary color
Monochromatic Colors of #FA6DA1
Black with #FA6DA1
Text Example
Text Example
White with #FA6DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6DA1; }
p { color: rgb(250,109,161); }
H1.HeaderClassName
{
color: #FA6DA1;
}
.AnyTagClassName
{
color: #FA6DA1;
}
</style>
background-color css
<style>
a { background-color: #FA6DA1; }
a { background-color: rgb(250,109,161); }
div.DivClassName
{
background-color: #FA6DA1;
}
.BgClassName
{
background-color: #FA6DA1;
}
</style>
border-color css
<style>
span { border-color: #FA6DA1; }
span { border-color: rgb(250,109,161); }
td.TdClassName
{
border-color: #FA6DA1;
}
.TagClassName
{
border-color: #FA6DA1;
}
</style>