Shades of Tonys Pink #F3A28E
Tints of Tonys Pink #F3A28E
RGB
CMYK
RGB Variations
Color information
#F3A28E (or 0xF3A28E) is known color: Tonys Pink. HEX triplet: F3, A2 and 8E. RGB value is (243,162,142). Sum of RGB (Red+Green+Blue) = 243+162+142=547 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.42% from 547); Green value is 162 (63.67% from 255 or 29.62% from 547); Blue value is 142 (55.86% from 255 or 25.96% from 547); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A28E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A28E is #0C5D71. Grayscale: #B8B8B8. Windows color (decimal): -810354 or 9347827. OLE color: 9347827.
HSL color Cylindrical-coordinate representation of color #F3A28E: hue angle of 11.88º 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 #F3A28E is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 162 | 142 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.05 |
| HSL | 11.88º | 0.81% | 0.75% | - |
| HSV(B) | 11.88º | 0.42% | 0.95% | - |
| XYZ | 54.76 | 46.85 | 31.75 | - |
| YUV | 183.94 | 104.34 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 162 | 142 | 0 | 0.33 | 0.42 | 0.05 | 11.88 | 0.81 | 0.75 |
| Hex | F3 | A2 | 8E | 0 | 21 | 2A | 5 | C | 51 | 4B |
| Octal | 363 | 242 | 216 | 0 | 41 | 52 | 5 | 14 | 121 | 113 |
| Binary | 11110011 | 10100010 | 10001110 | 0 | 100001 | 101010 | 101 | 1100 | 1010001 | 1001011 |
Color Harmonies of #F3A28E
Complementary color
Monochromatic Colors of #F3A28E
Black with #F3A28E
Text Example
Text Example
White with #F3A28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A28E; }
p { color: rgb(243,162,142); }
H1.HeaderClassName
{
color: #F3A28E;
}
.AnyTagClassName
{
color: #F3A28E;
}
</style>
background-color css
<style>
a { background-color: #F3A28E; }
a { background-color: rgb(243,162,142); }
div.DivClassName
{
background-color: #F3A28E;
}
.BgClassName
{
background-color: #F3A28E;
}
</style>
border-color css
<style>
span { border-color: #F3A28E; }
span { border-color: rgb(243,162,142); }
td.TdClassName
{
border-color: #F3A28E;
}
.TagClassName
{
border-color: #F3A28E;
}
</style>