Shades of Rose Bud #F4A297
Tints of Rose Bud #F4A297
RGB
CMYK
RGB Variations
Color information
#F4A297 (or 0xF4A297) is known color: Rose Bud. HEX triplet: F4, A2 and 97. RGB value is (244,162,151). Sum of RGB (Red+Green+Blue) = 244+162+151=557 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.81% from 557); Green value is 162 (63.67% from 255 or 29.08% from 557); Blue value is 151 (59.38% from 255 or 27.11% from 557); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A297 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A297 is #0B5D68. Grayscale: #B9B9B9. Windows color (decimal): -744809 or 9937652. OLE color: 9937652.
HSL color Cylindrical-coordinate representation of color #F4A297: hue angle of 7.1º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F4A297 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 162 | 151 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.04 |
| HSL | 7.1º | 0.81% | 0.77% | - |
| HSV(B) | 7.1º | 0.38% | 0.96% | - |
| XYZ | 55.81 | 47.31 | 35.47 | - |
| YUV | 185.26 | 108.67 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 162 | 151 | 0 | 0.34 | 0.38 | 0.04 | 7.1 | 0.81 | 0.77 |
| Hex | F4 | A2 | 97 | 0 | 22 | 26 | 4 | 7 | 51 | 4D |
| Octal | 364 | 242 | 227 | 0 | 42 | 46 | 4 | 7 | 121 | 115 |
| Binary | 11110100 | 10100010 | 10010111 | 0 | 100010 | 100110 | 100 | 111 | 1010001 | 1001101 |
Color Harmonies of #F4A297
Complementary color
Monochromatic Colors of #F4A297
Black with #F4A297
Text Example
Text Example
White with #F4A297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A297; }
p { color: rgb(244,162,151); }
H1.HeaderClassName
{
color: #F4A297;
}
.AnyTagClassName
{
color: #F4A297;
}
</style>
background-color css
<style>
a { background-color: #F4A297; }
a { background-color: rgb(244,162,151); }
div.DivClassName
{
background-color: #F4A297;
}
.BgClassName
{
background-color: #F4A297;
}
</style>
border-color css
<style>
span { border-color: #F4A297; }
span { border-color: rgb(244,162,151); }
td.TdClassName
{
border-color: #F4A297;
}
.TagClassName
{
border-color: #F4A297;
}
</style>