Shades of Tonys Pink #F0A489
Tints of Tonys Pink #F0A489
RGB
CMYK
RGB Variations
Color information
#F0A489 (or 0xF0A489) is known color: Tonys Pink. HEX triplet: F0, A4 and 89. RGB value is (240,164,137). Sum of RGB (Red+Green+Blue) = 240+164+137=541 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.36% from 541); Green value is 164 (64.45% from 255 or 30.31% from 541); Blue value is 137 (53.91% from 255 or 25.32% from 541); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A489 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A489 is #0F5B76. Grayscale: #B7B7B7. Windows color (decimal): -1006455 or 9020656. OLE color: 9020656.
HSL color Cylindrical-coordinate representation of color #F0A489: hue angle of 15.73º 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 #F0A489 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 164 | 137 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.06 |
| HSL | 15.73º | 0.77% | 0.74% | - |
| HSV(B) | 15.73º | 0.43% | 0.94% | - |
| XYZ | 53.73 | 46.88 | 29.88 | - |
| YUV | 183.65 | 101.68 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 164 | 137 | 0 | 0.32 | 0.43 | 0.06 | 15.73 | 0.77 | 0.74 |
| Hex | F0 | A4 | 89 | 0 | 20 | 2B | 6 | 10 | 4D | 4A |
| Octal | 360 | 244 | 211 | 0 | 40 | 53 | 6 | 20 | 115 | 112 |
| Binary | 11110000 | 10100100 | 10001001 | 0 | 100000 | 101011 | 110 | 10000 | 1001101 | 1001010 |
Color Harmonies of #F0A489
Complementary color
Monochromatic Colors of #F0A489
Black with #F0A489
Text Example
Text Example
White with #F0A489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A489; }
p { color: rgb(240,164,137); }
H1.HeaderClassName
{
color: #F0A489;
}
.AnyTagClassName
{
color: #F0A489;
}
</style>
background-color css
<style>
a { background-color: #F0A489; }
a { background-color: rgb(240,164,137); }
div.DivClassName
{
background-color: #F0A489;
}
.BgClassName
{
background-color: #F0A489;
}
</style>
border-color css
<style>
span { border-color: #F0A489; }
span { border-color: rgb(240,164,137); }
td.TdClassName
{
border-color: #F0A489;
}
.TagClassName
{
border-color: #F0A489;
}
</style>