Shades of Rose Bud #F4A591
Tints of Rose Bud #F4A591
RGB
CMYK
RGB Variations
Color information
#F4A591 (or 0xF4A591) is known color: Rose Bud. HEX triplet: F4, A5 and 91. RGB value is (244,165,145). Sum of RGB (Red+Green+Blue) = 244+165+145=554 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.04% from 554); Green value is 165 (64.84% from 255 or 29.78% from 554); Blue value is 145 (57.03% from 255 or 26.17% from 554); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A591 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A591 is #0B5A6E. Grayscale: #BABABA. Windows color (decimal): -744047 or 9545204. OLE color: 9545204.
HSL color Cylindrical-coordinate representation of color #F4A591: hue angle of 12.12º 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 #F4A591 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 165 | 145 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.04 |
| HSL | 12.12º | 0.82% | 0.76% | - |
| HSV(B) | 12.12º | 0.41% | 0.96% | - |
| XYZ | 55.87 | 48.19 | 33.14 | - |
| YUV | 186.34 | 104.67 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 165 | 145 | 0 | 0.32 | 0.41 | 0.04 | 12.12 | 0.82 | 0.76 |
| Hex | F4 | A5 | 91 | 0 | 20 | 29 | 4 | C | 52 | 4C |
| Octal | 364 | 245 | 221 | 0 | 40 | 51 | 4 | 14 | 122 | 114 |
| Binary | 11110100 | 10100101 | 10010001 | 0 | 100000 | 101001 | 100 | 1100 | 1010010 | 1001100 |
Color Harmonies of #F4A591
Complementary color
Monochromatic Colors of #F4A591
Black with #F4A591
Text Example
Text Example
White with #F4A591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A591; }
p { color: rgb(244,165,145); }
H1.HeaderClassName
{
color: #F4A591;
}
.AnyTagClassName
{
color: #F4A591;
}
</style>
background-color css
<style>
a { background-color: #F4A591; }
a { background-color: rgb(244,165,145); }
div.DivClassName
{
background-color: #F4A591;
}
.BgClassName
{
background-color: #F4A591;
}
</style>
border-color css
<style>
span { border-color: #F4A591; }
span { border-color: rgb(244,165,145); }
td.TdClassName
{
border-color: #F4A591;
}
.TagClassName
{
border-color: #F4A591;
}
</style>