Shades of Tickle Me Pink #FA7993
Tints of Tickle Me Pink #FA7993
RGB
CMYK
RGB Variations
Color information
#FA7993 (or 0xFA7993) is known color: Tickle Me Pink. HEX triplet: FA, 79 and 93. RGB value is (250,121,147). Sum of RGB (Red+Green+Blue) = 250+121+147=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 121 (47.66% from 255 or 23.36% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7993 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7993 is #05866C. Grayscale: #A2A2A2. Windows color (decimal): -362093 or 9665018. OLE color: 9665018.
HSL color Cylindrical-coordinate representation of color #FA7993: hue angle of 347.91º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA7993 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 121 | 147 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.02 |
| HSL | 347.91º | 0.93% | 0.73% | - |
| HSV(B) | 347.91º | 0.52% | 0.98% | - |
| XYZ | 51.53 | 36.11 | 31.86 | - |
| YUV | 162.54 | 119.24 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 121 | 147 | 0 | 0.52 | 0.41 | 0.02 | 347.91 | 0.93 | 0.73 |
| Hex | FA | 79 | 93 | 0 | 34 | 29 | 2 | 15C | 5D | 49 |
| Octal | 372 | 171 | 223 | 0 | 64 | 51 | 2 | 534 | 135 | 111 |
| Binary | 11111010 | 1111001 | 10010011 | 0 | 110100 | 101001 | 10 | 101011100 | 1011101 | 1001001 |
Color Harmonies of #FA7993
Complementary color
Monochromatic Colors of #FA7993
Black with #FA7993
Text Example
Text Example
White with #FA7993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7993; }
p { color: rgb(250,121,147); }
H1.HeaderClassName
{
color: #FA7993;
}
.AnyTagClassName
{
color: #FA7993;
}
</style>
background-color css
<style>
a { background-color: #FA7993; }
a { background-color: rgb(250,121,147); }
div.DivClassName
{
background-color: #FA7993;
}
.BgClassName
{
background-color: #FA7993;
}
</style>
border-color css
<style>
span { border-color: #FA7993; }
span { border-color: rgb(250,121,147); }
td.TdClassName
{
border-color: #FA7993;
}
.TagClassName
{
border-color: #FA7993;
}
</style>