Shades of Tonys Pink #F09B86
Tints of Tonys Pink #F09B86
RGB
CMYK
RGB Variations
Color information
#F09B86 (or 0xF09B86) is known color: Tonys Pink. HEX triplet: F0, 9B and 86. RGB value is (240,155,134). Sum of RGB (Red+Green+Blue) = 240+155+134=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 134 (52.73% from 255 or 25.33% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F09B86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09B86 is #0F6479. Grayscale: #B2B2B2. Windows color (decimal): -1008762 or 8821744. OLE color: 8821744.
HSL color Cylindrical-coordinate representation of color #F09B86: hue angle of 11.89º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F09B86 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 155 | 134 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.06 |
| HSL | 11.89º | 0.78% | 0.73% | - |
| HSV(B) | 11.89º | 0.44% | 0.94% | - |
| XYZ | 51.96 | 43.69 | 28.25 | - |
| YUV | 178.02 | 103.16 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 155 | 134 | 0 | 0.35 | 0.44 | 0.06 | 11.89 | 0.78 | 0.73 |
| Hex | F0 | 9B | 86 | 0 | 23 | 2C | 6 | C | 4E | 49 |
| Octal | 360 | 233 | 206 | 0 | 43 | 54 | 6 | 14 | 116 | 111 |
| Binary | 11110000 | 10011011 | 10000110 | 0 | 100011 | 101100 | 110 | 1100 | 1001110 | 1001001 |
Color Harmonies of #F09B86
Complementary color
Monochromatic Colors of #F09B86
Black with #F09B86
Text Example
Text Example
White with #F09B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09B86; }
p { color: rgb(240,155,134); }
H1.HeaderClassName
{
color: #F09B86;
}
.AnyTagClassName
{
color: #F09B86;
}
</style>
background-color css
<style>
a { background-color: #F09B86; }
a { background-color: rgb(240,155,134); }
div.DivClassName
{
background-color: #F09B86;
}
.BgClassName
{
background-color: #F09B86;
}
</style>
border-color css
<style>
span { border-color: #F09B86; }
span { border-color: rgb(240,155,134); }
td.TdClassName
{
border-color: #F09B86;
}
.TagClassName
{
border-color: #F09B86;
}
</style>