Shades of Tonys Pink #F3A086
Tints of Tonys Pink #F3A086
RGB
CMYK
RGB Variations
Color information
#F3A086 (or 0xF3A086) is known color: Tonys Pink. HEX triplet: F3, A0 and 86. RGB value is (243,160,134). Sum of RGB (Red+Green+Blue) = 243+160+134=537 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.25% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 134 (52.73% from 255 or 24.95% from 537); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A086 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A086 is #0C5F79. Grayscale: #B6B6B6. Windows color (decimal): -810874 or 8823027. OLE color: 8823027.
HSL color Cylindrical-coordinate representation of color #F3A086: hue angle of 14.31º 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 #F3A086 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 160 | 134 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.05 |
| HSL | 14.31º | 0.82% | 0.74% | - |
| HSV(B) | 14.31º | 0.45% | 0.95% | - |
| XYZ | 53.84 | 45.92 | 28.58 | - |
| YUV | 181.85 | 101 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 160 | 134 | 0 | 0.34 | 0.45 | 0.05 | 14.31 | 0.82 | 0.74 |
| Hex | F3 | A0 | 86 | 0 | 22 | 2D | 5 | E | 52 | 4A |
| Octal | 363 | 240 | 206 | 0 | 42 | 55 | 5 | 16 | 122 | 112 |
| Binary | 11110011 | 10100000 | 10000110 | 0 | 100010 | 101101 | 101 | 1110 | 1010010 | 1001010 |
Color Harmonies of #F3A086
Complementary color
Monochromatic Colors of #F3A086
Black with #F3A086
Text Example
Text Example
White with #F3A086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A086; }
p { color: rgb(243,160,134); }
H1.HeaderClassName
{
color: #F3A086;
}
.AnyTagClassName
{
color: #F3A086;
}
</style>
background-color css
<style>
a { background-color: #F3A086; }
a { background-color: rgb(243,160,134); }
div.DivClassName
{
background-color: #F3A086;
}
.BgClassName
{
background-color: #F3A086;
}
</style>
border-color css
<style>
span { border-color: #F3A086; }
span { border-color: rgb(243,160,134); }
td.TdClassName
{
border-color: #F3A086;
}
.TagClassName
{
border-color: #F3A086;
}
</style>