Shades of Tickle Me Pink #FB76A1
Tints of Tickle Me Pink #FB76A1
RGB
CMYK
RGB Variations
Color information
#FB76A1 (or 0xFB76A1) is known color: Tickle Me Pink. HEX triplet: FB, 76 and A1. RGB value is (251,118,161). Sum of RGB (Red+Green+Blue) = 251+118+161=530 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.36% from 530); Green value is 118 (46.48% from 255 or 22.26% from 530); Blue value is 161 (63.28% from 255 or 30.38% from 530); Max value from RGB is 251 - color contains mainly: red. Hex color #FB76A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB76A1 is #04895E. Grayscale: #A2A2A2. Windows color (decimal): -297311 or 10581755. OLE color: 10581755.
HSL color Cylindrical-coordinate representation of color #FB76A1: hue angle of 340.6º 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 #FB76A1 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 118 | 161 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.02 |
| HSL | 340.6º | 0.94% | 0.72% | - |
| HSV(B) | 340.6º | 0.53% | 0.98% | - |
| XYZ | 52.7 | 36.04 | 37.9 | - |
| YUV | 162.67 | 127.06 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 118 | 161 | 0 | 0.53 | 0.36 | 0.02 | 340.6 | 0.94 | 0.72 |
| Hex | FB | 76 | A1 | 0 | 35 | 24 | 2 | 155 | 5E | 48 |
| Octal | 373 | 166 | 241 | 0 | 65 | 44 | 2 | 525 | 136 | 110 |
| Binary | 11111011 | 1110110 | 10100001 | 0 | 110101 | 100100 | 10 | 101010101 | 1011110 | 1001000 |
Color Harmonies of #FB76A1
Complementary color
Monochromatic Colors of #FB76A1
Black with #FB76A1
Text Example
Text Example
White with #FB76A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB76A1; }
p { color: rgb(251,118,161); }
H1.HeaderClassName
{
color: #FB76A1;
}
.AnyTagClassName
{
color: #FB76A1;
}
</style>
background-color css
<style>
a { background-color: #FB76A1; }
a { background-color: rgb(251,118,161); }
div.DivClassName
{
background-color: #FB76A1;
}
.BgClassName
{
background-color: #FB76A1;
}
</style>
border-color css
<style>
span { border-color: #FB76A1; }
span { border-color: rgb(251,118,161); }
td.TdClassName
{
border-color: #FB76A1;
}
.TagClassName
{
border-color: #FB76A1;
}
</style>