Shades of Tonys Pink #F5A58B
Tints of Tonys Pink #F5A58B
RGB
CMYK
RGB Variations
Color information
#F5A58B (or 0xF5A58B) is known color: Tonys Pink. HEX triplet: F5, A5 and 8B. RGB value is (245,165,139). Sum of RGB (Red+Green+Blue) = 245+165+139=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 165 (64.84% from 255 or 30.05% from 549); Blue value is 139 (54.69% from 255 or 25.32% from 549); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A58B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A58B is #0A5A74. Grayscale: #BABABA. Windows color (decimal): -678517 or 9151989. OLE color: 9151989.
HSL color Cylindrical-coordinate representation of color #F5A58B: hue angle of 14.72º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F5A58B is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 165 | 139 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.04 |
| HSL | 14.72º | 0.84% | 0.75% | - |
| HSV(B) | 14.72º | 0.43% | 0.96% | - |
| XYZ | 55.77 | 48.19 | 30.79 | - |
| YUV | 185.96 | 101.5 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 165 | 139 | 0 | 0.33 | 0.43 | 0.04 | 14.72 | 0.84 | 0.75 |
| Hex | F5 | A5 | 8B | 0 | 21 | 2B | 4 | F | 54 | 4B |
| Octal | 365 | 245 | 213 | 0 | 41 | 53 | 4 | 17 | 124 | 113 |
| Binary | 11110101 | 10100101 | 10001011 | 0 | 100001 | 101011 | 100 | 1111 | 1010100 | 1001011 |
Color Harmonies of #F5A58B
Complementary color
Monochromatic Colors of #F5A58B
Black with #F5A58B
Text Example
Text Example
White with #F5A58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A58B; }
p { color: rgb(245,165,139); }
H1.HeaderClassName
{
color: #F5A58B;
}
.AnyTagClassName
{
color: #F5A58B;
}
</style>
background-color css
<style>
a { background-color: #F5A58B; }
a { background-color: rgb(245,165,139); }
div.DivClassName
{
background-color: #F5A58B;
}
.BgClassName
{
background-color: #F5A58B;
}
</style>
border-color css
<style>
span { border-color: #F5A58B; }
span { border-color: rgb(245,165,139); }
td.TdClassName
{
border-color: #F5A58B;
}
.TagClassName
{
border-color: #F5A58B;
}
</style>