Shades of Rose Bud #F9A59A
Tints of Rose Bud #F9A59A
RGB
CMYK
RGB Variations
Color information
#F9A59A (or 0xF9A59A) is known color: Rose Bud. HEX triplet: F9, A5 and 9A. RGB value is (249,165,154). Sum of RGB (Red+Green+Blue) = 249+165+154=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 165 (64.84% from 255 or 29.05% from 568); Blue value is 154 (60.55% from 255 or 27.11% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A59A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A59A is #065A65. Grayscale: #BCBCBC. Windows color (decimal): -416358 or 10135033. OLE color: 10135033.
HSL color Cylindrical-coordinate representation of color #F9A59A: hue angle of 6.95º 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 #F9A59A is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 165 | 154 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.02 |
| HSL | 6.95º | 0.89% | 0.79% | - |
| HSV(B) | 6.95º | 0.38% | 0.98% | - |
| XYZ | 58.35 | 49.38 | 37.03 | - |
| YUV | 188.86 | 108.33 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 165 | 154 | 0 | 0.34 | 0.38 | 0.02 | 6.95 | 0.89 | 0.79 |
| Hex | F9 | A5 | 9A | 0 | 22 | 26 | 2 | 7 | 59 | 4F |
| Octal | 371 | 245 | 232 | 0 | 42 | 46 | 2 | 7 | 131 | 117 |
| Binary | 11111001 | 10100101 | 10011010 | 0 | 100010 | 100110 | 10 | 111 | 1011001 | 1001111 |
Color Harmonies of #F9A59A
Complementary color
Monochromatic Colors of #F9A59A
Black with #F9A59A
Text Example
Text Example
White with #F9A59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A59A; }
p { color: rgb(249,165,154); }
H1.HeaderClassName
{
color: #F9A59A;
}
.AnyTagClassName
{
color: #F9A59A;
}
</style>
background-color css
<style>
a { background-color: #F9A59A; }
a { background-color: rgb(249,165,154); }
div.DivClassName
{
background-color: #F9A59A;
}
.BgClassName
{
background-color: #F9A59A;
}
</style>
border-color css
<style>
span { border-color: #F9A59A; }
span { border-color: rgb(249,165,154); }
td.TdClassName
{
border-color: #F9A59A;
}
.TagClassName
{
border-color: #F9A59A;
}
</style>