Shades of Tonys Pink #F6A38B
Tints of Tonys Pink #F6A38B
RGB
CMYK
RGB Variations
Color information
#F6A38B (or 0xF6A38B) is known color: Tonys Pink. HEX triplet: F6, A3 and 8B. RGB value is (246,163,139). Sum of RGB (Red+Green+Blue) = 246+163+139=548 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.89% from 548); Green value is 163 (64.06% from 255 or 29.74% from 548); Blue value is 139 (54.69% from 255 or 25.36% from 548); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A38B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A38B is #095C74. Grayscale: #B9B9B9. Windows color (decimal): -613493 or 9151478. OLE color: 9151478.
HSL color Cylindrical-coordinate representation of color #F6A38B: hue angle of 13.46º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F6A38B is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 163 | 139 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.04 |
| HSL | 13.46º | 0.86% | 0.75% | - |
| HSV(B) | 13.46º | 0.43% | 0.96% | - |
| XYZ | 55.76 | 47.65 | 30.68 | - |
| YUV | 185.08 | 102 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 163 | 139 | 0 | 0.34 | 0.43 | 0.04 | 13.46 | 0.86 | 0.75 |
| Hex | F6 | A3 | 8B | 0 | 22 | 2B | 4 | D | 56 | 4B |
| Octal | 366 | 243 | 213 | 0 | 42 | 53 | 4 | 15 | 126 | 113 |
| Binary | 11110110 | 10100011 | 10001011 | 0 | 100010 | 101011 | 100 | 1101 | 1010110 | 1001011 |
Color Harmonies of #F6A38B
Complementary color
Monochromatic Colors of #F6A38B
Black with #F6A38B
Text Example
Text Example
White with #F6A38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A38B; }
p { color: rgb(246,163,139); }
H1.HeaderClassName
{
color: #F6A38B;
}
.AnyTagClassName
{
color: #F6A38B;
}
</style>
background-color css
<style>
a { background-color: #F6A38B; }
a { background-color: rgb(246,163,139); }
div.DivClassName
{
background-color: #F6A38B;
}
.BgClassName
{
background-color: #F6A38B;
}
</style>
border-color css
<style>
span { border-color: #F6A38B; }
span { border-color: rgb(246,163,139); }
td.TdClassName
{
border-color: #F6A38B;
}
.TagClassName
{
border-color: #F6A38B;
}
</style>