Shades of Rose Bud #F1A397
Tints of Rose Bud #F1A397
RGB
CMYK
RGB Variations
Color information
#F1A397 (or 0xF1A397) is known color: Rose Bud. HEX triplet: F1, A3 and 97. RGB value is (241,163,151). Sum of RGB (Red+Green+Blue) = 241+163+151=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 163 (64.06% from 255 or 29.37% from 555); Blue value is 151 (59.38% from 255 or 27.21% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A397 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A397 is #0E5C68. Grayscale: #B9B9B9. Windows color (decimal): -941161 or 9937905. OLE color: 9937905.
HSL color Cylindrical-coordinate representation of color #F1A397: hue angle of 8º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F1A397 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 163 | 151 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.05 |
| HSL | 8º | 0.76% | 0.77% | - |
| HSV(B) | 8º | 0.37% | 0.95% | - |
| XYZ | 54.96 | 47.13 | 35.48 | - |
| YUV | 184.95 | 108.84 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 163 | 151 | 0 | 0.32 | 0.37 | 0.05 | 8 | 0.76 | 0.77 |
| Hex | F1 | A3 | 97 | 0 | 20 | 25 | 5 | 8 | 4C | 4D |
| Octal | 361 | 243 | 227 | 0 | 40 | 45 | 5 | 10 | 114 | 115 |
| Binary | 11110001 | 10100011 | 10010111 | 0 | 100000 | 100101 | 101 | 1000 | 1001100 | 1001101 |
Color Harmonies of #F1A397
Complementary color
Monochromatic Colors of #F1A397
Black with #F1A397
Text Example
Text Example
White with #F1A397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A397; }
p { color: rgb(241,163,151); }
H1.HeaderClassName
{
color: #F1A397;
}
.AnyTagClassName
{
color: #F1A397;
}
</style>
background-color css
<style>
a { background-color: #F1A397; }
a { background-color: rgb(241,163,151); }
div.DivClassName
{
background-color: #F1A397;
}
.BgClassName
{
background-color: #F1A397;
}
</style>
border-color css
<style>
span { border-color: #F1A397; }
span { border-color: rgb(241,163,151); }
td.TdClassName
{
border-color: #F1A397;
}
.TagClassName
{
border-color: #F1A397;
}
</style>