Shades of Tickle Me Pink #FF7FA1
Tints of Tickle Me Pink #FF7FA1
RGB
CMYK
RGB Variations
Color information
#FF7FA1 (or 0xFF7FA1) is known color: Tickle Me Pink. HEX triplet: FF, 7F and A1. RGB value is (255,127,161). Sum of RGB (Red+Green+Blue) = 255+127+161=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 161 (63.28% from 255 or 29.65% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7FA1 is #00805E. Grayscale: #A9A9A9. Windows color (decimal): -32863 or 10584063. OLE color: 10584063.
HSL color Cylindrical-coordinate representation of color #FF7FA1: hue angle of 344.06º 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 #FF7FA1 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 161 | - |
| CMYK | 0 | 0.50 | 0.37 | 0 |
| HSL | 344.06º | 1% | 0.75% | - |
| HSV(B) | 344.06º | 0.5% | 1% | - |
| XYZ | 55.26 | 39.01 | 38.34 | - |
| YUV | 169.15 | 123.41 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 161 | 0 | 0.50 | 0.37 | 0 | 344.06 | 1 | 0.75 |
| Hex | FF | 7F | A1 | 0 | 32 | 25 | 0 | 158 | 64 | 4B |
| Octal | 377 | 177 | 241 | 0 | 62 | 45 | 0 | 530 | 144 | 113 |
| Binary | 11111111 | 1111111 | 10100001 | 0 | 110010 | 100101 | 0 | 101011000 | 1100100 | 1001011 |
Color Harmonies of #FF7FA1
Complementary color
Monochromatic Colors of #FF7FA1
Black with #FF7FA1
Text Example
Text Example
White with #FF7FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7FA1; }
p { color: rgb(255,127,161); }
H1.HeaderClassName
{
color: #FF7FA1;
}
.AnyTagClassName
{
color: #FF7FA1;
}
</style>
background-color css
<style>
a { background-color: #FF7FA1; }
a { background-color: rgb(255,127,161); }
div.DivClassName
{
background-color: #FF7FA1;
}
.BgClassName
{
background-color: #FF7FA1;
}
</style>
border-color css
<style>
span { border-color: #FF7FA1; }
span { border-color: rgb(255,127,161); }
td.TdClassName
{
border-color: #FF7FA1;
}
.TagClassName
{
border-color: #FF7FA1;
}
</style>