Shades of Tonys Pink #F6A388
Tints of Tonys Pink #F6A388
RGB
CMYK
RGB Variations
Color information
#F6A388 (or 0xF6A388) is known color: Tonys Pink. HEX triplet: F6, A3 and 88. RGB value is (246,163,136). Sum of RGB (Red+Green+Blue) = 246+163+136=545 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.14% from 545); Green value is 163 (64.06% from 255 or 29.91% from 545); Blue value is 136 (53.52% from 255 or 24.95% from 545); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A388 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A388 is #095C77. Grayscale: #B8B8B8. Windows color (decimal): -613496 or 8954870. OLE color: 8954870.
HSL color Cylindrical-coordinate representation of color #F6A388: hue angle of 14.73º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F6A388 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 163 | 136 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.04 |
| HSL | 14.73º | 0.86% | 0.75% | - |
| HSV(B) | 14.73º | 0.45% | 0.96% | - |
| XYZ | 55.55 | 47.56 | 29.55 | - |
| YUV | 184.74 | 100.5 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 163 | 136 | 0 | 0.34 | 0.45 | 0.04 | 14.73 | 0.86 | 0.75 |
| Hex | F6 | A3 | 88 | 0 | 22 | 2D | 4 | F | 56 | 4B |
| Octal | 366 | 243 | 210 | 0 | 42 | 55 | 4 | 17 | 126 | 113 |
| Binary | 11110110 | 10100011 | 10001000 | 0 | 100010 | 101101 | 100 | 1111 | 1010110 | 1001011 |
Color Harmonies of #F6A388
Complementary color
Monochromatic Colors of #F6A388
Black with #F6A388
Text Example
Text Example
White with #F6A388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A388; }
p { color: rgb(246,163,136); }
H1.HeaderClassName
{
color: #F6A388;
}
.AnyTagClassName
{
color: #F6A388;
}
</style>
background-color css
<style>
a { background-color: #F6A388; }
a { background-color: rgb(246,163,136); }
div.DivClassName
{
background-color: #F6A388;
}
.BgClassName
{
background-color: #F6A388;
}
</style>
border-color css
<style>
span { border-color: #F6A388; }
span { border-color: rgb(246,163,136); }
td.TdClassName
{
border-color: #F6A388;
}
.TagClassName
{
border-color: #F6A388;
}
</style>