Shades of Tonys Pink #F5A78C
Tints of Tonys Pink #F5A78C
RGB
CMYK
RGB Variations
Color information
#F5A78C (or 0xF5A78C) is known color: Tonys Pink. HEX triplet: F5, A7 and 8C. RGB value is (245,167,140). Sum of RGB (Red+Green+Blue) = 245+167+140=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 167 (65.62% from 255 or 30.25% from 552); Blue value is 140 (55.08% from 255 or 25.36% from 552); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A78C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A78C is #0A5873. Grayscale: #BBBBBB. Windows color (decimal): -678004 or 9218037. OLE color: 9218037.
HSL color Cylindrical-coordinate representation of color #F5A78C: hue angle of 15.43º 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 #F5A78C is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 167 | 140 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.04 |
| HSL | 15.43º | 0.84% | 0.75% | - |
| HSV(B) | 15.43º | 0.43% | 0.96% | - |
| XYZ | 56.21 | 48.94 | 31.3 | - |
| YUV | 187.24 | 101.34 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 167 | 140 | 0 | 0.32 | 0.43 | 0.04 | 15.43 | 0.84 | 0.75 |
| Hex | F5 | A7 | 8C | 0 | 20 | 2B | 4 | F | 54 | 4B |
| Octal | 365 | 247 | 214 | 0 | 40 | 53 | 4 | 17 | 124 | 113 |
| Binary | 11110101 | 10100111 | 10001100 | 0 | 100000 | 101011 | 100 | 1111 | 1010100 | 1001011 |
Color Harmonies of #F5A78C
Complementary color
Monochromatic Colors of #F5A78C
Black with #F5A78C
Text Example
Text Example
White with #F5A78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A78C; }
p { color: rgb(245,167,140); }
H1.HeaderClassName
{
color: #F5A78C;
}
.AnyTagClassName
{
color: #F5A78C;
}
</style>
background-color css
<style>
a { background-color: #F5A78C; }
a { background-color: rgb(245,167,140); }
div.DivClassName
{
background-color: #F5A78C;
}
.BgClassName
{
background-color: #F5A78C;
}
</style>
border-color css
<style>
span { border-color: #F5A78C; }
span { border-color: rgb(245,167,140); }
td.TdClassName
{
border-color: #F5A78C;
}
.TagClassName
{
border-color: #F5A78C;
}
</style>