Shades of Rose Bud #F9A097
Tints of Rose Bud #F9A097
RGB
CMYK
RGB Variations
Color information
#F9A097 (or 0xF9A097) is known color: Rose Bud. HEX triplet: F9, A0 and 97. RGB value is (249,160,151). Sum of RGB (Red+Green+Blue) = 249+160+151=560 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.46% from 560); Green value is 160 (62.89% from 255 or 28.57% from 560); Blue value is 151 (59.38% from 255 or 26.96% from 560); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A097 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A097 is #065F68. Grayscale: #B9B9B9. Windows color (decimal): -417641 or 9937145. OLE color: 9937145.
HSL color Cylindrical-coordinate representation of color #F9A097: hue angle of 5.51º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F9A097 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 160 | 151 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.02 |
| HSL | 5.51º | 0.89% | 0.78% | - |
| HSV(B) | 5.51º | 0.39% | 0.98% | - |
| XYZ | 57.22 | 47.52 | 35.43 | - |
| YUV | 185.59 | 108.49 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 160 | 151 | 0 | 0.36 | 0.39 | 0.02 | 5.51 | 0.89 | 0.78 |
| Hex | F9 | A0 | 97 | 0 | 24 | 27 | 2 | 6 | 59 | 4E |
| Octal | 371 | 240 | 227 | 0 | 44 | 47 | 2 | 6 | 131 | 116 |
| Binary | 11111001 | 10100000 | 10010111 | 0 | 100100 | 100111 | 10 | 110 | 1011001 | 1001110 |
Color Harmonies of #F9A097
Complementary color
Monochromatic Colors of #F9A097
Black with #F9A097
Text Example
Text Example
White with #F9A097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A097; }
p { color: rgb(249,160,151); }
H1.HeaderClassName
{
color: #F9A097;
}
.AnyTagClassName
{
color: #F9A097;
}
</style>
background-color css
<style>
a { background-color: #F9A097; }
a { background-color: rgb(249,160,151); }
div.DivClassName
{
background-color: #F9A097;
}
.BgClassName
{
background-color: #F9A097;
}
</style>
border-color css
<style>
span { border-color: #F9A097; }
span { border-color: rgb(249,160,151); }
td.TdClassName
{
border-color: #F9A097;
}
.TagClassName
{
border-color: #F9A097;
}
</style>