Shades of Rose Bud #F1A39B
Tints of Rose Bud #F1A39B
RGB
CMYK
RGB Variations
Color information
#F1A39B (or 0xF1A39B) is known color: Rose Bud. HEX triplet: F1, A3 and 9B. RGB value is (241,163,155). Sum of RGB (Red+Green+Blue) = 241+163+155=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 163 (64.06% from 255 or 29.16% from 559); Blue value is 155 (60.94% from 255 or 27.73% from 559); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A39B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A39B is #0E5C64. Grayscale: #B9B9B9. Windows color (decimal): -941157 or 10200049. OLE color: 10200049.
HSL color Cylindrical-coordinate representation of color #F1A39B: hue angle of 5.58º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F1A39B is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 163 | 155 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.05 |
| HSL | 5.58º | 0.75% | 0.78% | - |
| HSV(B) | 5.58º | 0.36% | 0.95% | - |
| XYZ | 55.29 | 47.26 | 37.22 | - |
| YUV | 185.41 | 110.84 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 163 | 155 | 0 | 0.32 | 0.36 | 0.05 | 5.58 | 0.75 | 0.78 |
| Hex | F1 | A3 | 9B | 0 | 20 | 24 | 5 | 6 | 4B | 4E |
| Octal | 361 | 243 | 233 | 0 | 40 | 44 | 5 | 6 | 113 | 116 |
| Binary | 11110001 | 10100011 | 10011011 | 0 | 100000 | 100100 | 101 | 110 | 1001011 | 1001110 |
Color Harmonies of #F1A39B
Complementary color
Monochromatic Colors of #F1A39B
Black with #F1A39B
Text Example
Text Example
White with #F1A39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A39B; }
p { color: rgb(241,163,155); }
H1.HeaderClassName
{
color: #F1A39B;
}
.AnyTagClassName
{
color: #F1A39B;
}
</style>
background-color css
<style>
a { background-color: #F1A39B; }
a { background-color: rgb(241,163,155); }
div.DivClassName
{
background-color: #F1A39B;
}
.BgClassName
{
background-color: #F1A39B;
}
</style>
border-color css
<style>
span { border-color: #F1A39B; }
span { border-color: rgb(241,163,155); }
td.TdClassName
{
border-color: #F1A39B;
}
.TagClassName
{
border-color: #F1A39B;
}
</style>