Shades of Rose Bud #F6A790
Tints of Rose Bud #F6A790
RGB
CMYK
RGB Variations
Color information
#F6A790 (or 0xF6A790) is known color: Rose Bud. HEX triplet: F6, A7 and 90. RGB value is (246,167,144). Sum of RGB (Red+Green+Blue) = 246+167+144=557 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.17% from 557); Green value is 167 (65.62% from 255 or 29.98% from 557); Blue value is 144 (56.64% from 255 or 25.85% from 557); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A790 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A790 is #09586F. Grayscale: #BCBCBC. Windows color (decimal): -612464 or 9480182. OLE color: 9480182.
HSL color Cylindrical-coordinate representation of color #F6A790: hue angle of 13.53º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F6A790 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 167 | 144 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.04 |
| HSL | 13.53º | 0.85% | 0.76% | - |
| HSV(B) | 13.53º | 0.41% | 0.96% | - |
| XYZ | 56.86 | 49.24 | 32.89 | - |
| YUV | 188 | 103.17 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 167 | 144 | 0 | 0.32 | 0.41 | 0.04 | 13.53 | 0.85 | 0.76 |
| Hex | F6 | A7 | 90 | 0 | 20 | 29 | 4 | E | 55 | 4C |
| Octal | 366 | 247 | 220 | 0 | 40 | 51 | 4 | 16 | 125 | 114 |
| Binary | 11110110 | 10100111 | 10010000 | 0 | 100000 | 101001 | 100 | 1110 | 1010101 | 1001100 |
Color Harmonies of #F6A790
Complementary color
Monochromatic Colors of #F6A790
Black with #F6A790
Text Example
Text Example
White with #F6A790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A790; }
p { color: rgb(246,167,144); }
H1.HeaderClassName
{
color: #F6A790;
}
.AnyTagClassName
{
color: #F6A790;
}
</style>
background-color css
<style>
a { background-color: #F6A790; }
a { background-color: rgb(246,167,144); }
div.DivClassName
{
background-color: #F6A790;
}
.BgClassName
{
background-color: #F6A790;
}
</style>
border-color css
<style>
span { border-color: #F6A790; }
span { border-color: rgb(246,167,144); }
td.TdClassName
{
border-color: #F6A790;
}
.TagClassName
{
border-color: #F6A790;
}
</style>