Shades of Rose Bud #F9A490
Tints of Rose Bud #F9A490
RGB
CMYK
RGB Variations
Color information
#F9A490 (or 0xF9A490) is known color: Rose Bud. HEX triplet: F9, A4 and 90. RGB value is (249,164,144). Sum of RGB (Red+Green+Blue) = 249+164+144=557 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.70% from 557); Green value is 164 (64.45% from 255 or 29.44% from 557); Blue value is 144 (56.64% from 255 or 25.85% from 557); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A490 is #065B6F. Grayscale: #BBBBBB. Windows color (decimal): -416624 or 9479417. OLE color: 9479417.
HSL color Cylindrical-coordinate representation of color #F9A490: hue angle of 11.43º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F9A490 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 164 | 144 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.02 |
| HSL | 11.43º | 0.9% | 0.77% | - |
| HSV(B) | 11.43º | 0.42% | 0.98% | - |
| XYZ | 57.38 | 48.7 | 32.76 | - |
| YUV | 187.14 | 103.66 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 164 | 144 | 0 | 0.34 | 0.42 | 0.02 | 11.43 | 0.9 | 0.77 |
| Hex | F9 | A4 | 90 | 0 | 22 | 2A | 2 | B | 5A | 4D |
| Octal | 371 | 244 | 220 | 0 | 42 | 52 | 2 | 13 | 132 | 115 |
| Binary | 11111001 | 10100100 | 10010000 | 0 | 100010 | 101010 | 10 | 1011 | 1011010 | 1001101 |
Color Harmonies of #F9A490
Complementary color
Monochromatic Colors of #F9A490
Black with #F9A490
Text Example
Text Example
White with #F9A490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A490; }
p { color: rgb(249,164,144); }
H1.HeaderClassName
{
color: #F9A490;
}
.AnyTagClassName
{
color: #F9A490;
}
</style>
background-color css
<style>
a { background-color: #F9A490; }
a { background-color: rgb(249,164,144); }
div.DivClassName
{
background-color: #F9A490;
}
.BgClassName
{
background-color: #F9A490;
}
</style>
border-color css
<style>
span { border-color: #F9A490; }
span { border-color: rgb(249,164,144); }
td.TdClassName
{
border-color: #F9A490;
}
.TagClassName
{
border-color: #F9A490;
}
</style>