Shades of Tonys Pink #F3A386
Tints of Tonys Pink #F3A386
RGB
CMYK
RGB Variations
Color information
#F3A386 (or 0xF3A386) is known color: Tonys Pink. HEX triplet: F3, A3 and 86. RGB value is (243,163,134). Sum of RGB (Red+Green+Blue) = 243+163+134=540 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 134 (52.73% from 255 or 24.81% from 540); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A386 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A386 is #0C5C79. Grayscale: #B7B7B7. Windows color (decimal): -810106 or 8823795. OLE color: 8823795.
HSL color Cylindrical-coordinate representation of color #F3A386: hue angle of 15.96º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F3A386 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 163 | 134 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.05 |
| HSL | 15.96º | 0.82% | 0.74% | - |
| HSV(B) | 15.96º | 0.45% | 0.95% | - |
| XYZ | 54.36 | 46.97 | 28.76 | - |
| YUV | 183.61 | 100 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 163 | 134 | 0 | 0.33 | 0.45 | 0.05 | 15.96 | 0.82 | 0.74 |
| Hex | F3 | A3 | 86 | 0 | 21 | 2D | 5 | 10 | 52 | 4A |
| Octal | 363 | 243 | 206 | 0 | 41 | 55 | 5 | 20 | 122 | 112 |
| Binary | 11110011 | 10100011 | 10000110 | 0 | 100001 | 101101 | 101 | 10000 | 1010010 | 1001010 |
Color Harmonies of #F3A386
Complementary color
Monochromatic Colors of #F3A386
Black with #F3A386
Text Example
Text Example
White with #F3A386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A386; }
p { color: rgb(243,163,134); }
H1.HeaderClassName
{
color: #F3A386;
}
.AnyTagClassName
{
color: #F3A386;
}
</style>
background-color css
<style>
a { background-color: #F3A386; }
a { background-color: rgb(243,163,134); }
div.DivClassName
{
background-color: #F3A386;
}
.BgClassName
{
background-color: #F3A386;
}
</style>
border-color css
<style>
span { border-color: #F3A386; }
span { border-color: rgb(243,163,134); }
td.TdClassName
{
border-color: #F3A386;
}
.TagClassName
{
border-color: #F3A386;
}
</style>