Shades of Tonys Pink #F0A08B
Tints of Tonys Pink #F0A08B
RGB
CMYK
RGB Variations
Color information
#F0A08B (or 0xF0A08B) is known color: Tonys Pink. HEX triplet: F0, A0 and 8B. RGB value is (240,160,139). Sum of RGB (Red+Green+Blue) = 240+160+139=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 139 (54.69% from 255 or 25.79% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A08B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A08B is #0F5F74. Grayscale: #B5B5B5. Windows color (decimal): -1007477 or 9150704. OLE color: 9150704.
HSL color Cylindrical-coordinate representation of color #F0A08B: hue angle of 12.48º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F0A08B is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 160 | 139 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.06 |
| HSL | 12.48º | 0.77% | 0.74% | - |
| HSV(B) | 12.48º | 0.42% | 0.94% | - |
| XYZ | 53.17 | 45.53 | 30.41 | - |
| YUV | 181.53 | 104 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 160 | 139 | 0 | 0.33 | 0.42 | 0.06 | 12.48 | 0.77 | 0.74 |
| Hex | F0 | A0 | 8B | 0 | 21 | 2A | 6 | C | 4D | 4A |
| Octal | 360 | 240 | 213 | 0 | 41 | 52 | 6 | 14 | 115 | 112 |
| Binary | 11110000 | 10100000 | 10001011 | 0 | 100001 | 101010 | 110 | 1100 | 1001101 | 1001010 |
Color Harmonies of #F0A08B
Complementary color
Monochromatic Colors of #F0A08B
Black with #F0A08B
Text Example
Text Example
White with #F0A08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A08B; }
p { color: rgb(240,160,139); }
H1.HeaderClassName
{
color: #F0A08B;
}
.AnyTagClassName
{
color: #F0A08B;
}
</style>
background-color css
<style>
a { background-color: #F0A08B; }
a { background-color: rgb(240,160,139); }
div.DivClassName
{
background-color: #F0A08B;
}
.BgClassName
{
background-color: #F0A08B;
}
</style>
border-color css
<style>
span { border-color: #F0A08B; }
span { border-color: rgb(240,160,139); }
td.TdClassName
{
border-color: #F0A08B;
}
.TagClassName
{
border-color: #F0A08B;
}
</style>