Shades of Tonys Pink #F3A28D
Tints of Tonys Pink #F3A28D
RGB
CMYK
RGB Variations
Color information
#F3A28D (or 0xF3A28D) is known color: Tonys Pink. HEX triplet: F3, A2 and 8D. RGB value is (243,162,141). Sum of RGB (Red+Green+Blue) = 243+162+141=546 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.51% from 546); Green value is 162 (63.67% from 255 or 29.67% from 546); Blue value is 141 (55.47% from 255 or 25.82% from 546); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A28D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A28D is #0C5D72. Grayscale: #B7B7B7. Windows color (decimal): -810355 or 9282291. OLE color: 9282291.
HSL color Cylindrical-coordinate representation of color #F3A28D: hue angle of 12.35º 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 #F3A28D is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 162 | 141 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.05 |
| HSL | 12.35º | 0.81% | 0.75% | - |
| HSV(B) | 12.35º | 0.42% | 0.95% | - |
| XYZ | 54.69 | 46.82 | 31.35 | - |
| YUV | 183.83 | 103.84 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 162 | 141 | 0 | 0.33 | 0.42 | 0.05 | 12.35 | 0.81 | 0.75 |
| Hex | F3 | A2 | 8D | 0 | 21 | 2A | 5 | C | 51 | 4B |
| Octal | 363 | 242 | 215 | 0 | 41 | 52 | 5 | 14 | 121 | 113 |
| Binary | 11110011 | 10100010 | 10001101 | 0 | 100001 | 101010 | 101 | 1100 | 1010001 | 1001011 |
Color Harmonies of #F3A28D
Complementary color
Monochromatic Colors of #F3A28D
Black with #F3A28D
Text Example
Text Example
White with #F3A28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A28D; }
p { color: rgb(243,162,141); }
H1.HeaderClassName
{
color: #F3A28D;
}
.AnyTagClassName
{
color: #F3A28D;
}
</style>
background-color css
<style>
a { background-color: #F3A28D; }
a { background-color: rgb(243,162,141); }
div.DivClassName
{
background-color: #F3A28D;
}
.BgClassName
{
background-color: #F3A28D;
}
</style>
border-color css
<style>
span { border-color: #F3A28D; }
span { border-color: rgb(243,162,141); }
td.TdClassName
{
border-color: #F3A28D;
}
.TagClassName
{
border-color: #F3A28D;
}
</style>