Shades of Tickle Me Pink #FA7D9C
Tints of Tickle Me Pink #FA7D9C
RGB
CMYK
RGB Variations
Color information
#FA7D9C (or 0xFA7D9C) is known color: Tickle Me Pink. HEX triplet: FA, 7D and 9C. RGB value is (250,125,156). Sum of RGB (Red+Green+Blue) = 250+125+156=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 156 (61.33% from 255 or 29.38% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7D9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7D9C is #058263. Grayscale: #A5A5A5. Windows color (decimal): -361060 or 10255866. OLE color: 10255866.
HSL color Cylindrical-coordinate representation of color #FA7D9C: hue angle of 345.12º 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 #FA7D9C is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 125 | 156 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.02 |
| HSL | 345.12º | 0.93% | 0.74% | - |
| HSV(B) | 345.12º | 0.5% | 0.98% | - |
| XYZ | 52.76 | 37.39 | 35.89 | - |
| YUV | 165.91 | 122.41 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 125 | 156 | 0 | 0.50 | 0.38 | 0.02 | 345.12 | 0.93 | 0.74 |
| Hex | FA | 7D | 9C | 0 | 32 | 26 | 2 | 159 | 5D | 4A |
| Octal | 372 | 175 | 234 | 0 | 62 | 46 | 2 | 531 | 135 | 112 |
| Binary | 11111010 | 1111101 | 10011100 | 0 | 110010 | 100110 | 10 | 101011001 | 1011101 | 1001010 |
Color Harmonies of #FA7D9C
Complementary color
Monochromatic Colors of #FA7D9C
Black with #FA7D9C
Text Example
Text Example
White with #FA7D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7D9C; }
p { color: rgb(250,125,156); }
H1.HeaderClassName
{
color: #FA7D9C;
}
.AnyTagClassName
{
color: #FA7D9C;
}
</style>
background-color css
<style>
a { background-color: #FA7D9C; }
a { background-color: rgb(250,125,156); }
div.DivClassName
{
background-color: #FA7D9C;
}
.BgClassName
{
background-color: #FA7D9C;
}
</style>
border-color css
<style>
span { border-color: #FA7D9C; }
span { border-color: rgb(250,125,156); }
td.TdClassName
{
border-color: #FA7D9C;
}
.TagClassName
{
border-color: #FA7D9C;
}
</style>