Shades of Tickle Me Pink #FF6F99
Tints of Tickle Me Pink #FF6F99
RGB
CMYK
RGB Variations
Color information
#FF6F99 (or 0xFF6F99) is known color: Tickle Me Pink. HEX triplet: FF, 6F and 99. RGB value is (255,111,153). Sum of RGB (Red+Green+Blue) = 255+111+153=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 111 (43.75% from 255 or 21.39% from 519); Blue value is 153 (60.16% from 255 or 29.48% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6F99 is #009066. Grayscale: #9E9E9E. Windows color (decimal): -36967 or 10055679. OLE color: 10055679.
HSL color Cylindrical-coordinate representation of color #FF6F99: hue angle of 342.5º 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 #FF6F99 is Cyan = 0, Magento = 0.56, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 153 | - |
| CMYK | 0 | 0.56 | 0.4 | 0 |
| HSL | 342.5º | 1% | 0.72% | - |
| HSV(B) | 342.5º | 0.56% | 1% | - |
| XYZ | 52.67 | 34.93 | 34.1 | - |
| YUV | 158.84 | 124.71 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 153 | 0 | 0.56 | 0.4 | 0 | 342.5 | 1 | 0.72 |
| Hex | FF | 6F | 99 | 0 | 38 | 28 | 0 | 156 | 64 | 48 |
| Octal | 377 | 157 | 231 | 0 | 70 | 50 | 0 | 526 | 144 | 110 |
| Binary | 11111111 | 1101111 | 10011001 | 0 | 111000 | 101000 | 0 | 101010110 | 1100100 | 1001000 |
Color Harmonies of #FF6F99
Complementary color
Monochromatic Colors of #FF6F99
Black with #FF6F99
Text Example
Text Example
White with #FF6F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6F99; }
p { color: rgb(255,111,153); }
H1.HeaderClassName
{
color: #FF6F99;
}
.AnyTagClassName
{
color: #FF6F99;
}
</style>
background-color css
<style>
a { background-color: #FF6F99; }
a { background-color: rgb(255,111,153); }
div.DivClassName
{
background-color: #FF6F99;
}
.BgClassName
{
background-color: #FF6F99;
}
</style>
border-color css
<style>
span { border-color: #FF6F99; }
span { border-color: rgb(255,111,153); }
td.TdClassName
{
border-color: #FF6F99;
}
.TagClassName
{
border-color: #FF6F99;
}
</style>