Shades of Tonys Pink #F0A78B
Tints of Tonys Pink #F0A78B
RGB
CMYK
RGB Variations
Color information
#F0A78B (or 0xF0A78B) is known color: Tonys Pink. HEX triplet: F0, A7 and 8B. RGB value is (240,167,139). Sum of RGB (Red+Green+Blue) = 240+167+139=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 167 (65.62% from 255 or 30.59% from 546); Blue value is 139 (54.69% from 255 or 25.46% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A78B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A78B is #0F5874. Grayscale: #B9B9B9. Windows color (decimal): -1005685 or 9152496. OLE color: 9152496.
HSL color Cylindrical-coordinate representation of color #F0A78B: hue angle of 16.63º 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 #F0A78B is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 167 | 139 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.06 |
| HSL | 16.63º | 0.77% | 0.74% | - |
| HSV(B) | 16.63º | 0.42% | 0.94% | - |
| XYZ | 54.41 | 48.03 | 30.83 | - |
| YUV | 185.64 | 101.68 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 167 | 139 | 0 | 0.30 | 0.42 | 0.06 | 16.63 | 0.77 | 0.74 |
| Hex | F0 | A7 | 8B | 0 | 1E | 2A | 6 | 11 | 4D | 4A |
| Octal | 360 | 247 | 213 | 0 | 36 | 52 | 6 | 21 | 115 | 112 |
| Binary | 11110000 | 10100111 | 10001011 | 0 | 11110 | 101010 | 110 | 10001 | 1001101 | 1001010 |
Color Harmonies of #F0A78B
Complementary color
Monochromatic Colors of #F0A78B
Black with #F0A78B
Text Example
Text Example
White with #F0A78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A78B; }
p { color: rgb(240,167,139); }
H1.HeaderClassName
{
color: #F0A78B;
}
.AnyTagClassName
{
color: #F0A78B;
}
</style>
background-color css
<style>
a { background-color: #F0A78B; }
a { background-color: rgb(240,167,139); }
div.DivClassName
{
background-color: #F0A78B;
}
.BgClassName
{
background-color: #F0A78B;
}
</style>
border-color css
<style>
span { border-color: #F0A78B; }
span { border-color: rgb(240,167,139); }
td.TdClassName
{
border-color: #F0A78B;
}
.TagClassName
{
border-color: #F0A78B;
}
</style>