Shades of Tickle Me Pink #FA7DAC
Tints of Tickle Me Pink #FA7DAC
RGB
CMYK
RGB Variations
Color information
#FA7DAC (or 0xFA7DAC) is known color: Tickle Me Pink. HEX triplet: FA, 7D and AC. RGB value is (250,125,172). Sum of RGB (Red+Green+Blue) = 250+125+172=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 125 (49.22% from 255 or 22.85% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7DAC is #058253. Grayscale: #A7A7A7. Windows color (decimal): -361044 or 11304442. OLE color: 11304442.
HSL color Cylindrical-coordinate representation of color #FA7DAC: hue angle of 337.44º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7DAC is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 125 | 172 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.02 |
| HSL | 337.44º | 0.93% | 0.74% | - |
| HSV(B) | 337.44º | 0.5% | 0.98% | - |
| XYZ | 54.2 | 37.97 | 43.5 | - |
| YUV | 167.73 | 130.41 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 125 | 172 | 0 | 0.50 | 0.31 | 0.02 | 337.44 | 0.93 | 0.74 |
| Hex | FA | 7D | AC | 0 | 32 | 1F | 2 | 151 | 5D | 4A |
| Octal | 372 | 175 | 254 | 0 | 62 | 37 | 2 | 521 | 135 | 112 |
| Binary | 11111010 | 1111101 | 10101100 | 0 | 110010 | 11111 | 10 | 101010001 | 1011101 | 1001010 |
Color Harmonies of #FA7DAC
Complementary color
Monochromatic Colors of #FA7DAC
Black with #FA7DAC
Text Example
Text Example
White with #FA7DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7DAC; }
p { color: rgb(250,125,172); }
H1.HeaderClassName
{
color: #FA7DAC;
}
.AnyTagClassName
{
color: #FA7DAC;
}
</style>
background-color css
<style>
a { background-color: #FA7DAC; }
a { background-color: rgb(250,125,172); }
div.DivClassName
{
background-color: #FA7DAC;
}
.BgClassName
{
background-color: #FA7DAC;
}
</style>
border-color css
<style>
span { border-color: #FA7DAC; }
span { border-color: rgb(250,125,172); }
td.TdClassName
{
border-color: #FA7DAC;
}
.TagClassName
{
border-color: #FA7DAC;
}
</style>