Shades of Tonys Pink #F3A48E
Tints of Tonys Pink #F3A48E
RGB
CMYK
RGB Variations
Color information
#F3A48E (or 0xF3A48E) is known color: Tonys Pink. HEX triplet: F3, A4 and 8E. RGB value is (243,164,142). Sum of RGB (Red+Green+Blue) = 243+164+142=549 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.26% from 549); Green value is 164 (64.45% from 255 or 29.87% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A48E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A48E is #0C5B71. Grayscale: #B9B9B9. Windows color (decimal): -809842 or 9348339. OLE color: 9348339.
HSL color Cylindrical-coordinate representation of color #F3A48E: hue angle of 13.07º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F3A48E is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 164 | 142 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.05 |
| HSL | 13.07º | 0.81% | 0.75% | - |
| HSV(B) | 13.07º | 0.42% | 0.95% | - |
| XYZ | 55.12 | 47.56 | 31.87 | - |
| YUV | 185.11 | 103.67 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 164 | 142 | 0 | 0.33 | 0.42 | 0.05 | 13.07 | 0.81 | 0.75 |
| Hex | F3 | A4 | 8E | 0 | 21 | 2A | 5 | D | 51 | 4B |
| Octal | 363 | 244 | 216 | 0 | 41 | 52 | 5 | 15 | 121 | 113 |
| Binary | 11110011 | 10100100 | 10001110 | 0 | 100001 | 101010 | 101 | 1101 | 1010001 | 1001011 |
Color Harmonies of #F3A48E
Complementary color
Monochromatic Colors of #F3A48E
Black with #F3A48E
Text Example
Text Example
White with #F3A48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A48E; }
p { color: rgb(243,164,142); }
H1.HeaderClassName
{
color: #F3A48E;
}
.AnyTagClassName
{
color: #F3A48E;
}
</style>
background-color css
<style>
a { background-color: #F3A48E; }
a { background-color: rgb(243,164,142); }
div.DivClassName
{
background-color: #F3A48E;
}
.BgClassName
{
background-color: #F3A48E;
}
</style>
border-color css
<style>
span { border-color: #F3A48E; }
span { border-color: rgb(243,164,142); }
td.TdClassName
{
border-color: #F3A48E;
}
.TagClassName
{
border-color: #F3A48E;
}
</style>