Shades of Tickle Me Pink #FA7F9C
Tints of Tickle Me Pink #FA7F9C
RGB
CMYK
RGB Variations
Color information
#FA7F9C (or 0xFA7F9C) is known color: Tickle Me Pink. HEX triplet: FA, 7F and 9C. RGB value is (250,127,156). Sum of RGB (Red+Green+Blue) = 250+127+156=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 127 (50% from 255 or 23.83% from 533); Blue value is 156 (61.33% from 255 or 29.27% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7F9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7F9C is #058063. Grayscale: #A7A7A7. Windows color (decimal): -360548 or 10256378. OLE color: 10256378.
HSL color Cylindrical-coordinate representation of color #FA7F9C: hue angle of 345.85º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA7F9C is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 127 | 156 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.02 |
| HSL | 345.85º | 0.92% | 0.74% | - |
| HSV(B) | 345.85º | 0.49% | 0.98% | - |
| XYZ | 53.01 | 37.9 | 35.97 | - |
| YUV | 167.08 | 121.75 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 127 | 156 | 0 | 0.49 | 0.38 | 0.02 | 345.85 | 0.92 | 0.74 |
| Hex | FA | 7F | 9C | 0 | 31 | 26 | 2 | 15A | 5C | 4A |
| Octal | 372 | 177 | 234 | 0 | 61 | 46 | 2 | 532 | 134 | 112 |
| Binary | 11111010 | 1111111 | 10011100 | 0 | 110001 | 100110 | 10 | 101011010 | 1011100 | 1001010 |
Color Harmonies of #FA7F9C
Complementary color
Monochromatic Colors of #FA7F9C
Black with #FA7F9C
Text Example
Text Example
White with #FA7F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7F9C; }
p { color: rgb(250,127,156); }
H1.HeaderClassName
{
color: #FA7F9C;
}
.AnyTagClassName
{
color: #FA7F9C;
}
</style>
background-color css
<style>
a { background-color: #FA7F9C; }
a { background-color: rgb(250,127,156); }
div.DivClassName
{
background-color: #FA7F9C;
}
.BgClassName
{
background-color: #FA7F9C;
}
</style>
border-color css
<style>
span { border-color: #FA7F9C; }
span { border-color: rgb(250,127,156); }
td.TdClassName
{
border-color: #FA7F9C;
}
.TagClassName
{
border-color: #FA7F9C;
}
</style>