Shades of Tonys Pink #F3A58D
Tints of Tonys Pink #F3A58D
RGB
CMYK
RGB Variations
Color information
#F3A58D (or 0xF3A58D) is known color: Tonys Pink. HEX triplet: F3, A5 and 8D. RGB value is (243,165,141). Sum of RGB (Red+Green+Blue) = 243+165+141=549 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.26% from 549); Green value is 165 (64.84% from 255 or 30.05% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A58D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A58D is #0C5A72. Grayscale: #B9B9B9. Windows color (decimal): -809587 or 9283059. OLE color: 9283059.
HSL color Cylindrical-coordinate representation of color #F3A58D: hue angle of 14.12º 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 #F3A58D is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 165 | 141 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.05 |
| HSL | 14.12º | 0.81% | 0.75% | - |
| HSV(B) | 14.12º | 0.42% | 0.95% | - |
| XYZ | 55.23 | 47.89 | 31.53 | - |
| YUV | 185.59 | 102.84 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 165 | 141 | 0 | 0.32 | 0.42 | 0.05 | 14.12 | 0.81 | 0.75 |
| Hex | F3 | A5 | 8D | 0 | 20 | 2A | 5 | E | 51 | 4B |
| Octal | 363 | 245 | 215 | 0 | 40 | 52 | 5 | 16 | 121 | 113 |
| Binary | 11110011 | 10100101 | 10001101 | 0 | 100000 | 101010 | 101 | 1110 | 1010001 | 1001011 |
Color Harmonies of #F3A58D
Complementary color
Monochromatic Colors of #F3A58D
Black with #F3A58D
Text Example
Text Example
White with #F3A58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A58D; }
p { color: rgb(243,165,141); }
H1.HeaderClassName
{
color: #F3A58D;
}
.AnyTagClassName
{
color: #F3A58D;
}
</style>
background-color css
<style>
a { background-color: #F3A58D; }
a { background-color: rgb(243,165,141); }
div.DivClassName
{
background-color: #F3A58D;
}
.BgClassName
{
background-color: #F3A58D;
}
</style>
border-color css
<style>
span { border-color: #F3A58D; }
span { border-color: rgb(243,165,141); }
td.TdClassName
{
border-color: #F3A58D;
}
.TagClassName
{
border-color: #F3A58D;
}
</style>