Shades of Tickle Me Pink #FB76A0
Tints of Tickle Me Pink #FB76A0
RGB
CMYK
RGB Variations
Color information
#FB76A0 (or 0xFB76A0) is known color: Tickle Me Pink. HEX triplet: FB, 76 and A0. RGB value is (251,118,160). Sum of RGB (Red+Green+Blue) = 251+118+160=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 118 (46.48% from 255 or 22.31% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FB76A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB76A0 is #04895F. Grayscale: #A2A2A2. Windows color (decimal): -297312 or 10516219. OLE color: 10516219.
HSL color Cylindrical-coordinate representation of color #FB76A0: hue angle of 341.05º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB76A0 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 118 | 160 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.02 |
| HSL | 341.05º | 0.94% | 0.72% | - |
| HSV(B) | 341.05º | 0.53% | 0.98% | - |
| XYZ | 52.61 | 36 | 37.43 | - |
| YUV | 162.56 | 126.56 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 118 | 160 | 0 | 0.53 | 0.36 | 0.02 | 341.05 | 0.94 | 0.72 |
| Hex | FB | 76 | A0 | 0 | 35 | 24 | 2 | 155 | 5E | 48 |
| Octal | 373 | 166 | 240 | 0 | 65 | 44 | 2 | 525 | 136 | 110 |
| Binary | 11111011 | 1110110 | 10100000 | 0 | 110101 | 100100 | 10 | 101010101 | 1011110 | 1001000 |
Color Harmonies of #FB76A0
Complementary color
Monochromatic Colors of #FB76A0
Black with #FB76A0
Text Example
Text Example
White with #FB76A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB76A0; }
p { color: rgb(251,118,160); }
H1.HeaderClassName
{
color: #FB76A0;
}
.AnyTagClassName
{
color: #FB76A0;
}
</style>
background-color css
<style>
a { background-color: #FB76A0; }
a { background-color: rgb(251,118,160); }
div.DivClassName
{
background-color: #FB76A0;
}
.BgClassName
{
background-color: #FB76A0;
}
</style>
border-color css
<style>
span { border-color: #FB76A0; }
span { border-color: rgb(251,118,160); }
td.TdClassName
{
border-color: #FB76A0;
}
.TagClassName
{
border-color: #FB76A0;
}
</style>