Shades of Rose Bud #F6A19B
Tints of Rose Bud #F6A19B
RGB
CMYK
RGB Variations
Color information
#F6A19B (or 0xF6A19B) is known color: Rose Bud. HEX triplet: F6, A1 and 9B. RGB value is (246,161,155). Sum of RGB (Red+Green+Blue) = 246+161+155=562 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.77% from 562); Green value is 161 (63.28% from 255 or 28.65% from 562); Blue value is 155 (60.94% from 255 or 27.58% from 562); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A19B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A19B is #095E64. Grayscale: #B9B9B9. Windows color (decimal): -613989 or 10199542. OLE color: 10199542.
HSL color Cylindrical-coordinate representation of color #F6A19B: hue angle of 3.96º 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 #F6A19B is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 161 | 155 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.04 |
| HSL | 3.96º | 0.83% | 0.79% | - |
| HSV(B) | 3.96º | 0.37% | 0.96% | - |
| XYZ | 56.67 | 47.45 | 37.18 | - |
| YUV | 185.73 | 110.66 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 161 | 155 | 0 | 0.35 | 0.37 | 0.04 | 3.96 | 0.83 | 0.79 |
| Hex | F6 | A1 | 9B | 0 | 23 | 25 | 4 | 4 | 53 | 4F |
| Octal | 366 | 241 | 233 | 0 | 43 | 45 | 4 | 4 | 123 | 117 |
| Binary | 11110110 | 10100001 | 10011011 | 0 | 100011 | 100101 | 100 | 100 | 1010011 | 1001111 |
Color Harmonies of #F6A19B
Complementary color
Monochromatic Colors of #F6A19B
Black with #F6A19B
Text Example
Text Example
White with #F6A19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A19B; }
p { color: rgb(246,161,155); }
H1.HeaderClassName
{
color: #F6A19B;
}
.AnyTagClassName
{
color: #F6A19B;
}
</style>
background-color css
<style>
a { background-color: #F6A19B; }
a { background-color: rgb(246,161,155); }
div.DivClassName
{
background-color: #F6A19B;
}
.BgClassName
{
background-color: #F6A19B;
}
</style>
border-color css
<style>
span { border-color: #F6A19B; }
span { border-color: rgb(246,161,155); }
td.TdClassName
{
border-color: #F6A19B;
}
.TagClassName
{
border-color: #F6A19B;
}
</style>