Shades of Tickle Me Pink #FF7F98
Tints of Tickle Me Pink #FF7F98
RGB
CMYK
RGB Variations
Color information
#FF7F98 (or 0xFF7F98) is known color: Tickle Me Pink. HEX triplet: FF, 7F and 98. RGB value is (255,127,152). Sum of RGB (Red+Green+Blue) = 255+127+152=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 127 (50% from 255 or 23.78% from 534); Blue value is 152 (59.77% from 255 or 28.46% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7F98 is #008067. Grayscale: #A8A8A8. Windows color (decimal): -32872 or 9994239. OLE color: 9994239.
HSL color Cylindrical-coordinate representation of color #FF7F98: hue angle of 348.28º 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 #FF7F98 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 152 | - |
| CMYK | 0 | 0.50 | 0.40 | 0 |
| HSL | 348.28º | 1% | 0.75% | - |
| HSV(B) | 348.28º | 0.5% | 1% | - |
| XYZ | 54.5 | 38.71 | 34.3 | - |
| YUV | 168.12 | 118.91 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 152 | 0 | 0.50 | 0.40 | 0 | 348.28 | 1 | 0.75 |
| Hex | FF | 7F | 98 | 0 | 32 | 28 | 0 | 15C | 64 | 4B |
| Octal | 377 | 177 | 230 | 0 | 62 | 50 | 0 | 534 | 144 | 113 |
| Binary | 11111111 | 1111111 | 10011000 | 0 | 110010 | 101000 | 0 | 101011100 | 1100100 | 1001011 |
Color Harmonies of #FF7F98
Complementary color
Monochromatic Colors of #FF7F98
Black with #FF7F98
Text Example
Text Example
White with #FF7F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7F98; }
p { color: rgb(255,127,152); }
H1.HeaderClassName
{
color: #FF7F98;
}
.AnyTagClassName
{
color: #FF7F98;
}
</style>
background-color css
<style>
a { background-color: #FF7F98; }
a { background-color: rgb(255,127,152); }
div.DivClassName
{
background-color: #FF7F98;
}
.BgClassName
{
background-color: #FF7F98;
}
</style>
border-color css
<style>
span { border-color: #FF7F98; }
span { border-color: rgb(255,127,152); }
td.TdClassName
{
border-color: #FF7F98;
}
.TagClassName
{
border-color: #FF7F98;
}
</style>