Shades of Rose Bud #F9A494
Tints of Rose Bud #F9A494
RGB
CMYK
RGB Variations
Color information
#F9A494 (or 0xF9A494) is known color: Rose Bud. HEX triplet: F9, A4 and 94. RGB value is (249,164,148). Sum of RGB (Red+Green+Blue) = 249+164+148=561 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.39% from 561); Green value is 164 (64.45% from 255 or 29.23% from 561); Blue value is 148 (58.20% from 255 or 26.38% from 561); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A494 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A494 is #065B6B. Grayscale: #BBBBBB. Windows color (decimal): -416620 or 9741561. OLE color: 9741561.
HSL color Cylindrical-coordinate representation of color #F9A494: hue angle of 9.5º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F9A494 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 164 | 148 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.02 |
| HSL | 9.5º | 0.89% | 0.78% | - |
| HSV(B) | 9.5º | 0.41% | 0.98% | - |
| XYZ | 57.69 | 48.83 | 34.4 | - |
| YUV | 187.59 | 105.66 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 164 | 148 | 0 | 0.34 | 0.41 | 0.02 | 9.5 | 0.89 | 0.78 |
| Hex | F9 | A4 | 94 | 0 | 22 | 29 | 2 | A | 59 | 4E |
| Octal | 371 | 244 | 224 | 0 | 42 | 51 | 2 | 12 | 131 | 116 |
| Binary | 11111001 | 10100100 | 10010100 | 0 | 100010 | 101001 | 10 | 1010 | 1011001 | 1001110 |
Color Harmonies of #F9A494
Complementary color
Monochromatic Colors of #F9A494
Black with #F9A494
Text Example
Text Example
White with #F9A494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A494; }
p { color: rgb(249,164,148); }
H1.HeaderClassName
{
color: #F9A494;
}
.AnyTagClassName
{
color: #F9A494;
}
</style>
background-color css
<style>
a { background-color: #F9A494; }
a { background-color: rgb(249,164,148); }
div.DivClassName
{
background-color: #F9A494;
}
.BgClassName
{
background-color: #F9A494;
}
</style>
border-color css
<style>
span { border-color: #F9A494; }
span { border-color: rgb(249,164,148); }
td.TdClassName
{
border-color: #F9A494;
}
.TagClassName
{
border-color: #F9A494;
}
</style>