Shades of Tonys Pink #F3A385
Tints of Tonys Pink #F3A385
RGB
CMYK
RGB Variations
Color information
#F3A385 (or 0xF3A385) is known color: Tonys Pink. HEX triplet: F3, A3 and 85. RGB value is (243,163,133). Sum of RGB (Red+Green+Blue) = 243+163+133=539 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.08% from 539); Green value is 163 (64.06% from 255 or 30.24% from 539); Blue value is 133 (52.34% from 255 or 24.68% from 539); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A385 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A385 is #0C5C7A. Grayscale: #B7B7B7. Windows color (decimal): -810107 or 8758259. OLE color: 8758259.
HSL color Cylindrical-coordinate representation of color #F3A385: hue angle of 16.36º 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 #F3A385 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 163 | 133 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.05 |
| HSL | 16.36º | 0.82% | 0.74% | - |
| HSV(B) | 16.36º | 0.45% | 0.95% | - |
| XYZ | 54.29 | 46.94 | 28.39 | - |
| YUV | 183.5 | 99.5 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 163 | 133 | 0 | 0.33 | 0.45 | 0.05 | 16.36 | 0.82 | 0.74 |
| Hex | F3 | A3 | 85 | 0 | 21 | 2D | 5 | 10 | 52 | 4A |
| Octal | 363 | 243 | 205 | 0 | 41 | 55 | 5 | 20 | 122 | 112 |
| Binary | 11110011 | 10100011 | 10000101 | 0 | 100001 | 101101 | 101 | 10000 | 1010010 | 1001010 |
Color Harmonies of #F3A385
Complementary color
Monochromatic Colors of #F3A385
Black with #F3A385
Text Example
Text Example
White with #F3A385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A385; }
p { color: rgb(243,163,133); }
H1.HeaderClassName
{
color: #F3A385;
}
.AnyTagClassName
{
color: #F3A385;
}
</style>
background-color css
<style>
a { background-color: #F3A385; }
a { background-color: rgb(243,163,133); }
div.DivClassName
{
background-color: #F3A385;
}
.BgClassName
{
background-color: #F3A385;
}
</style>
border-color css
<style>
span { border-color: #F3A385; }
span { border-color: rgb(243,163,133); }
td.TdClassName
{
border-color: #F3A385;
}
.TagClassName
{
border-color: #F3A385;
}
</style>