Shades of Tonys Pink #F5A68D
Tints of Tonys Pink #F5A68D
RGB
CMYK
RGB Variations
Color information
#F5A68D (or 0xF5A68D) is known color: Tonys Pink. HEX triplet: F5, A6 and 8D. RGB value is (245,166,141). Sum of RGB (Red+Green+Blue) = 245+166+141=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 166 (65.23% from 255 or 30.07% from 552); Blue value is 141 (55.47% from 255 or 25.54% from 552); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A68D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A68D is #0A5972. Grayscale: #BABABA. Windows color (decimal): -678259 or 9283317. OLE color: 9283317.
HSL color Cylindrical-coordinate representation of color #F5A68D: hue angle of 14.42º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F5A68D is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 166 | 141 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.04 |
| HSL | 14.42º | 0.84% | 0.76% | - |
| HSV(B) | 14.42º | 0.42% | 0.96% | - |
| XYZ | 56.1 | 48.61 | 31.62 | - |
| YUV | 186.77 | 102.17 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 166 | 141 | 0 | 0.32 | 0.42 | 0.04 | 14.42 | 0.84 | 0.76 |
| Hex | F5 | A6 | 8D | 0 | 20 | 2A | 4 | E | 54 | 4C |
| Octal | 365 | 246 | 215 | 0 | 40 | 52 | 4 | 16 | 124 | 114 |
| Binary | 11110101 | 10100110 | 10001101 | 0 | 100000 | 101010 | 100 | 1110 | 1010100 | 1001100 |
Color Harmonies of #F5A68D
Complementary color
Monochromatic Colors of #F5A68D
Black with #F5A68D
Text Example
Text Example
White with #F5A68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A68D; }
p { color: rgb(245,166,141); }
H1.HeaderClassName
{
color: #F5A68D;
}
.AnyTagClassName
{
color: #F5A68D;
}
</style>
background-color css
<style>
a { background-color: #F5A68D; }
a { background-color: rgb(245,166,141); }
div.DivClassName
{
background-color: #F5A68D;
}
.BgClassName
{
background-color: #F5A68D;
}
</style>
border-color css
<style>
span { border-color: #F5A68D; }
span { border-color: rgb(245,166,141); }
td.TdClassName
{
border-color: #F5A68D;
}
.TagClassName
{
border-color: #F5A68D;
}
</style>