Shades of Tonys Pink #F0A087
Tints of Tonys Pink #F0A087
RGB
CMYK
RGB Variations
Color information
#F0A087 (or 0xF0A087) is known color: Tonys Pink. HEX triplet: F0, A0 and 87. RGB value is (240,160,135). Sum of RGB (Red+Green+Blue) = 240+160+135=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 135 (53.12% from 255 or 25.23% from 535); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A087 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A087 is #0F5F78. Grayscale: #B5B5B5. Windows color (decimal): -1007481 or 8888560. OLE color: 8888560.
HSL color Cylindrical-coordinate representation of color #F0A087: hue angle of 14.29º 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 #F0A087 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 160 | 135 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.06 |
| HSL | 14.29º | 0.78% | 0.74% | - |
| HSV(B) | 14.29º | 0.44% | 0.94% | - |
| XYZ | 52.88 | 45.42 | 28.9 | - |
| YUV | 181.07 | 102 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 160 | 135 | 0 | 0.33 | 0.44 | 0.06 | 14.29 | 0.78 | 0.74 |
| Hex | F0 | A0 | 87 | 0 | 21 | 2C | 6 | E | 4E | 4A |
| Octal | 360 | 240 | 207 | 0 | 41 | 54 | 6 | 16 | 116 | 112 |
| Binary | 11110000 | 10100000 | 10000111 | 0 | 100001 | 101100 | 110 | 1110 | 1001110 | 1001010 |
Color Harmonies of #F0A087
Complementary color
Monochromatic Colors of #F0A087
Black with #F0A087
Text Example
Text Example
White with #F0A087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A087; }
p { color: rgb(240,160,135); }
H1.HeaderClassName
{
color: #F0A087;
}
.AnyTagClassName
{
color: #F0A087;
}
</style>
background-color css
<style>
a { background-color: #F0A087; }
a { background-color: rgb(240,160,135); }
div.DivClassName
{
background-color: #F0A087;
}
.BgClassName
{
background-color: #F0A087;
}
</style>
border-color css
<style>
span { border-color: #F0A087; }
span { border-color: rgb(240,160,135); }
td.TdClassName
{
border-color: #F0A087;
}
.TagClassName
{
border-color: #F0A087;
}
</style>