Shades of Tonys Pink #F6A289
Tints of Tonys Pink #F6A289
RGB
CMYK
RGB Variations
Color information
#F6A289 (or 0xF6A289) is known color: Tonys Pink. HEX triplet: F6, A2 and 89. RGB value is (246,162,137). Sum of RGB (Red+Green+Blue) = 246+162+137=545 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.14% from 545); Green value is 162 (63.67% from 255 or 29.72% from 545); Blue value is 137 (53.91% from 255 or 25.14% from 545); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A289 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A289 is #095D76. Grayscale: #B8B8B8. Windows color (decimal): -613751 or 9020150. OLE color: 9020150.
HSL color Cylindrical-coordinate representation of color #F6A289: hue angle of 13.76º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F6A289 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 162 | 137 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.04 |
| HSL | 13.76º | 0.86% | 0.75% | - |
| HSV(B) | 13.76º | 0.44% | 0.96% | - |
| XYZ | 55.44 | 47.24 | 29.86 | - |
| YUV | 184.27 | 101.33 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 162 | 137 | 0 | 0.34 | 0.44 | 0.04 | 13.76 | 0.86 | 0.75 |
| Hex | F6 | A2 | 89 | 0 | 22 | 2C | 4 | E | 56 | 4B |
| Octal | 366 | 242 | 211 | 0 | 42 | 54 | 4 | 16 | 126 | 113 |
| Binary | 11110110 | 10100010 | 10001001 | 0 | 100010 | 101100 | 100 | 1110 | 1010110 | 1001011 |
Color Harmonies of #F6A289
Complementary color
Monochromatic Colors of #F6A289
Black with #F6A289
Text Example
Text Example
White with #F6A289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A289; }
p { color: rgb(246,162,137); }
H1.HeaderClassName
{
color: #F6A289;
}
.AnyTagClassName
{
color: #F6A289;
}
</style>
background-color css
<style>
a { background-color: #F6A289; }
a { background-color: rgb(246,162,137); }
div.DivClassName
{
background-color: #F6A289;
}
.BgClassName
{
background-color: #F6A289;
}
</style>
border-color css
<style>
span { border-color: #F6A289; }
span { border-color: rgb(246,162,137); }
td.TdClassName
{
border-color: #F6A289;
}
.TagClassName
{
border-color: #F6A289;
}
</style>