Shades of Tonys Pink #F6A68A
Tints of Tonys Pink #F6A68A
RGB
CMYK
RGB Variations
Color information
#F6A68A (or 0xF6A68A) is known color: Tonys Pink. HEX triplet: F6, A6 and 8A. RGB value is (246,166,138). Sum of RGB (Red+Green+Blue) = 246+166+138=550 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.73% from 550); Green value is 166 (65.23% from 255 or 30.18% from 550); Blue value is 138 (54.30% from 255 or 25.09% from 550); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A68A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A68A is #095975. Grayscale: #BABABA. Windows color (decimal): -612726 or 9086710. OLE color: 9086710.
HSL color Cylindrical-coordinate representation of color #F6A68A: hue angle of 15.56º 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 #F6A68A is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 166 | 138 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.04 |
| HSL | 15.56º | 0.86% | 0.75% | - |
| HSV(B) | 15.56º | 0.44% | 0.96% | - |
| XYZ | 56.23 | 48.7 | 30.48 | - |
| YUV | 186.73 | 100.5 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 166 | 138 | 0 | 0.33 | 0.44 | 0.04 | 15.56 | 0.86 | 0.75 |
| Hex | F6 | A6 | 8A | 0 | 21 | 2C | 4 | 10 | 56 | 4B |
| Octal | 366 | 246 | 212 | 0 | 41 | 54 | 4 | 20 | 126 | 113 |
| Binary | 11110110 | 10100110 | 10001010 | 0 | 100001 | 101100 | 100 | 10000 | 1010110 | 1001011 |
Color Harmonies of #F6A68A
Complementary color
Monochromatic Colors of #F6A68A
Black with #F6A68A
Text Example
Text Example
White with #F6A68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A68A; }
p { color: rgb(246,166,138); }
H1.HeaderClassName
{
color: #F6A68A;
}
.AnyTagClassName
{
color: #F6A68A;
}
</style>
background-color css
<style>
a { background-color: #F6A68A; }
a { background-color: rgb(246,166,138); }
div.DivClassName
{
background-color: #F6A68A;
}
.BgClassName
{
background-color: #F6A68A;
}
</style>
border-color css
<style>
span { border-color: #F6A68A; }
span { border-color: rgb(246,166,138); }
td.TdClassName
{
border-color: #F6A68A;
}
.TagClassName
{
border-color: #F6A68A;
}
</style>