Shades of Tickle Me Pink #FF7F9A
Tints of Tickle Me Pink #FF7F9A
RGB
CMYK
RGB Variations
Color information
#FF7F9A (or 0xFF7F9A) is known color: Tickle Me Pink. HEX triplet: FF, 7F and 9A. RGB value is (255,127,154). Sum of RGB (Red+Green+Blue) = 255+127+154=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 127 (50% from 255 or 23.69% from 536); Blue value is 154 (60.55% from 255 or 28.73% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7F9A is #008065. Grayscale: #A8A8A8. Windows color (decimal): -32870 or 10125311. OLE color: 10125311.
HSL color Cylindrical-coordinate representation of color #FF7F9A: hue angle of 347.34º 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 #FF7F9A is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 154 | - |
| CMYK | 0 | 0.50 | 0.40 | 0 |
| HSL | 347.34º | 1% | 0.75% | - |
| HSV(B) | 347.34º | 0.5% | 1% | - |
| XYZ | 54.66 | 38.77 | 35.17 | - |
| YUV | 168.35 | 119.91 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 154 | 0 | 0.50 | 0.40 | 0 | 347.34 | 1 | 0.75 |
| Hex | FF | 7F | 9A | 0 | 32 | 28 | 0 | 15B | 64 | 4B |
| Octal | 377 | 177 | 232 | 0 | 62 | 50 | 0 | 533 | 144 | 113 |
| Binary | 11111111 | 1111111 | 10011010 | 0 | 110010 | 101000 | 0 | 101011011 | 1100100 | 1001011 |
Color Harmonies of #FF7F9A
Complementary color
Monochromatic Colors of #FF7F9A
Black with #FF7F9A
Text Example
Text Example
White with #FF7F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7F9A; }
p { color: rgb(255,127,154); }
H1.HeaderClassName
{
color: #FF7F9A;
}
.AnyTagClassName
{
color: #FF7F9A;
}
</style>
background-color css
<style>
a { background-color: #FF7F9A; }
a { background-color: rgb(255,127,154); }
div.DivClassName
{
background-color: #FF7F9A;
}
.BgClassName
{
background-color: #FF7F9A;
}
</style>
border-color css
<style>
span { border-color: #FF7F9A; }
span { border-color: rgb(255,127,154); }
td.TdClassName
{
border-color: #FF7F9A;
}
.TagClassName
{
border-color: #FF7F9A;
}
</style>