Shades of Rose Bud #F9A09B
Tints of Rose Bud #F9A09B
RGB
CMYK
RGB Variations
Color information
#F9A09B (or 0xF9A09B) is known color: Rose Bud. HEX triplet: F9, A0 and 9B. RGB value is (249,160,155). Sum of RGB (Red+Green+Blue) = 249+160+155=564 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.15% from 564); Green value is 160 (62.89% from 255 or 28.37% from 564); Blue value is 155 (60.94% from 255 or 27.48% from 564); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A09B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A09B is #065F64. Grayscale: #BABABA. Windows color (decimal): -417637 or 10199289. OLE color: 10199289.
HSL color Cylindrical-coordinate representation of color #F9A09B: hue angle of 3.19º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F9A09B is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 160 | 155 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.02 |
| HSL | 3.19º | 0.89% | 0.79% | - |
| HSV(B) | 3.19º | 0.38% | 0.98% | - |
| XYZ | 57.55 | 47.65 | 37.17 | - |
| YUV | 186.04 | 110.49 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 160 | 155 | 0 | 0.36 | 0.38 | 0.02 | 3.19 | 0.89 | 0.79 |
| Hex | F9 | A0 | 9B | 0 | 24 | 26 | 2 | 3 | 59 | 4F |
| Octal | 371 | 240 | 233 | 0 | 44 | 46 | 2 | 3 | 131 | 117 |
| Binary | 11111001 | 10100000 | 10011011 | 0 | 100100 | 100110 | 10 | 11 | 1011001 | 1001111 |
Color Harmonies of #F9A09B
Complementary color
Monochromatic Colors of #F9A09B
Black with #F9A09B
Text Example
Text Example
White with #F9A09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A09B; }
p { color: rgb(249,160,155); }
H1.HeaderClassName
{
color: #F9A09B;
}
.AnyTagClassName
{
color: #F9A09B;
}
</style>
background-color css
<style>
a { background-color: #F9A09B; }
a { background-color: rgb(249,160,155); }
div.DivClassName
{
background-color: #F9A09B;
}
.BgClassName
{
background-color: #F9A09B;
}
</style>
border-color css
<style>
span { border-color: #F9A09B; }
span { border-color: rgb(249,160,155); }
td.TdClassName
{
border-color: #F9A09B;
}
.TagClassName
{
border-color: #F9A09B;
}
</style>