Shades of Tickle Me Pink #FA7C94
Tints of Tickle Me Pink #FA7C94
RGB
CMYK
RGB Variations
Color information
#FA7C94 (or 0xFA7C94) is known color: Tickle Me Pink. HEX triplet: FA, 7C and 94. RGB value is (250,124,148). Sum of RGB (Red+Green+Blue) = 250+124+148=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 124 (48.83% from 255 or 23.75% from 522); Blue value is 148 (58.20% from 255 or 28.35% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7C94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7C94 is #05836B. Grayscale: #A4A4A4. Windows color (decimal): -361324 or 9731322. OLE color: 9731322.
HSL color Cylindrical-coordinate representation of color #FA7C94: hue angle of 348.57º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7C94 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 124 | 148 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.02 |
| HSL | 348.57º | 0.93% | 0.73% | - |
| HSV(B) | 348.57º | 0.5% | 0.98% | - |
| XYZ | 51.98 | 36.88 | 32.4 | - |
| YUV | 164.41 | 118.74 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 124 | 148 | 0 | 0.50 | 0.41 | 0.02 | 348.57 | 0.93 | 0.73 |
| Hex | FA | 7C | 94 | 0 | 32 | 29 | 2 | 15D | 5D | 49 |
| Octal | 372 | 174 | 224 | 0 | 62 | 51 | 2 | 535 | 135 | 111 |
| Binary | 11111010 | 1111100 | 10010100 | 0 | 110010 | 101001 | 10 | 101011101 | 1011101 | 1001001 |
Color Harmonies of #FA7C94
Complementary color
Monochromatic Colors of #FA7C94
Black with #FA7C94
Text Example
Text Example
White with #FA7C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7C94; }
p { color: rgb(250,124,148); }
H1.HeaderClassName
{
color: #FA7C94;
}
.AnyTagClassName
{
color: #FA7C94;
}
</style>
background-color css
<style>
a { background-color: #FA7C94; }
a { background-color: rgb(250,124,148); }
div.DivClassName
{
background-color: #FA7C94;
}
.BgClassName
{
background-color: #FA7C94;
}
</style>
border-color css
<style>
span { border-color: #FA7C94; }
span { border-color: rgb(250,124,148); }
td.TdClassName
{
border-color: #FA7C94;
}
.TagClassName
{
border-color: #FA7C94;
}
</style>