Shades of Rose Bud #F6A495
Tints of Rose Bud #F6A495
RGB
CMYK
RGB Variations
Color information
#F6A495 (or 0xF6A495) is known color: Rose Bud. HEX triplet: F6, A4 and 95. RGB value is (246,164,149). Sum of RGB (Red+Green+Blue) = 246+164+149=559 (74% of max value = 765). Red value is 246 (96.48% from 255 or 44.01% from 559); Green value is 164 (64.45% from 255 or 29.34% from 559); Blue value is 149 (58.59% from 255 or 26.65% from 559); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A495 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A495 is #095B6A. Grayscale: #BABABA. Windows color (decimal): -613227 or 9807094. OLE color: 9807094.
HSL color Cylindrical-coordinate representation of color #F6A495: hue angle of 9.28º 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 #F6A495 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 164 | 149 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.04 |
| HSL | 9.28º | 0.84% | 0.77% | - |
| HSV(B) | 9.28º | 0.39% | 0.96% | - |
| XYZ | 56.71 | 48.31 | 34.77 | - |
| YUV | 186.81 | 106.67 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 164 | 149 | 0 | 0.33 | 0.39 | 0.04 | 9.28 | 0.84 | 0.77 |
| Hex | F6 | A4 | 95 | 0 | 21 | 27 | 4 | 9 | 54 | 4D |
| Octal | 366 | 244 | 225 | 0 | 41 | 47 | 4 | 11 | 124 | 115 |
| Binary | 11110110 | 10100100 | 10010101 | 0 | 100001 | 100111 | 100 | 1001 | 1010100 | 1001101 |
Color Harmonies of #F6A495
Complementary color
Monochromatic Colors of #F6A495
Black with #F6A495
Text Example
Text Example
White with #F6A495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A495; }
p { color: rgb(246,164,149); }
H1.HeaderClassName
{
color: #F6A495;
}
.AnyTagClassName
{
color: #F6A495;
}
</style>
background-color css
<style>
a { background-color: #F6A495; }
a { background-color: rgb(246,164,149); }
div.DivClassName
{
background-color: #F6A495;
}
.BgClassName
{
background-color: #F6A495;
}
</style>
border-color css
<style>
span { border-color: #F6A495; }
span { border-color: rgb(246,164,149); }
td.TdClassName
{
border-color: #F6A495;
}
.TagClassName
{
border-color: #F6A495;
}
</style>