Shades of Rose Bud #F1A395
Tints of Rose Bud #F1A395
RGB
CMYK
RGB Variations
Color information
#F1A395 (or 0xF1A395) is known color: Rose Bud. HEX triplet: F1, A3 and 95. RGB value is (241,163,149). Sum of RGB (Red+Green+Blue) = 241+163+149=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 163 (64.06% from 255 or 29.48% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A395 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A395 is #0E5C6A. Grayscale: #B8B8B8. Windows color (decimal): -941163 or 9806833. OLE color: 9806833.
HSL color Cylindrical-coordinate representation of color #F1A395: hue angle of 9.13º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F1A395 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 163 | 149 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.05 |
| HSL | 9.13º | 0.77% | 0.76% | - |
| HSV(B) | 9.13º | 0.38% | 0.95% | - |
| XYZ | 54.8 | 47.07 | 34.63 | - |
| YUV | 184.73 | 107.84 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 163 | 149 | 0 | 0.32 | 0.38 | 0.05 | 9.13 | 0.77 | 0.76 |
| Hex | F1 | A3 | 95 | 0 | 20 | 26 | 5 | 9 | 4D | 4C |
| Octal | 361 | 243 | 225 | 0 | 40 | 46 | 5 | 11 | 115 | 114 |
| Binary | 11110001 | 10100011 | 10010101 | 0 | 100000 | 100110 | 101 | 1001 | 1001101 | 1001100 |
Color Harmonies of #F1A395
Complementary color
Monochromatic Colors of #F1A395
Black with #F1A395
Text Example
Text Example
White with #F1A395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A395; }
p { color: rgb(241,163,149); }
H1.HeaderClassName
{
color: #F1A395;
}
.AnyTagClassName
{
color: #F1A395;
}
</style>
background-color css
<style>
a { background-color: #F1A395; }
a { background-color: rgb(241,163,149); }
div.DivClassName
{
background-color: #F1A395;
}
.BgClassName
{
background-color: #F1A395;
}
</style>
border-color css
<style>
span { border-color: #F1A395; }
span { border-color: rgb(241,163,149); }
td.TdClassName
{
border-color: #F1A395;
}
.TagClassName
{
border-color: #F1A395;
}
</style>