Shades of Tonys Pink #F0AB8A
Tints of Tonys Pink #F0AB8A
RGB
CMYK
RGB Variations
Color information
#F0AB8A (or 0xF0AB8A) is known color: Tonys Pink. HEX triplet: F0, AB and 8A. RGB value is (240,171,138). Sum of RGB (Red+Green+Blue) = 240+171+138=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 138 (54.30% from 255 or 25.14% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AB8A is #0F5475. Grayscale: #BCBCBC. Windows color (decimal): -1004662 or 9087984. OLE color: 9087984.
HSL color Cylindrical-coordinate representation of color #F0AB8A: hue angle of 19.41º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0AB8A is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 138 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.06 |
| HSL | 19.41º | 0.77% | 0.74% | - |
| HSV(B) | 19.41º | 0.43% | 0.94% | - |
| XYZ | 55.09 | 49.49 | 30.69 | - |
| YUV | 187.87 | 99.86 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 138 | 0 | 0.29 | 0.42 | 0.06 | 19.41 | 0.77 | 0.74 |
| Hex | F0 | AB | 8A | 0 | 1D | 2A | 6 | 13 | 4D | 4A |
| Octal | 360 | 253 | 212 | 0 | 35 | 52 | 6 | 23 | 115 | 112 |
| Binary | 11110000 | 10101011 | 10001010 | 0 | 11101 | 101010 | 110 | 10011 | 1001101 | 1001010 |
Color Harmonies of #F0AB8A
Complementary color
Monochromatic Colors of #F0AB8A
Black with #F0AB8A
Text Example
Text Example
White with #F0AB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AB8A; }
p { color: rgb(240,171,138); }
H1.HeaderClassName
{
color: #F0AB8A;
}
.AnyTagClassName
{
color: #F0AB8A;
}
</style>
background-color css
<style>
a { background-color: #F0AB8A; }
a { background-color: rgb(240,171,138); }
div.DivClassName
{
background-color: #F0AB8A;
}
.BgClassName
{
background-color: #F0AB8A;
}
</style>
border-color css
<style>
span { border-color: #F0AB8A; }
span { border-color: rgb(240,171,138); }
td.TdClassName
{
border-color: #F0AB8A;
}
.TagClassName
{
border-color: #F0AB8A;
}
</style>