Shades of Tickle Me Pink #FF7FA0
Tints of Tickle Me Pink #FF7FA0
RGB
CMYK
RGB Variations
Color information
#FF7FA0 (or 0xFF7FA0) is known color: Tickle Me Pink. HEX triplet: FF, 7F and A0. RGB value is (255,127,160). Sum of RGB (Red+Green+Blue) = 255+127+160=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 127 (50% from 255 or 23.43% from 542); Blue value is 160 (62.89% from 255 or 29.52% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7FA0 is #00805F. Grayscale: #A9A9A9. Windows color (decimal): -32864 or 10518527. OLE color: 10518527.
HSL color Cylindrical-coordinate representation of color #FF7FA0: hue angle of 344.53º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF7FA0 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 160 | - |
| CMYK | 0 | 0.50 | 0.37 | 0 |
| HSL | 344.53º | 1% | 0.75% | - |
| HSV(B) | 344.53º | 0.5% | 1% | - |
| XYZ | 55.17 | 38.98 | 37.87 | - |
| YUV | 169.03 | 122.91 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 160 | 0 | 0.50 | 0.37 | 0 | 344.53 | 1 | 0.75 |
| Hex | FF | 7F | A0 | 0 | 32 | 25 | 0 | 159 | 64 | 4B |
| Octal | 377 | 177 | 240 | 0 | 62 | 45 | 0 | 531 | 144 | 113 |
| Binary | 11111111 | 1111111 | 10100000 | 0 | 110010 | 100101 | 0 | 101011001 | 1100100 | 1001011 |
Color Harmonies of #FF7FA0
Complementary color
Monochromatic Colors of #FF7FA0
Black with #FF7FA0
Text Example
Text Example
White with #FF7FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7FA0; }
p { color: rgb(255,127,160); }
H1.HeaderClassName
{
color: #FF7FA0;
}
.AnyTagClassName
{
color: #FF7FA0;
}
</style>
background-color css
<style>
a { background-color: #FF7FA0; }
a { background-color: rgb(255,127,160); }
div.DivClassName
{
background-color: #FF7FA0;
}
.BgClassName
{
background-color: #FF7FA0;
}
</style>
border-color css
<style>
span { border-color: #FF7FA0; }
span { border-color: rgb(255,127,160); }
td.TdClassName
{
border-color: #FF7FA0;
}
.TagClassName
{
border-color: #FF7FA0;
}
</style>