Shades of Tonys Pink #F3A58C
Tints of Tonys Pink #F3A58C
RGB
CMYK
RGB Variations
Color information
#F3A58C (or 0xF3A58C) is known color: Tonys Pink. HEX triplet: F3, A5 and 8C. RGB value is (243,165,140). Sum of RGB (Red+Green+Blue) = 243+165+140=548 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.34% from 548); Green value is 165 (64.84% from 255 or 30.11% from 548); Blue value is 140 (55.08% from 255 or 25.55% from 548); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A58C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A58C is #0C5A73. Grayscale: #B9B9B9. Windows color (decimal): -809588 or 9217523. OLE color: 9217523.
HSL color Cylindrical-coordinate representation of color #F3A58C: hue angle of 14.56º 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 #F3A58C is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 165 | 140 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.05 |
| HSL | 14.56º | 0.81% | 0.75% | - |
| HSV(B) | 14.56º | 0.42% | 0.95% | - |
| XYZ | 55.15 | 47.86 | 31.14 | - |
| YUV | 185.47 | 102.34 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 165 | 140 | 0 | 0.32 | 0.42 | 0.05 | 14.56 | 0.81 | 0.75 |
| Hex | F3 | A5 | 8C | 0 | 20 | 2A | 5 | F | 51 | 4B |
| Octal | 363 | 245 | 214 | 0 | 40 | 52 | 5 | 17 | 121 | 113 |
| Binary | 11110011 | 10100101 | 10001100 | 0 | 100000 | 101010 | 101 | 1111 | 1010001 | 1001011 |
Color Harmonies of #F3A58C
Complementary color
Monochromatic Colors of #F3A58C
Black with #F3A58C
Text Example
Text Example
White with #F3A58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A58C; }
p { color: rgb(243,165,140); }
H1.HeaderClassName
{
color: #F3A58C;
}
.AnyTagClassName
{
color: #F3A58C;
}
</style>
background-color css
<style>
a { background-color: #F3A58C; }
a { background-color: rgb(243,165,140); }
div.DivClassName
{
background-color: #F3A58C;
}
.BgClassName
{
background-color: #F3A58C;
}
</style>
border-color css
<style>
span { border-color: #F3A58C; }
span { border-color: rgb(243,165,140); }
td.TdClassName
{
border-color: #F3A58C;
}
.TagClassName
{
border-color: #F3A58C;
}
</style>