Shades of Rose Bud #F4A595
Tints of Rose Bud #F4A595
RGB
CMYK
RGB Variations
Color information
#F4A595 (or 0xF4A595) is known color: Rose Bud. HEX triplet: F4, A5 and 95. RGB value is (244,165,149). Sum of RGB (Red+Green+Blue) = 244+165+149=558 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.73% from 558); Green value is 165 (64.84% from 255 or 29.57% from 558); Blue value is 149 (58.59% from 255 or 26.70% from 558); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A595 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A595 is #0B5A6A. Grayscale: #BABABA. Windows color (decimal): -744043 or 9807348. OLE color: 9807348.
HSL color Cylindrical-coordinate representation of color #F4A595: hue angle of 10.11º 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 #F4A595 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 165 | 149 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.04 |
| HSL | 10.11º | 0.81% | 0.77% | - |
| HSV(B) | 10.11º | 0.39% | 0.96% | - |
| XYZ | 56.19 | 48.31 | 34.8 | - |
| YUV | 186.8 | 106.67 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 165 | 149 | 0 | 0.32 | 0.39 | 0.04 | 10.11 | 0.81 | 0.77 |
| Hex | F4 | A5 | 95 | 0 | 20 | 27 | 4 | A | 51 | 4D |
| Octal | 364 | 245 | 225 | 0 | 40 | 47 | 4 | 12 | 121 | 115 |
| Binary | 11110100 | 10100101 | 10010101 | 0 | 100000 | 100111 | 100 | 1010 | 1010001 | 1001101 |
Color Harmonies of #F4A595
Complementary color
Monochromatic Colors of #F4A595
Black with #F4A595
Text Example
Text Example
White with #F4A595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A595; }
p { color: rgb(244,165,149); }
H1.HeaderClassName
{
color: #F4A595;
}
.AnyTagClassName
{
color: #F4A595;
}
</style>
background-color css
<style>
a { background-color: #F4A595; }
a { background-color: rgb(244,165,149); }
div.DivClassName
{
background-color: #F4A595;
}
.BgClassName
{
background-color: #F4A595;
}
</style>
border-color css
<style>
span { border-color: #F4A595; }
span { border-color: rgb(244,165,149); }
td.TdClassName
{
border-color: #F4A595;
}
.TagClassName
{
border-color: #F4A595;
}
</style>