Shades of Tonys Pink #F5A38E
Tints of Tonys Pink #F5A38E
RGB
CMYK
RGB Variations
Color information
#F5A38E (or 0xF5A38E) is known color: Tonys Pink. HEX triplet: F5, A3 and 8E. RGB value is (245,163,142). Sum of RGB (Red+Green+Blue) = 245+163+142=550 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.55% from 550); Green value is 163 (64.06% from 255 or 29.64% from 550); Blue value is 142 (55.86% from 255 or 25.82% from 550); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A38E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A38E is #0A5C71. Grayscale: #B9B9B9. Windows color (decimal): -679026 or 9348085. OLE color: 9348085.
HSL color Cylindrical-coordinate representation of color #F5A38E: hue angle of 12.23º 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 #F5A38E is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 163 | 142 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.04 |
| HSL | 12.23º | 0.84% | 0.76% | - |
| HSV(B) | 12.23º | 0.42% | 0.96% | - |
| XYZ | 55.64 | 47.56 | 31.84 | - |
| YUV | 185.12 | 103.67 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 163 | 142 | 0 | 0.33 | 0.42 | 0.04 | 12.23 | 0.84 | 0.76 |
| Hex | F5 | A3 | 8E | 0 | 21 | 2A | 4 | C | 54 | 4C |
| Octal | 365 | 243 | 216 | 0 | 41 | 52 | 4 | 14 | 124 | 114 |
| Binary | 11110101 | 10100011 | 10001110 | 0 | 100001 | 101010 | 100 | 1100 | 1010100 | 1001100 |
Color Harmonies of #F5A38E
Complementary color
Monochromatic Colors of #F5A38E
Black with #F5A38E
Text Example
Text Example
White with #F5A38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A38E; }
p { color: rgb(245,163,142); }
H1.HeaderClassName
{
color: #F5A38E;
}
.AnyTagClassName
{
color: #F5A38E;
}
</style>
background-color css
<style>
a { background-color: #F5A38E; }
a { background-color: rgb(245,163,142); }
div.DivClassName
{
background-color: #F5A38E;
}
.BgClassName
{
background-color: #F5A38E;
}
</style>
border-color css
<style>
span { border-color: #F5A38E; }
span { border-color: rgb(245,163,142); }
td.TdClassName
{
border-color: #F5A38E;
}
.TagClassName
{
border-color: #F5A38E;
}
</style>