Shades of Rose Bud #F6A095
Tints of Rose Bud #F6A095
RGB
CMYK
RGB Variations
Color information
#F6A095 (or 0xF6A095) is known color: Rose Bud. HEX triplet: F6, A0 and 95. RGB value is (246,160,149). Sum of RGB (Red+Green+Blue) = 246+160+149=555 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.32% from 555); Green value is 160 (62.89% from 255 or 28.83% from 555); Blue value is 149 (58.59% from 255 or 26.85% from 555); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A095 is #095F6A. Grayscale: #B8B8B8. Windows color (decimal): -614251 or 9806070. OLE color: 9806070.
HSL color Cylindrical-coordinate representation of color #F6A095: hue angle of 6.8º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F6A095 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 160 | 149 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.04 |
| HSL | 6.8º | 0.84% | 0.77% | - |
| HSV(B) | 6.8º | 0.39% | 0.96% | - |
| XYZ | 56 | 46.9 | 34.54 | - |
| YUV | 184.46 | 107.99 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 160 | 149 | 0 | 0.35 | 0.39 | 0.04 | 6.8 | 0.84 | 0.77 |
| Hex | F6 | A0 | 95 | 0 | 23 | 27 | 4 | 7 | 54 | 4D |
| Octal | 366 | 240 | 225 | 0 | 43 | 47 | 4 | 7 | 124 | 115 |
| Binary | 11110110 | 10100000 | 10010101 | 0 | 100011 | 100111 | 100 | 111 | 1010100 | 1001101 |
Color Harmonies of #F6A095
Complementary color
Monochromatic Colors of #F6A095
Black with #F6A095
Text Example
Text Example
White with #F6A095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A095; }
p { color: rgb(246,160,149); }
H1.HeaderClassName
{
color: #F6A095;
}
.AnyTagClassName
{
color: #F6A095;
}
</style>
background-color css
<style>
a { background-color: #F6A095; }
a { background-color: rgb(246,160,149); }
div.DivClassName
{
background-color: #F6A095;
}
.BgClassName
{
background-color: #F6A095;
}
</style>
border-color css
<style>
span { border-color: #F6A095; }
span { border-color: rgb(246,160,149); }
td.TdClassName
{
border-color: #F6A095;
}
.TagClassName
{
border-color: #F6A095;
}
</style>