Shades of Rose Bud #F9A39A
Tints of Rose Bud #F9A39A
RGB
CMYK
RGB Variations
Color information
#F9A39A (or 0xF9A39A) is known color: Rose Bud. HEX triplet: F9, A3 and 9A. RGB value is (249,163,154). Sum of RGB (Red+Green+Blue) = 249+163+154=566 (74% of max value = 765). Red value is 249 (97.66% from 255 or 43.99% from 566); Green value is 163 (64.06% from 255 or 28.80% from 566); Blue value is 154 (60.55% from 255 or 27.21% from 566); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A39A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A39A is #065C65. Grayscale: #BBBBBB. Windows color (decimal): -416870 or 10134521. OLE color: 10134521.
HSL color Cylindrical-coordinate representation of color #F9A39A: hue angle of 5.68º 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 #F9A39A is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 163 | 154 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.02 |
| HSL | 5.68º | 0.89% | 0.79% | - |
| HSV(B) | 5.68º | 0.38% | 0.98% | - |
| XYZ | 58 | 48.67 | 36.91 | - |
| YUV | 187.69 | 108.99 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 163 | 154 | 0 | 0.35 | 0.38 | 0.02 | 5.68 | 0.89 | 0.79 |
| Hex | F9 | A3 | 9A | 0 | 23 | 26 | 2 | 6 | 59 | 4F |
| Octal | 371 | 243 | 232 | 0 | 43 | 46 | 2 | 6 | 131 | 117 |
| Binary | 11111001 | 10100011 | 10011010 | 0 | 100011 | 100110 | 10 | 110 | 1011001 | 1001111 |
Color Harmonies of #F9A39A
Complementary color
Monochromatic Colors of #F9A39A
Black with #F9A39A
Text Example
Text Example
White with #F9A39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A39A; }
p { color: rgb(249,163,154); }
H1.HeaderClassName
{
color: #F9A39A;
}
.AnyTagClassName
{
color: #F9A39A;
}
</style>
background-color css
<style>
a { background-color: #F9A39A; }
a { background-color: rgb(249,163,154); }
div.DivClassName
{
background-color: #F9A39A;
}
.BgClassName
{
background-color: #F9A39A;
}
</style>
border-color css
<style>
span { border-color: #F9A39A; }
span { border-color: rgb(249,163,154); }
td.TdClassName
{
border-color: #F9A39A;
}
.TagClassName
{
border-color: #F9A39A;
}
</style>