Shades of Rose Bud #F9A095
Tints of Rose Bud #F9A095
RGB
CMYK
RGB Variations
Color information
#F9A095 (or 0xF9A095) is known color: Rose Bud. HEX triplet: F9, A0 and 95. RGB value is (249,160,149). Sum of RGB (Red+Green+Blue) = 249+160+149=558 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.62% from 558); Green value is 160 (62.89% from 255 or 28.67% from 558); Blue value is 149 (58.59% from 255 or 26.70% from 558); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A095 is #065F6A. Grayscale: #B9B9B9. Windows color (decimal): -417643 or 9806073. OLE color: 9806073.
HSL color Cylindrical-coordinate representation of color #F9A095: hue angle of 6.6º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F9A095 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 160 | 149 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.02 |
| HSL | 6.6º | 0.89% | 0.78% | - |
| HSV(B) | 6.6º | 0.4% | 0.98% | - |
| XYZ | 57.06 | 47.45 | 34.59 | - |
| YUV | 185.36 | 107.49 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 160 | 149 | 0 | 0.36 | 0.40 | 0.02 | 6.6 | 0.89 | 0.78 |
| Hex | F9 | A0 | 95 | 0 | 24 | 28 | 2 | 7 | 59 | 4E |
| Octal | 371 | 240 | 225 | 0 | 44 | 50 | 2 | 7 | 131 | 116 |
| Binary | 11111001 | 10100000 | 10010101 | 0 | 100100 | 101000 | 10 | 111 | 1011001 | 1001110 |
Color Harmonies of #F9A095
Complementary color
Monochromatic Colors of #F9A095
Black with #F9A095
Text Example
Text Example
White with #F9A095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A095; }
p { color: rgb(249,160,149); }
H1.HeaderClassName
{
color: #F9A095;
}
.AnyTagClassName
{
color: #F9A095;
}
</style>
background-color css
<style>
a { background-color: #F9A095; }
a { background-color: rgb(249,160,149); }
div.DivClassName
{
background-color: #F9A095;
}
.BgClassName
{
background-color: #F9A095;
}
</style>
border-color css
<style>
span { border-color: #F9A095; }
span { border-color: rgb(249,160,149); }
td.TdClassName
{
border-color: #F9A095;
}
.TagClassName
{
border-color: #F9A095;
}
</style>