Shades of Rose Bud #F6A79B
Tints of Rose Bud #F6A79B
RGB
CMYK
RGB Variations
Color information
#F6A79B (or 0xF6A79B) is known color: Rose Bud. HEX triplet: F6, A7 and 9B. RGB value is (246,167,155). Sum of RGB (Red+Green+Blue) = 246+167+155=568 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.31% from 568); Green value is 167 (65.62% from 255 or 29.40% from 568); Blue value is 155 (60.94% from 255 or 27.29% from 568); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A79B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A79B is #095864. Grayscale: #BDBDBD. Windows color (decimal): -612453 or 10201078. OLE color: 10201078.
HSL color Cylindrical-coordinate representation of color #F6A79B: hue angle of 7.91º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F6A79B is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 167 | 155 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.04 |
| HSL | 7.91º | 0.83% | 0.79% | - |
| HSV(B) | 7.91º | 0.37% | 0.96% | - |
| XYZ | 57.74 | 49.6 | 37.54 | - |
| YUV | 189.25 | 108.67 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 167 | 155 | 0 | 0.32 | 0.37 | 0.04 | 7.91 | 0.83 | 0.79 |
| Hex | F6 | A7 | 9B | 0 | 20 | 25 | 4 | 8 | 53 | 4F |
| Octal | 366 | 247 | 233 | 0 | 40 | 45 | 4 | 10 | 123 | 117 |
| Binary | 11110110 | 10100111 | 10011011 | 0 | 100000 | 100101 | 100 | 1000 | 1010011 | 1001111 |
Color Harmonies of #F6A79B
Complementary color
Monochromatic Colors of #F6A79B
Black with #F6A79B
Text Example
Text Example
White with #F6A79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A79B; }
p { color: rgb(246,167,155); }
H1.HeaderClassName
{
color: #F6A79B;
}
.AnyTagClassName
{
color: #F6A79B;
}
</style>
background-color css
<style>
a { background-color: #F6A79B; }
a { background-color: rgb(246,167,155); }
div.DivClassName
{
background-color: #F6A79B;
}
.BgClassName
{
background-color: #F6A79B;
}
</style>
border-color css
<style>
span { border-color: #F6A79B; }
span { border-color: rgb(246,167,155); }
td.TdClassName
{
border-color: #F6A79B;
}
.TagClassName
{
border-color: #F6A79B;
}
</style>