Shades of Tickle Me Pink #FA7FA0
Tints of Tickle Me Pink #FA7FA0
RGB
CMYK
RGB Variations
Color information
#FA7FA0 (or 0xFA7FA0) is known color: Tickle Me Pink. HEX triplet: FA, 7F and A0. RGB value is (250,127,160). Sum of RGB (Red+Green+Blue) = 250+127+160=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 127 (50% from 255 or 23.65% from 537); Blue value is 160 (62.89% from 255 or 29.80% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7FA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7FA0 is #05805F. Grayscale: #A7A7A7. Windows color (decimal): -360544 or 10518522. OLE color: 10518522.
HSL color Cylindrical-coordinate representation of color #FA7FA0: hue angle of 343.9º 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 #FA7FA0 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 127 | 160 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.02 |
| HSL | 343.9º | 0.92% | 0.74% | - |
| HSV(B) | 343.9º | 0.49% | 0.98% | - |
| XYZ | 53.36 | 38.04 | 37.79 | - |
| YUV | 167.54 | 123.75 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 127 | 160 | 0 | 0.49 | 0.36 | 0.02 | 343.9 | 0.92 | 0.74 |
| Hex | FA | 7F | A0 | 0 | 31 | 24 | 2 | 158 | 5C | 4A |
| Octal | 372 | 177 | 240 | 0 | 61 | 44 | 2 | 530 | 134 | 112 |
| Binary | 11111010 | 1111111 | 10100000 | 0 | 110001 | 100100 | 10 | 101011000 | 1011100 | 1001010 |
Color Harmonies of #FA7FA0
Complementary color
Monochromatic Colors of #FA7FA0
Black with #FA7FA0
Text Example
Text Example
White with #FA7FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7FA0; }
p { color: rgb(250,127,160); }
H1.HeaderClassName
{
color: #FA7FA0;
}
.AnyTagClassName
{
color: #FA7FA0;
}
</style>
background-color css
<style>
a { background-color: #FA7FA0; }
a { background-color: rgb(250,127,160); }
div.DivClassName
{
background-color: #FA7FA0;
}
.BgClassName
{
background-color: #FA7FA0;
}
</style>
border-color css
<style>
span { border-color: #FA7FA0; }
span { border-color: rgb(250,127,160); }
td.TdClassName
{
border-color: #FA7FA0;
}
.TagClassName
{
border-color: #FA7FA0;
}
</style>