Shades of Tickle Me Pink #FF7F92
Tints of Tickle Me Pink #FF7F92
RGB
CMYK
RGB Variations
Color information
#FF7F92 (or 0xFF7F92) is known color: Tickle Me Pink. HEX triplet: FF, 7F and 92. RGB value is (255,127,146). Sum of RGB (Red+Green+Blue) = 255+127+146=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7F92 is #00806D. Grayscale: #A7A7A7. Windows color (decimal): -32878 or 9601023. OLE color: 9601023.
HSL color Cylindrical-coordinate representation of color #FF7F92: hue angle of 351.09º 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 #FF7F92 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 146 | - |
| CMYK | 0 | 0.50 | 0.43 | 0 |
| HSL | 351.09º | 1% | 0.75% | - |
| HSV(B) | 351.09º | 0.5% | 1% | - |
| XYZ | 54.02 | 38.51 | 31.78 | - |
| YUV | 167.44 | 115.91 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 146 | 0 | 0.50 | 0.43 | 0 | 351.09 | 1 | 0.75 |
| Hex | FF | 7F | 92 | 0 | 32 | 2B | 0 | 15F | 64 | 4B |
| Octal | 377 | 177 | 222 | 0 | 62 | 53 | 0 | 537 | 144 | 113 |
| Binary | 11111111 | 1111111 | 10010010 | 0 | 110010 | 101011 | 0 | 101011111 | 1100100 | 1001011 |
Color Harmonies of #FF7F92
Complementary color
Monochromatic Colors of #FF7F92
Black with #FF7F92
Text Example
Text Example
White with #FF7F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7F92; }
p { color: rgb(255,127,146); }
H1.HeaderClassName
{
color: #FF7F92;
}
.AnyTagClassName
{
color: #FF7F92;
}
</style>
background-color css
<style>
a { background-color: #FF7F92; }
a { background-color: rgb(255,127,146); }
div.DivClassName
{
background-color: #FF7F92;
}
.BgClassName
{
background-color: #FF7F92;
}
</style>
border-color css
<style>
span { border-color: #FF7F92; }
span { border-color: rgb(255,127,146); }
td.TdClassName
{
border-color: #FF7F92;
}
.TagClassName
{
border-color: #FF7F92;
}
</style>