Shades of Tickle Me Pink #FA7B9D
Tints of Tickle Me Pink #FA7B9D
RGB
CMYK
RGB Variations
Color information
#FA7B9D (or 0xFA7B9D) is known color: Tickle Me Pink. HEX triplet: FA, 7B and 9D. RGB value is (250,123,157). Sum of RGB (Red+Green+Blue) = 250+123+157=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 123 (48.44% from 255 or 23.21% from 530); Blue value is 157 (61.72% from 255 or 29.62% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7B9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7B9D is #058462. Grayscale: #A4A4A4. Windows color (decimal): -361571 or 10320890. OLE color: 10320890.
HSL color Cylindrical-coordinate representation of color #FA7B9D: hue angle of 343.94º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FA7B9D is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 123 | 157 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.02 |
| HSL | 343.94º | 0.93% | 0.73% | - |
| HSV(B) | 343.94º | 0.51% | 0.98% | - |
| XYZ | 52.59 | 36.92 | 36.25 | - |
| YUV | 164.85 | 123.58 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 123 | 157 | 0 | 0.51 | 0.37 | 0.02 | 343.94 | 0.93 | 0.73 |
| Hex | FA | 7B | 9D | 0 | 33 | 25 | 2 | 158 | 5D | 49 |
| Octal | 372 | 173 | 235 | 0 | 63 | 45 | 2 | 530 | 135 | 111 |
| Binary | 11111010 | 1111011 | 10011101 | 0 | 110011 | 100101 | 10 | 101011000 | 1011101 | 1001001 |
Color Harmonies of #FA7B9D
Complementary color
Monochromatic Colors of #FA7B9D
Black with #FA7B9D
Text Example
Text Example
White with #FA7B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7B9D; }
p { color: rgb(250,123,157); }
H1.HeaderClassName
{
color: #FA7B9D;
}
.AnyTagClassName
{
color: #FA7B9D;
}
</style>
background-color css
<style>
a { background-color: #FA7B9D; }
a { background-color: rgb(250,123,157); }
div.DivClassName
{
background-color: #FA7B9D;
}
.BgClassName
{
background-color: #FA7B9D;
}
</style>
border-color css
<style>
span { border-color: #FA7B9D; }
span { border-color: rgb(250,123,157); }
td.TdClassName
{
border-color: #FA7B9D;
}
.TagClassName
{
border-color: #FA7B9D;
}
</style>