Shades of Tickle Me Pink #FB7A94
Tints of Tickle Me Pink #FB7A94
RGB
CMYK
RGB Variations
Color information
#FB7A94 (or 0xFB7A94) is known color: Tickle Me Pink. HEX triplet: FB, 7A and 94. RGB value is (251,122,148). Sum of RGB (Red+Green+Blue) = 251+122+148=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 148 (58.20% from 255 or 28.41% from 521); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7A94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB7A94 is #04856B. Grayscale: #A3A3A3. Windows color (decimal): -296300 or 9730811. OLE color: 9730811.
HSL color Cylindrical-coordinate representation of color #FB7A94: hue angle of 347.91º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FB7A94 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 122 | 148 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.02 |
| HSL | 347.91º | 0.94% | 0.73% | - |
| HSV(B) | 347.91º | 0.51% | 0.98% | - |
| XYZ | 52.09 | 36.57 | 32.33 | - |
| YUV | 163.54 | 119.24 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 122 | 148 | 0 | 0.51 | 0.41 | 0.02 | 347.91 | 0.94 | 0.73 |
| Hex | FB | 7A | 94 | 0 | 33 | 29 | 2 | 15C | 5E | 49 |
| Octal | 373 | 172 | 224 | 0 | 63 | 51 | 2 | 534 | 136 | 111 |
| Binary | 11111011 | 1111010 | 10010100 | 0 | 110011 | 101001 | 10 | 101011100 | 1011110 | 1001001 |
Color Harmonies of #FB7A94
Complementary color
Monochromatic Colors of #FB7A94
Black with #FB7A94
Text Example
Text Example
White with #FB7A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7A94; }
p { color: rgb(251,122,148); }
H1.HeaderClassName
{
color: #FB7A94;
}
.AnyTagClassName
{
color: #FB7A94;
}
</style>
background-color css
<style>
a { background-color: #FB7A94; }
a { background-color: rgb(251,122,148); }
div.DivClassName
{
background-color: #FB7A94;
}
.BgClassName
{
background-color: #FB7A94;
}
</style>
border-color css
<style>
span { border-color: #FB7A94; }
span { border-color: rgb(251,122,148); }
td.TdClassName
{
border-color: #FB7A94;
}
.TagClassName
{
border-color: #FB7A94;
}
</style>