Shades of Tonys Pink #F0A389
Tints of Tonys Pink #F0A389
RGB
CMYK
RGB Variations
Color information
#F0A389 (or 0xF0A389) is known color: Tonys Pink. HEX triplet: F0, A3 and 89. RGB value is (240,163,137). Sum of RGB (Red+Green+Blue) = 240+163+137=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 137 (53.91% from 255 or 25.37% from 540); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A389 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A389 is #0F5C76. Grayscale: #B7B7B7. Windows color (decimal): -1006711 or 9020400. OLE color: 9020400.
HSL color Cylindrical-coordinate representation of color #F0A389: hue angle of 15.15º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0A389 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 163 | 137 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.06 |
| HSL | 15.15º | 0.77% | 0.74% | - |
| HSV(B) | 15.15º | 0.43% | 0.94% | - |
| XYZ | 53.55 | 46.53 | 29.83 | - |
| YUV | 183.06 | 102.01 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 163 | 137 | 0 | 0.32 | 0.43 | 0.06 | 15.15 | 0.77 | 0.74 |
| Hex | F0 | A3 | 89 | 0 | 20 | 2B | 6 | F | 4D | 4A |
| Octal | 360 | 243 | 211 | 0 | 40 | 53 | 6 | 17 | 115 | 112 |
| Binary | 11110000 | 10100011 | 10001001 | 0 | 100000 | 101011 | 110 | 1111 | 1001101 | 1001010 |
Color Harmonies of #F0A389
Complementary color
Monochromatic Colors of #F0A389
Black with #F0A389
Text Example
Text Example
White with #F0A389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A389; }
p { color: rgb(240,163,137); }
H1.HeaderClassName
{
color: #F0A389;
}
.AnyTagClassName
{
color: #F0A389;
}
</style>
background-color css
<style>
a { background-color: #F0A389; }
a { background-color: rgb(240,163,137); }
div.DivClassName
{
background-color: #F0A389;
}
.BgClassName
{
background-color: #F0A389;
}
</style>
border-color css
<style>
span { border-color: #F0A389; }
span { border-color: rgb(240,163,137); }
td.TdClassName
{
border-color: #F0A389;
}
.TagClassName
{
border-color: #F0A389;
}
</style>