Shades of Tonys Pink #F0A084
Tints of Tonys Pink #F0A084
RGB
CMYK
RGB Variations
Color information
#F0A084 (or 0xF0A084) is known color: Tonys Pink. HEX triplet: F0, A0 and 84. RGB value is (240,160,132). Sum of RGB (Red+Green+Blue) = 240+160+132=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 160 (62.89% from 255 or 30.08% from 532); Blue value is 132 (51.95% from 255 or 24.81% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A084 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A084 is #0F5F7B. Grayscale: #B4B4B4. Windows color (decimal): -1007484 or 8691952. OLE color: 8691952.
HSL color Cylindrical-coordinate representation of color #F0A084: hue angle of 15.56º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F0A084 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 160 | 132 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.06 |
| HSL | 15.56º | 0.78% | 0.73% | - |
| HSV(B) | 15.56º | 0.45% | 0.94% | - |
| XYZ | 52.67 | 45.33 | 27.8 | - |
| YUV | 180.73 | 100.5 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 160 | 132 | 0 | 0.33 | 0.45 | 0.06 | 15.56 | 0.78 | 0.73 |
| Hex | F0 | A0 | 84 | 0 | 21 | 2D | 6 | 10 | 4E | 49 |
| Octal | 360 | 240 | 204 | 0 | 41 | 55 | 6 | 20 | 116 | 111 |
| Binary | 11110000 | 10100000 | 10000100 | 0 | 100001 | 101101 | 110 | 10000 | 1001110 | 1001001 |
Color Harmonies of #F0A084
Complementary color
Monochromatic Colors of #F0A084
Black with #F0A084
Text Example
Text Example
White with #F0A084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A084; }
p { color: rgb(240,160,132); }
H1.HeaderClassName
{
color: #F0A084;
}
.AnyTagClassName
{
color: #F0A084;
}
</style>
background-color css
<style>
a { background-color: #F0A084; }
a { background-color: rgb(240,160,132); }
div.DivClassName
{
background-color: #F0A084;
}
.BgClassName
{
background-color: #F0A084;
}
</style>
border-color css
<style>
span { border-color: #F0A084; }
span { border-color: rgb(240,160,132); }
td.TdClassName
{
border-color: #F0A084;
}
.TagClassName
{
border-color: #F0A084;
}
</style>