Shades of Tonys Pink #F0AA87
Tints of Tonys Pink #F0AA87
RGB
CMYK
RGB Variations
Color information
#F0AA87 (or 0xF0AA87) is known color: Tonys Pink. HEX triplet: F0, AA and 87. RGB value is (240,170,135). Sum of RGB (Red+Green+Blue) = 240+170+135=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 135 (53.12% from 255 or 24.77% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AA87 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AA87 is #0F5578. Grayscale: #BBBBBB. Windows color (decimal): -1004921 or 8891120. OLE color: 8891120.
HSL color Cylindrical-coordinate representation of color #F0AA87: hue angle of 20º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F0AA87 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 170 | 135 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.06 |
| HSL | 20º | 0.78% | 0.74% | - |
| HSV(B) | 20º | 0.44% | 0.94% | - |
| XYZ | 54.68 | 49.02 | 29.5 | - |
| YUV | 186.94 | 98.69 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 170 | 135 | 0 | 0.29 | 0.44 | 0.06 | 20 | 0.78 | 0.74 |
| Hex | F0 | AA | 87 | 0 | 1D | 2C | 6 | 14 | 4E | 4A |
| Octal | 360 | 252 | 207 | 0 | 35 | 54 | 6 | 24 | 116 | 112 |
| Binary | 11110000 | 10101010 | 10000111 | 0 | 11101 | 101100 | 110 | 10100 | 1001110 | 1001010 |
Color Harmonies of #F0AA87
Complementary color
Monochromatic Colors of #F0AA87
Black with #F0AA87
Text Example
Text Example
White with #F0AA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AA87; }
p { color: rgb(240,170,135); }
H1.HeaderClassName
{
color: #F0AA87;
}
.AnyTagClassName
{
color: #F0AA87;
}
</style>
background-color css
<style>
a { background-color: #F0AA87; }
a { background-color: rgb(240,170,135); }
div.DivClassName
{
background-color: #F0AA87;
}
.BgClassName
{
background-color: #F0AA87;
}
</style>
border-color css
<style>
span { border-color: #F0AA87; }
span { border-color: rgb(240,170,135); }
td.TdClassName
{
border-color: #F0AA87;
}
.TagClassName
{
border-color: #F0AA87;
}
</style>