Shades of Tickle Me Pink #FF7F9D
Tints of Tickle Me Pink #FF7F9D
RGB
CMYK
RGB Variations
Color information
#FF7F9D (or 0xFF7F9D) is known color: Tickle Me Pink. HEX triplet: FF, 7F and 9D. RGB value is (255,127,157). Sum of RGB (Red+Green+Blue) = 255+127+157=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 157 (61.72% from 255 or 29.13% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7F9D is #008062. Grayscale: #A8A8A8. Windows color (decimal): -32867 or 10321919. OLE color: 10321919.
HSL color Cylindrical-coordinate representation of color #FF7F9D: hue angle of 345.94º 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 #FF7F9D is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 157 | - |
| CMYK | 0 | 0.50 | 0.38 | 0 |
| HSL | 345.94º | 1% | 0.75% | - |
| HSV(B) | 345.94º | 0.5% | 1% | - |
| XYZ | 54.92 | 38.87 | 36.51 | - |
| YUV | 168.69 | 121.41 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 157 | 0 | 0.50 | 0.38 | 0 | 345.94 | 1 | 0.75 |
| Hex | FF | 7F | 9D | 0 | 32 | 26 | 0 | 15A | 64 | 4B |
| Octal | 377 | 177 | 235 | 0 | 62 | 46 | 0 | 532 | 144 | 113 |
| Binary | 11111111 | 1111111 | 10011101 | 0 | 110010 | 100110 | 0 | 101011010 | 1100100 | 1001011 |
Color Harmonies of #FF7F9D
Complementary color
Monochromatic Colors of #FF7F9D
Black with #FF7F9D
Text Example
Text Example
White with #FF7F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7F9D; }
p { color: rgb(255,127,157); }
H1.HeaderClassName
{
color: #FF7F9D;
}
.AnyTagClassName
{
color: #FF7F9D;
}
</style>
background-color css
<style>
a { background-color: #FF7F9D; }
a { background-color: rgb(255,127,157); }
div.DivClassName
{
background-color: #FF7F9D;
}
.BgClassName
{
background-color: #FF7F9D;
}
</style>
border-color css
<style>
span { border-color: #FF7F9D; }
span { border-color: rgb(255,127,157); }
td.TdClassName
{
border-color: #FF7F9D;
}
.TagClassName
{
border-color: #FF7F9D;
}
</style>