Shades of Tonys Pink #F0AB8D
Tints of Tonys Pink #F0AB8D
RGB
CMYK
RGB Variations
Color information
#F0AB8D (or 0xF0AB8D) is known color: Tonys Pink. HEX triplet: F0, AB and 8D. RGB value is (240,171,141). Sum of RGB (Red+Green+Blue) = 240+171+141=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 141 (55.47% from 255 or 25.54% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AB8D is #0F5472. Grayscale: #BCBCBC. Windows color (decimal): -1004659 or 9284592. OLE color: 9284592.
HSL color Cylindrical-coordinate representation of color #F0AB8D: hue angle of 18.18º 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 #F0AB8D is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 141 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.06 |
| HSL | 18.18º | 0.77% | 0.75% | - |
| HSV(B) | 18.18º | 0.41% | 0.94% | - |
| XYZ | 55.31 | 49.57 | 31.85 | - |
| YUV | 188.21 | 101.36 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 141 | 0 | 0.29 | 0.41 | 0.06 | 18.18 | 0.77 | 0.75 |
| Hex | F0 | AB | 8D | 0 | 1D | 29 | 6 | 12 | 4D | 4B |
| Octal | 360 | 253 | 215 | 0 | 35 | 51 | 6 | 22 | 115 | 113 |
| Binary | 11110000 | 10101011 | 10001101 | 0 | 11101 | 101001 | 110 | 10010 | 1001101 | 1001011 |
Color Harmonies of #F0AB8D
Complementary color
Monochromatic Colors of #F0AB8D
Black with #F0AB8D
Text Example
Text Example
White with #F0AB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AB8D; }
p { color: rgb(240,171,141); }
H1.HeaderClassName
{
color: #F0AB8D;
}
.AnyTagClassName
{
color: #F0AB8D;
}
</style>
background-color css
<style>
a { background-color: #F0AB8D; }
a { background-color: rgb(240,171,141); }
div.DivClassName
{
background-color: #F0AB8D;
}
.BgClassName
{
background-color: #F0AB8D;
}
</style>
border-color css
<style>
span { border-color: #F0AB8D; }
span { border-color: rgb(240,171,141); }
td.TdClassName
{
border-color: #F0AB8D;
}
.TagClassName
{
border-color: #F0AB8D;
}
</style>