Shades of Tickle Me Pink #FF769B
Tints of Tickle Me Pink #FF769B
RGB
CMYK
RGB Variations
Color information
#FF769B (or 0xFF769B) is known color: Tickle Me Pink. HEX triplet: FF, 76 and 9B. RGB value is (255,118,155). Sum of RGB (Red+Green+Blue) = 255+118+155=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 118 (46.48% from 255 or 22.35% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF769B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF769B is #008964. Grayscale: #A3A3A3. Windows color (decimal): -35173 or 10188543. OLE color: 10188543.
HSL color Cylindrical-coordinate representation of color #FF769B: hue angle of 343.8º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF769B is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 155 | - |
| CMYK | 0 | 0.54 | 0.39 | 0 |
| HSL | 343.8º | 1% | 0.73% | - |
| HSV(B) | 343.8º | 0.54% | 1% | - |
| XYZ | 53.63 | 36.58 | 35.24 | - |
| YUV | 163.18 | 123.39 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 155 | 0 | 0.54 | 0.39 | 0 | 343.8 | 1 | 0.73 |
| Hex | FF | 76 | 9B | 0 | 36 | 27 | 0 | 158 | 64 | 49 |
| Octal | 377 | 166 | 233 | 0 | 66 | 47 | 0 | 530 | 144 | 111 |
| Binary | 11111111 | 1110110 | 10011011 | 0 | 110110 | 100111 | 0 | 101011000 | 1100100 | 1001001 |
Color Harmonies of #FF769B
Complementary color
Monochromatic Colors of #FF769B
Black with #FF769B
Text Example
Text Example
White with #FF769B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF769B; }
p { color: rgb(255,118,155); }
H1.HeaderClassName
{
color: #FF769B;
}
.AnyTagClassName
{
color: #FF769B;
}
</style>
background-color css
<style>
a { background-color: #FF769B; }
a { background-color: rgb(255,118,155); }
div.DivClassName
{
background-color: #FF769B;
}
.BgClassName
{
background-color: #FF769B;
}
</style>
border-color css
<style>
span { border-color: #FF769B; }
span { border-color: rgb(255,118,155); }
td.TdClassName
{
border-color: #FF769B;
}
.TagClassName
{
border-color: #FF769B;
}
</style>