Shades of Tickle Me Pink #FF6F9C
Tints of Tickle Me Pink #FF6F9C
RGB
CMYK
RGB Variations
Color information
#FF6F9C (or 0xFF6F9C) is known color: Tickle Me Pink. HEX triplet: FF, 6F and 9C. RGB value is (255,111,156). Sum of RGB (Red+Green+Blue) = 255+111+156=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 111 (43.75% from 255 or 21.26% from 522); Blue value is 156 (61.33% from 255 or 29.89% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6F9C is #009063. Grayscale: #9F9F9F. Windows color (decimal): -36964 or 10252287. OLE color: 10252287.
HSL color Cylindrical-coordinate representation of color #FF6F9C: hue angle of 341.25º 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 #FF6F9C is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 156 | - |
| CMYK | 0 | 0.56 | 0.39 | 0 |
| HSL | 341.25º | 1% | 0.72% | - |
| HSV(B) | 341.25º | 0.56% | 1% | - |
| XYZ | 52.93 | 35.03 | 35.42 | - |
| YUV | 159.19 | 126.21 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 156 | 0 | 0.56 | 0.39 | 0 | 341.25 | 1 | 0.72 |
| Hex | FF | 6F | 9C | 0 | 38 | 27 | 0 | 155 | 64 | 48 |
| Octal | 377 | 157 | 234 | 0 | 70 | 47 | 0 | 525 | 144 | 110 |
| Binary | 11111111 | 1101111 | 10011100 | 0 | 111000 | 100111 | 0 | 101010101 | 1100100 | 1001000 |
Color Harmonies of #FF6F9C
Complementary color
Monochromatic Colors of #FF6F9C
Black with #FF6F9C
Text Example
Text Example
White with #FF6F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6F9C; }
p { color: rgb(255,111,156); }
H1.HeaderClassName
{
color: #FF6F9C;
}
.AnyTagClassName
{
color: #FF6F9C;
}
</style>
background-color css
<style>
a { background-color: #FF6F9C; }
a { background-color: rgb(255,111,156); }
div.DivClassName
{
background-color: #FF6F9C;
}
.BgClassName
{
background-color: #FF6F9C;
}
</style>
border-color css
<style>
span { border-color: #FF6F9C; }
span { border-color: rgb(255,111,156); }
td.TdClassName
{
border-color: #FF6F9C;
}
.TagClassName
{
border-color: #FF6F9C;
}
</style>