Shades of Rose Bud #F9A69F
Tints of Rose Bud #F9A69F
RGB
CMYK
RGB Variations
Color information
#F9A69F (or 0xF9A69F) is known color: Rose Bud. HEX triplet: F9, A6 and 9F. RGB value is (249,166,159). Sum of RGB (Red+Green+Blue) = 249+166+159=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 166 (65.23% from 255 or 28.92% from 574); Blue value is 159 (62.5% from 255 or 27.70% from 574); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A69F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A69F is #065960. Grayscale: #BEBEBE. Windows color (decimal): -416097 or 10462969. OLE color: 10462969.
HSL color Cylindrical-coordinate representation of color #F9A69F: hue angle of 4.67º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F9A69F is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 166 | 159 | - |
| CMYK | 0 | 0.33 | 0.36 | 0.02 |
| HSL | 4.67º | 0.88% | 0.8% | - |
| HSV(B) | 4.67º | 0.36% | 0.98% | - |
| XYZ | 58.96 | 49.92 | 39.33 | - |
| YUV | 190.02 | 110.5 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 166 | 159 | 0 | 0.33 | 0.36 | 0.02 | 4.67 | 0.88 | 0.8 |
| Hex | F9 | A6 | 9F | 0 | 21 | 24 | 2 | 5 | 58 | 50 |
| Octal | 371 | 246 | 237 | 0 | 41 | 44 | 2 | 5 | 130 | 120 |
| Binary | 11111001 | 10100110 | 10011111 | 0 | 100001 | 100100 | 10 | 101 | 1011000 | 1010000 |
Color Harmonies of #F9A69F
Complementary color
Monochromatic Colors of #F9A69F
Black with #F9A69F
Text Example
Text Example
White with #F9A69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A69F; }
p { color: rgb(249,166,159); }
H1.HeaderClassName
{
color: #F9A69F;
}
.AnyTagClassName
{
color: #F9A69F;
}
</style>
background-color css
<style>
a { background-color: #F9A69F; }
a { background-color: rgb(249,166,159); }
div.DivClassName
{
background-color: #F9A69F;
}
.BgClassName
{
background-color: #F9A69F;
}
</style>
border-color css
<style>
span { border-color: #F9A69F; }
span { border-color: rgb(249,166,159); }
td.TdClassName
{
border-color: #F9A69F;
}
.TagClassName
{
border-color: #F9A69F;
}
</style>