Shades of Tonys Pink #F5A489
Tints of Tonys Pink #F5A489
RGB
CMYK
RGB Variations
Color information
#F5A489 (or 0xF5A489) is known color: Tonys Pink. HEX triplet: F5, A4 and 89. RGB value is (245,164,137). Sum of RGB (Red+Green+Blue) = 245+164+137=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 164 (64.45% from 255 or 30.04% from 546); Blue value is 137 (53.91% from 255 or 25.09% from 546); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A489 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A489 is #0A5B76. Grayscale: #B9B9B9. Windows color (decimal): -678775 or 9020661. OLE color: 9020661.
HSL color Cylindrical-coordinate representation of color #F5A489: hue angle of 15º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F5A489 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 164 | 137 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.04 |
| HSL | 15º | 0.84% | 0.75% | - |
| HSV(B) | 15º | 0.44% | 0.96% | - |
| XYZ | 55.45 | 47.77 | 29.96 | - |
| YUV | 185.14 | 100.84 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 164 | 137 | 0 | 0.33 | 0.44 | 0.04 | 15 | 0.84 | 0.75 |
| Hex | F5 | A4 | 89 | 0 | 21 | 2C | 4 | F | 54 | 4B |
| Octal | 365 | 244 | 211 | 0 | 41 | 54 | 4 | 17 | 124 | 113 |
| Binary | 11110101 | 10100100 | 10001001 | 0 | 100001 | 101100 | 100 | 1111 | 1010100 | 1001011 |
Color Harmonies of #F5A489
Complementary color
Monochromatic Colors of #F5A489
Black with #F5A489
Text Example
Text Example
White with #F5A489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A489; }
p { color: rgb(245,164,137); }
H1.HeaderClassName
{
color: #F5A489;
}
.AnyTagClassName
{
color: #F5A489;
}
</style>
background-color css
<style>
a { background-color: #F5A489; }
a { background-color: rgb(245,164,137); }
div.DivClassName
{
background-color: #F5A489;
}
.BgClassName
{
background-color: #F5A489;
}
</style>
border-color css
<style>
span { border-color: #F5A489; }
span { border-color: rgb(245,164,137); }
td.TdClassName
{
border-color: #F5A489;
}
.TagClassName
{
border-color: #F5A489;
}
</style>