Shades of Rose Bud #F6A292
Tints of Rose Bud #F6A292
RGB
CMYK
RGB Variations
Color information
#F6A292 (or 0xF6A292) is known color: Rose Bud. HEX triplet: F6, A2 and 92. RGB value is (246,162,146). Sum of RGB (Red+Green+Blue) = 246+162+146=554 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.40% from 554); Green value is 162 (63.67% from 255 or 29.24% from 554); Blue value is 146 (57.42% from 255 or 26.35% from 554); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A292 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A292 is #095D6D. Grayscale: #B9B9B9. Windows color (decimal): -613742 or 9609974. OLE color: 9609974.
HSL color Cylindrical-coordinate representation of color #F6A292: hue angle of 9.6º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F6A292 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 162 | 146 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.04 |
| HSL | 9.6º | 0.85% | 0.77% | - |
| HSV(B) | 9.6º | 0.41% | 0.96% | - |
| XYZ | 56.11 | 47.51 | 33.41 | - |
| YUV | 185.29 | 105.83 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 162 | 146 | 0 | 0.34 | 0.41 | 0.04 | 9.6 | 0.85 | 0.77 |
| Hex | F6 | A2 | 92 | 0 | 22 | 29 | 4 | A | 55 | 4D |
| Octal | 366 | 242 | 222 | 0 | 42 | 51 | 4 | 12 | 125 | 115 |
| Binary | 11110110 | 10100010 | 10010010 | 0 | 100010 | 101001 | 100 | 1010 | 1010101 | 1001101 |
Color Harmonies of #F6A292
Complementary color
Monochromatic Colors of #F6A292
Black with #F6A292
Text Example
Text Example
White with #F6A292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A292; }
p { color: rgb(246,162,146); }
H1.HeaderClassName
{
color: #F6A292;
}
.AnyTagClassName
{
color: #F6A292;
}
</style>
background-color css
<style>
a { background-color: #F6A292; }
a { background-color: rgb(246,162,146); }
div.DivClassName
{
background-color: #F6A292;
}
.BgClassName
{
background-color: #F6A292;
}
</style>
border-color css
<style>
span { border-color: #F6A292; }
span { border-color: rgb(246,162,146); }
td.TdClassName
{
border-color: #F6A292;
}
.TagClassName
{
border-color: #F6A292;
}
</style>