Shades of Rose Bud #F4A395
Tints of Rose Bud #F4A395
RGB
CMYK
RGB Variations
Color information
#F4A395 (or 0xF4A395) is known color: Rose Bud. HEX triplet: F4, A3 and 95. RGB value is (244,163,149). Sum of RGB (Red+Green+Blue) = 244+163+149=556 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.88% from 556); Green value is 163 (64.06% from 255 or 29.32% from 556); Blue value is 149 (58.59% from 255 or 26.80% from 556); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A395 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A395 is #0B5C6A. Grayscale: #B9B9B9. Windows color (decimal): -744555 or 9806836. OLE color: 9806836.
HSL color Cylindrical-coordinate representation of color #F4A395: hue angle of 8.84º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F4A395 is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 163 | 149 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.04 |
| HSL | 8.84º | 0.81% | 0.77% | - |
| HSV(B) | 8.84º | 0.39% | 0.96% | - |
| XYZ | 55.83 | 47.6 | 34.68 | - |
| YUV | 185.62 | 107.34 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 163 | 149 | 0 | 0.33 | 0.39 | 0.04 | 8.84 | 0.81 | 0.77 |
| Hex | F4 | A3 | 95 | 0 | 21 | 27 | 4 | 9 | 51 | 4D |
| Octal | 364 | 243 | 225 | 0 | 41 | 47 | 4 | 11 | 121 | 115 |
| Binary | 11110100 | 10100011 | 10010101 | 0 | 100001 | 100111 | 100 | 1001 | 1010001 | 1001101 |
Color Harmonies of #F4A395
Complementary color
Monochromatic Colors of #F4A395
Black with #F4A395
Text Example
Text Example
White with #F4A395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A395; }
p { color: rgb(244,163,149); }
H1.HeaderClassName
{
color: #F4A395;
}
.AnyTagClassName
{
color: #F4A395;
}
</style>
background-color css
<style>
a { background-color: #F4A395; }
a { background-color: rgb(244,163,149); }
div.DivClassName
{
background-color: #F4A395;
}
.BgClassName
{
background-color: #F4A395;
}
</style>
border-color css
<style>
span { border-color: #F4A395; }
span { border-color: rgb(244,163,149); }
td.TdClassName
{
border-color: #F4A395;
}
.TagClassName
{
border-color: #F4A395;
}
</style>