Shades of Tonys Pink #F6A48D
Tints of Tonys Pink #F6A48D
RGB
CMYK
RGB Variations
Color information
#F6A48D (or 0xF6A48D) is known color: Tonys Pink. HEX triplet: F6, A4 and 8D. RGB value is (246,164,141). Sum of RGB (Red+Green+Blue) = 246+164+141=551 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.65% from 551); Green value is 164 (64.45% from 255 or 29.76% from 551); Blue value is 141 (55.47% from 255 or 25.59% from 551); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A48D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A48D is #095B72. Grayscale: #BABABA. Windows color (decimal): -613235 or 9282806. OLE color: 9282806.
HSL color Cylindrical-coordinate representation of color #F6A48D: hue angle of 13.14º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F6A48D is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 164 | 141 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.04 |
| HSL | 13.14º | 0.85% | 0.76% | - |
| HSV(B) | 13.14º | 0.43% | 0.96% | - |
| XYZ | 56.09 | 48.07 | 31.52 | - |
| YUV | 185.9 | 102.67 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 164 | 141 | 0 | 0.33 | 0.43 | 0.04 | 13.14 | 0.85 | 0.76 |
| Hex | F6 | A4 | 8D | 0 | 21 | 2B | 4 | D | 55 | 4C |
| Octal | 366 | 244 | 215 | 0 | 41 | 53 | 4 | 15 | 125 | 114 |
| Binary | 11110110 | 10100100 | 10001101 | 0 | 100001 | 101011 | 100 | 1101 | 1010101 | 1001100 |
Color Harmonies of #F6A48D
Complementary color
Monochromatic Colors of #F6A48D
Black with #F6A48D
Text Example
Text Example
White with #F6A48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A48D; }
p { color: rgb(246,164,141); }
H1.HeaderClassName
{
color: #F6A48D;
}
.AnyTagClassName
{
color: #F6A48D;
}
</style>
background-color css
<style>
a { background-color: #F6A48D; }
a { background-color: rgb(246,164,141); }
div.DivClassName
{
background-color: #F6A48D;
}
.BgClassName
{
background-color: #F6A48D;
}
</style>
border-color css
<style>
span { border-color: #F6A48D; }
span { border-color: rgb(246,164,141); }
td.TdClassName
{
border-color: #F6A48D;
}
.TagClassName
{
border-color: #F6A48D;
}
</style>