Shades of Rose Bud #F9A19B
Tints of Rose Bud #F9A19B
RGB
CMYK
RGB Variations
Color information
#F9A19B (or 0xF9A19B) is known color: Rose Bud. HEX triplet: F9, A1 and 9B. RGB value is (249,161,155). Sum of RGB (Red+Green+Blue) = 249+161+155=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 161 (63.28% from 255 or 28.50% from 565); Blue value is 155 (60.94% from 255 or 27.43% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A19B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A19B is #065E64. Grayscale: #BABABA. Windows color (decimal): -417381 or 10199545. OLE color: 10199545.
HSL color Cylindrical-coordinate representation of color #F9A19B: hue angle of 3.83º 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 #F9A19B is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 161 | 155 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.02 |
| HSL | 3.83º | 0.89% | 0.79% | - |
| HSV(B) | 3.83º | 0.38% | 0.98% | - |
| XYZ | 57.73 | 48 | 37.23 | - |
| YUV | 186.63 | 110.15 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 161 | 155 | 0 | 0.35 | 0.38 | 0.02 | 3.83 | 0.89 | 0.79 |
| Hex | F9 | A1 | 9B | 0 | 23 | 26 | 2 | 4 | 59 | 4F |
| Octal | 371 | 241 | 233 | 0 | 43 | 46 | 2 | 4 | 131 | 117 |
| Binary | 11111001 | 10100001 | 10011011 | 0 | 100011 | 100110 | 10 | 100 | 1011001 | 1001111 |
Color Harmonies of #F9A19B
Complementary color
Monochromatic Colors of #F9A19B
Black with #F9A19B
Text Example
Text Example
White with #F9A19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A19B; }
p { color: rgb(249,161,155); }
H1.HeaderClassName
{
color: #F9A19B;
}
.AnyTagClassName
{
color: #F9A19B;
}
</style>
background-color css
<style>
a { background-color: #F9A19B; }
a { background-color: rgb(249,161,155); }
div.DivClassName
{
background-color: #F9A19B;
}
.BgClassName
{
background-color: #F9A19B;
}
</style>
border-color css
<style>
span { border-color: #F9A19B; }
span { border-color: rgb(249,161,155); }
td.TdClassName
{
border-color: #F9A19B;
}
.TagClassName
{
border-color: #F9A19B;
}
</style>