Shades of Tonys Pink #F09F85
Tints of Tonys Pink #F09F85
RGB
CMYK
RGB Variations
Color information
#F09F85 (or 0xF09F85) is known color: Tonys Pink. HEX triplet: F0, 9F and 85. RGB value is (240,159,133). Sum of RGB (Red+Green+Blue) = 240+159+133=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 133 (52.34% from 255 or 25% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F09F85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09F85 is #0F607A. Grayscale: #B4B4B4. Windows color (decimal): -1007739 or 8757232. OLE color: 8757232.
HSL color Cylindrical-coordinate representation of color #F09F85: hue angle of 14.58º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F09F85 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 159 | 133 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.06 |
| HSL | 14.58º | 0.78% | 0.73% | - |
| HSV(B) | 14.58º | 0.45% | 0.94% | - |
| XYZ | 52.57 | 45.02 | 28.11 | - |
| YUV | 180.26 | 101.34 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 159 | 133 | 0 | 0.34 | 0.45 | 0.06 | 14.58 | 0.78 | 0.73 |
| Hex | F0 | 9F | 85 | 0 | 22 | 2D | 6 | F | 4E | 49 |
| Octal | 360 | 237 | 205 | 0 | 42 | 55 | 6 | 17 | 116 | 111 |
| Binary | 11110000 | 10011111 | 10000101 | 0 | 100010 | 101101 | 110 | 1111 | 1001110 | 1001001 |
Color Harmonies of #F09F85
Complementary color
Monochromatic Colors of #F09F85
Black with #F09F85
Text Example
Text Example
White with #F09F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09F85; }
p { color: rgb(240,159,133); }
H1.HeaderClassName
{
color: #F09F85;
}
.AnyTagClassName
{
color: #F09F85;
}
</style>
background-color css
<style>
a { background-color: #F09F85; }
a { background-color: rgb(240,159,133); }
div.DivClassName
{
background-color: #F09F85;
}
.BgClassName
{
background-color: #F09F85;
}
</style>
border-color css
<style>
span { border-color: #F09F85; }
span { border-color: rgb(240,159,133); }
td.TdClassName
{
border-color: #F09F85;
}
.TagClassName
{
border-color: #F09F85;
}
</style>