Shades of Tonys Pink #F5A18B
Tints of Tonys Pink #F5A18B
RGB
CMYK
RGB Variations
Color information
#F5A18B (or 0xF5A18B) is known color: Tonys Pink. HEX triplet: F5, A1 and 8B. RGB value is (245,161,139). Sum of RGB (Red+Green+Blue) = 245+161+139=545 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.95% from 545); Green value is 161 (63.28% from 255 or 29.54% from 545); Blue value is 139 (54.69% from 255 or 25.50% from 545); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A18B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A18B is #0A5E74. Grayscale: #B7B7B7. Windows color (decimal): -679541 or 9150965. OLE color: 9150965.
HSL color Cylindrical-coordinate representation of color #F5A18B: hue angle of 12.45º 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 #F5A18B is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 161 | 139 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.04 |
| HSL | 12.45º | 0.84% | 0.75% | - |
| HSV(B) | 12.45º | 0.43% | 0.96% | - |
| XYZ | 55.06 | 46.77 | 30.55 | - |
| YUV | 183.61 | 102.83 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 161 | 139 | 0 | 0.34 | 0.43 | 0.04 | 12.45 | 0.84 | 0.75 |
| Hex | F5 | A1 | 8B | 0 | 22 | 2B | 4 | C | 54 | 4B |
| Octal | 365 | 241 | 213 | 0 | 42 | 53 | 4 | 14 | 124 | 113 |
| Binary | 11110101 | 10100001 | 10001011 | 0 | 100010 | 101011 | 100 | 1100 | 1010100 | 1001011 |
Color Harmonies of #F5A18B
Complementary color
Monochromatic Colors of #F5A18B
Black with #F5A18B
Text Example
Text Example
White with #F5A18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A18B; }
p { color: rgb(245,161,139); }
H1.HeaderClassName
{
color: #F5A18B;
}
.AnyTagClassName
{
color: #F5A18B;
}
</style>
background-color css
<style>
a { background-color: #F5A18B; }
a { background-color: rgb(245,161,139); }
div.DivClassName
{
background-color: #F5A18B;
}
.BgClassName
{
background-color: #F5A18B;
}
</style>
border-color css
<style>
span { border-color: #F5A18B; }
span { border-color: rgb(245,161,139); }
td.TdClassName
{
border-color: #F5A18B;
}
.TagClassName
{
border-color: #F5A18B;
}
</style>