Shades of Tickle Me Pink #FF7B95
Tints of Tickle Me Pink #FF7B95
RGB
CMYK
RGB Variations
Color information
#FF7B95 (or 0xFF7B95) is known color: Tickle Me Pink. HEX triplet: FF, 7B and 95. RGB value is (255,123,149). Sum of RGB (Red+Green+Blue) = 255+123+149=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 123 (48.44% from 255 or 23.34% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7B95 is #00846A. Grayscale: #A5A5A5. Windows color (decimal): -33899 or 9796607. OLE color: 9796607.
HSL color Cylindrical-coordinate representation of color #FF7B95: hue angle of 348.18º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF7B95 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 149 | - |
| CMYK | 0 | 0.52 | 0.42 | 0 |
| HSL | 348.18º | 1% | 0.74% | - |
| HSV(B) | 348.18º | 0.52% | 1% | - |
| XYZ | 53.75 | 37.6 | 32.86 | - |
| YUV | 165.43 | 118.73 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 149 | 0 | 0.52 | 0.42 | 0 | 348.18 | 1 | 0.74 |
| Hex | FF | 7B | 95 | 0 | 34 | 2A | 0 | 15C | 64 | 4A |
| Octal | 377 | 173 | 225 | 0 | 64 | 52 | 0 | 534 | 144 | 112 |
| Binary | 11111111 | 1111011 | 10010101 | 0 | 110100 | 101010 | 0 | 101011100 | 1100100 | 1001010 |
Color Harmonies of #FF7B95
Complementary color
Monochromatic Colors of #FF7B95
Black with #FF7B95
Text Example
Text Example
White with #FF7B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B95; }
p { color: rgb(255,123,149); }
H1.HeaderClassName
{
color: #FF7B95;
}
.AnyTagClassName
{
color: #FF7B95;
}
</style>
background-color css
<style>
a { background-color: #FF7B95; }
a { background-color: rgb(255,123,149); }
div.DivClassName
{
background-color: #FF7B95;
}
.BgClassName
{
background-color: #FF7B95;
}
</style>
border-color css
<style>
span { border-color: #FF7B95; }
span { border-color: rgb(255,123,149); }
td.TdClassName
{
border-color: #FF7B95;
}
.TagClassName
{
border-color: #FF7B95;
}
</style>