Shades of Tonys Pink #F09E86
Tints of Tonys Pink #F09E86
RGB
CMYK
RGB Variations
Color information
#F09E86 (or 0xF09E86) is known color: Tonys Pink. HEX triplet: F0, 9E and 86. RGB value is (240,158,134). Sum of RGB (Red+Green+Blue) = 240+158+134=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 134 (52.73% from 255 or 25.19% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F09E86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09E86 is #0F6179. Grayscale: #B3B3B3. Windows color (decimal): -1007994 or 8822512. OLE color: 8822512.
HSL color Cylindrical-coordinate representation of color #F09E86: hue angle of 13.58º 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 #F09E86 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 158 | 134 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.06 |
| HSL | 13.58º | 0.78% | 0.73% | - |
| HSV(B) | 13.58º | 0.44% | 0.94% | - |
| XYZ | 52.47 | 44.7 | 28.42 | - |
| YUV | 179.78 | 102.17 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 158 | 134 | 0 | 0.34 | 0.44 | 0.06 | 13.58 | 0.78 | 0.73 |
| Hex | F0 | 9E | 86 | 0 | 22 | 2C | 6 | E | 4E | 49 |
| Octal | 360 | 236 | 206 | 0 | 42 | 54 | 6 | 16 | 116 | 111 |
| Binary | 11110000 | 10011110 | 10000110 | 0 | 100010 | 101100 | 110 | 1110 | 1001110 | 1001001 |
Color Harmonies of #F09E86
Complementary color
Monochromatic Colors of #F09E86
Black with #F09E86
Text Example
Text Example
White with #F09E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09E86; }
p { color: rgb(240,158,134); }
H1.HeaderClassName
{
color: #F09E86;
}
.AnyTagClassName
{
color: #F09E86;
}
</style>
background-color css
<style>
a { background-color: #F09E86; }
a { background-color: rgb(240,158,134); }
div.DivClassName
{
background-color: #F09E86;
}
.BgClassName
{
background-color: #F09E86;
}
</style>
border-color css
<style>
span { border-color: #F09E86; }
span { border-color: rgb(240,158,134); }
td.TdClassName
{
border-color: #F09E86;
}
.TagClassName
{
border-color: #F09E86;
}
</style>