Shades of Rose Bud #F6A197
Tints of Rose Bud #F6A197
RGB
CMYK
RGB Variations
Color information
#F6A197 (or 0xF6A197) is known color: Rose Bud. HEX triplet: F6, A1 and 97. RGB value is (246,161,151). Sum of RGB (Red+Green+Blue) = 246+161+151=558 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.09% from 558); Green value is 161 (63.28% from 255 or 28.85% from 558); Blue value is 151 (59.38% from 255 or 27.06% from 558); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A197 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A197 is #095E68. Grayscale: #B9B9B9. Windows color (decimal): -613993 or 9937398. OLE color: 9937398.
HSL color Cylindrical-coordinate representation of color #F6A197: hue angle of 6.32º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F6A197 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 161 | 151 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.04 |
| HSL | 6.32º | 0.84% | 0.78% | - |
| HSV(B) | 6.32º | 0.39% | 0.96% | - |
| XYZ | 56.34 | 47.32 | 35.44 | - |
| YUV | 185.28 | 108.66 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 161 | 151 | 0 | 0.35 | 0.39 | 0.04 | 6.32 | 0.84 | 0.78 |
| Hex | F6 | A1 | 97 | 0 | 23 | 27 | 4 | 6 | 54 | 4E |
| Octal | 366 | 241 | 227 | 0 | 43 | 47 | 4 | 6 | 124 | 116 |
| Binary | 11110110 | 10100001 | 10010111 | 0 | 100011 | 100111 | 100 | 110 | 1010100 | 1001110 |
Color Harmonies of #F6A197
Complementary color
Monochromatic Colors of #F6A197
Black with #F6A197
Text Example
Text Example
White with #F6A197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A197; }
p { color: rgb(246,161,151); }
H1.HeaderClassName
{
color: #F6A197;
}
.AnyTagClassName
{
color: #F6A197;
}
</style>
background-color css
<style>
a { background-color: #F6A197; }
a { background-color: rgb(246,161,151); }
div.DivClassName
{
background-color: #F6A197;
}
.BgClassName
{
background-color: #F6A197;
}
</style>
border-color css
<style>
span { border-color: #F6A197; }
span { border-color: rgb(246,161,151); }
td.TdClassName
{
border-color: #F6A197;
}
.TagClassName
{
border-color: #F6A197;
}
</style>