Shades of Tonys Pink #F0A48D
Tints of Tonys Pink #F0A48D
RGB
CMYK
RGB Variations
Color information
#F0A48D (or 0xF0A48D) is known color: Tonys Pink. HEX triplet: F0, A4 and 8D. RGB value is (240,164,141). Sum of RGB (Red+Green+Blue) = 240+164+141=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 164 (64.45% from 255 or 30.09% from 545); Blue value is 141 (55.47% from 255 or 25.87% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A48D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A48D is #0F5B72. Grayscale: #B8B8B8. Windows color (decimal): -1006451 or 9282800. OLE color: 9282800.
HSL color Cylindrical-coordinate representation of color #F0A48D: hue angle of 13.94º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F0A48D is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 164 | 141 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.06 |
| HSL | 13.94º | 0.77% | 0.75% | - |
| HSV(B) | 13.94º | 0.41% | 0.94% | - |
| XYZ | 54.02 | 47 | 31.42 | - |
| YUV | 184.1 | 103.68 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 164 | 141 | 0 | 0.32 | 0.41 | 0.06 | 13.94 | 0.77 | 0.75 |
| Hex | F0 | A4 | 8D | 0 | 20 | 29 | 6 | E | 4D | 4B |
| Octal | 360 | 244 | 215 | 0 | 40 | 51 | 6 | 16 | 115 | 113 |
| Binary | 11110000 | 10100100 | 10001101 | 0 | 100000 | 101001 | 110 | 1110 | 1001101 | 1001011 |
Color Harmonies of #F0A48D
Complementary color
Monochromatic Colors of #F0A48D
Black with #F0A48D
Text Example
Text Example
White with #F0A48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A48D; }
p { color: rgb(240,164,141); }
H1.HeaderClassName
{
color: #F0A48D;
}
.AnyTagClassName
{
color: #F0A48D;
}
</style>
background-color css
<style>
a { background-color: #F0A48D; }
a { background-color: rgb(240,164,141); }
div.DivClassName
{
background-color: #F0A48D;
}
.BgClassName
{
background-color: #F0A48D;
}
</style>
border-color css
<style>
span { border-color: #F0A48D; }
span { border-color: rgb(240,164,141); }
td.TdClassName
{
border-color: #F0A48D;
}
.TagClassName
{
border-color: #F0A48D;
}
</style>