Shades of Tickle Me Pink #FF6F98
Tints of Tickle Me Pink #FF6F98
RGB
CMYK
RGB Variations
Color information
#FF6F98 (or 0xFF6F98) is known color: Tickle Me Pink. HEX triplet: FF, 6F and 98. RGB value is (255,111,152). Sum of RGB (Red+Green+Blue) = 255+111+152=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 111 (43.75% from 255 or 21.43% from 518); Blue value is 152 (59.77% from 255 or 29.34% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6F98 is #009067. Grayscale: #9E9E9E. Windows color (decimal): -36968 or 9990143. OLE color: 9990143.
HSL color Cylindrical-coordinate representation of color #FF6F98: hue angle of 342.92º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF6F98 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 152 | - |
| CMYK | 0 | 0.56 | 0.40 | 0 |
| HSL | 342.92º | 1% | 0.72% | - |
| HSV(B) | 342.92º | 0.56% | 1% | - |
| XYZ | 52.59 | 34.9 | 33.67 | - |
| YUV | 158.73 | 124.21 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 152 | 0 | 0.56 | 0.40 | 0 | 342.92 | 1 | 0.72 |
| Hex | FF | 6F | 98 | 0 | 38 | 28 | 0 | 157 | 64 | 48 |
| Octal | 377 | 157 | 230 | 0 | 70 | 50 | 0 | 527 | 144 | 110 |
| Binary | 11111111 | 1101111 | 10011000 | 0 | 111000 | 101000 | 0 | 101010111 | 1100100 | 1001000 |
Color Harmonies of #FF6F98
Complementary color
Monochromatic Colors of #FF6F98
Black with #FF6F98
Text Example
Text Example
White with #FF6F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6F98; }
p { color: rgb(255,111,152); }
H1.HeaderClassName
{
color: #FF6F98;
}
.AnyTagClassName
{
color: #FF6F98;
}
</style>
background-color css
<style>
a { background-color: #FF6F98; }
a { background-color: rgb(255,111,152); }
div.DivClassName
{
background-color: #FF6F98;
}
.BgClassName
{
background-color: #FF6F98;
}
</style>
border-color css
<style>
span { border-color: #FF6F98; }
span { border-color: rgb(255,111,152); }
td.TdClassName
{
border-color: #FF6F98;
}
.TagClassName
{
border-color: #FF6F98;
}
</style>