Shades of Tonys Pink #F0A18D
Tints of Tonys Pink #F0A18D
RGB
CMYK
RGB Variations
Color information
#F0A18D (or 0xF0A18D) is known color: Tonys Pink. HEX triplet: F0, A1 and 8D. RGB value is (240,161,141). Sum of RGB (Red+Green+Blue) = 240+161+141=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 161 (63.28% from 255 or 29.70% from 542); Blue value is 141 (55.47% from 255 or 26.01% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A18D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A18D is #0F5E72. Grayscale: #B6B6B6. Windows color (decimal): -1007219 or 9282032. OLE color: 9282032.
HSL color Cylindrical-coordinate representation of color #F0A18D: hue angle of 12.12º 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 #F0A18D is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 161 | 141 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.06 |
| HSL | 12.12º | 0.77% | 0.75% | - |
| HSV(B) | 12.12º | 0.41% | 0.94% | - |
| XYZ | 53.49 | 45.94 | 31.25 | - |
| YUV | 182.34 | 104.67 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 161 | 141 | 0 | 0.33 | 0.41 | 0.06 | 12.12 | 0.77 | 0.75 |
| Hex | F0 | A1 | 8D | 0 | 21 | 29 | 6 | C | 4D | 4B |
| Octal | 360 | 241 | 215 | 0 | 41 | 51 | 6 | 14 | 115 | 113 |
| Binary | 11110000 | 10100001 | 10001101 | 0 | 100001 | 101001 | 110 | 1100 | 1001101 | 1001011 |
Color Harmonies of #F0A18D
Complementary color
Monochromatic Colors of #F0A18D
Black with #F0A18D
Text Example
Text Example
White with #F0A18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A18D; }
p { color: rgb(240,161,141); }
H1.HeaderClassName
{
color: #F0A18D;
}
.AnyTagClassName
{
color: #F0A18D;
}
</style>
background-color css
<style>
a { background-color: #F0A18D; }
a { background-color: rgb(240,161,141); }
div.DivClassName
{
background-color: #F0A18D;
}
.BgClassName
{
background-color: #F0A18D;
}
</style>
border-color css
<style>
span { border-color: #F0A18D; }
span { border-color: rgb(240,161,141); }
td.TdClassName
{
border-color: #F0A18D;
}
.TagClassName
{
border-color: #F0A18D;
}
</style>