Shades of Tonys Pink #F09886
Tints of Tonys Pink #F09886
RGB
CMYK
RGB Variations
Color information
#F09886 (or 0xF09886) is known color: Tonys Pink. HEX triplet: F0, 98 and 86. RGB value is (240,152,134). Sum of RGB (Red+Green+Blue) = 240+152+134=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 134 (52.73% from 255 or 25.48% from 526); Max value from RGB is 240 - color contains mainly: red. Hex color #F09886 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09886 is #0F6779. Grayscale: #B0B0B0. Windows color (decimal): -1009530 or 8820976. OLE color: 8820976.
HSL color Cylindrical-coordinate representation of color #F09886: hue angle of 10.19º 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 #F09886 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 152 | 134 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.06 |
| HSL | 10.19º | 0.78% | 0.73% | - |
| HSV(B) | 10.19º | 0.44% | 0.94% | - |
| XYZ | 51.47 | 42.7 | 28.08 | - |
| YUV | 176.26 | 104.15 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 152 | 134 | 0 | 0.37 | 0.44 | 0.06 | 10.19 | 0.78 | 0.73 |
| Hex | F0 | 98 | 86 | 0 | 25 | 2C | 6 | A | 4E | 49 |
| Octal | 360 | 230 | 206 | 0 | 45 | 54 | 6 | 12 | 116 | 111 |
| Binary | 11110000 | 10011000 | 10000110 | 0 | 100101 | 101100 | 110 | 1010 | 1001110 | 1001001 |
Color Harmonies of #F09886
Complementary color
Monochromatic Colors of #F09886
Black with #F09886
Text Example
Text Example
White with #F09886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09886; }
p { color: rgb(240,152,134); }
H1.HeaderClassName
{
color: #F09886;
}
.AnyTagClassName
{
color: #F09886;
}
</style>
background-color css
<style>
a { background-color: #F09886; }
a { background-color: rgb(240,152,134); }
div.DivClassName
{
background-color: #F09886;
}
.BgClassName
{
background-color: #F09886;
}
</style>
border-color css
<style>
span { border-color: #F09886; }
span { border-color: rgb(240,152,134); }
td.TdClassName
{
border-color: #F09886;
}
.TagClassName
{
border-color: #F09886;
}
</style>