Shades of Rose Bud #F4A791
Tints of Rose Bud #F4A791
RGB
CMYK
RGB Variations
Color information
#F4A791 (or 0xF4A791) is known color: Rose Bud. HEX triplet: F4, A7 and 91. RGB value is (244,167,145). Sum of RGB (Red+Green+Blue) = 244+167+145=556 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.88% from 556); Green value is 167 (65.62% from 255 or 30.04% from 556); Blue value is 145 (57.03% from 255 or 26.08% from 556); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A791 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A791 is #0B586E. Grayscale: #BBBBBB. Windows color (decimal): -743535 or 9545716. OLE color: 9545716.
HSL color Cylindrical-coordinate representation of color #F4A791: hue angle of 13.33º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F4A791 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 167 | 145 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.04 |
| HSL | 13.33º | 0.82% | 0.76% | - |
| HSV(B) | 13.33º | 0.41% | 0.96% | - |
| XYZ | 56.24 | 48.91 | 33.27 | - |
| YUV | 187.52 | 104.01 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 167 | 145 | 0 | 0.32 | 0.41 | 0.04 | 13.33 | 0.82 | 0.76 |
| Hex | F4 | A7 | 91 | 0 | 20 | 29 | 4 | D | 52 | 4C |
| Octal | 364 | 247 | 221 | 0 | 40 | 51 | 4 | 15 | 122 | 114 |
| Binary | 11110100 | 10100111 | 10010001 | 0 | 100000 | 101001 | 100 | 1101 | 1010010 | 1001100 |
Color Harmonies of #F4A791
Complementary color
Monochromatic Colors of #F4A791
Black with #F4A791
Text Example
Text Example
White with #F4A791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A791; }
p { color: rgb(244,167,145); }
H1.HeaderClassName
{
color: #F4A791;
}
.AnyTagClassName
{
color: #F4A791;
}
</style>
background-color css
<style>
a { background-color: #F4A791; }
a { background-color: rgb(244,167,145); }
div.DivClassName
{
background-color: #F4A791;
}
.BgClassName
{
background-color: #F4A791;
}
</style>
border-color css
<style>
span { border-color: #F4A791; }
span { border-color: rgb(244,167,145); }
td.TdClassName
{
border-color: #F4A791;
}
.TagClassName
{
border-color: #F4A791;
}
</style>