Shades of Rose Bud #F7A49F
Tints of Rose Bud #F7A49F
RGB
CMYK
RGB Variations
Color information
#F7A49F (or 0xF7A49F) is known color: Rose Bud. HEX triplet: F7, A4 and 9F. RGB value is (247,164,159). Sum of RGB (Red+Green+Blue) = 247+164+159=570 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.33% from 570); Green value is 164 (64.45% from 255 or 28.77% from 570); Blue value is 159 (62.5% from 255 or 27.89% from 570); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A49F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A49F is #085B60. Grayscale: #BCBCBC. Windows color (decimal): -547681 or 10462455. OLE color: 10462455.
HSL color Cylindrical-coordinate representation of color #F7A49F: hue angle of 3.41º degrees, saturation: 0.85, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F7A49F is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 164 | 159 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.03 |
| HSL | 3.41º | 0.85% | 0.8% | - |
| HSV(B) | 3.41º | 0.36% | 0.97% | - |
| XYZ | 57.89 | 48.83 | 39.17 | - |
| YUV | 188.25 | 111.5 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 164 | 159 | 0 | 0.34 | 0.36 | 0.03 | 3.41 | 0.85 | 0.8 |
| Hex | F7 | A4 | 9F | 0 | 22 | 24 | 3 | 3 | 55 | 50 |
| Octal | 367 | 244 | 237 | 0 | 42 | 44 | 3 | 3 | 125 | 120 |
| Binary | 11110111 | 10100100 | 10011111 | 0 | 100010 | 100100 | 11 | 11 | 1010101 | 1010000 |
Color Harmonies of #F7A49F
Complementary color
Monochromatic Colors of #F7A49F
Black with #F7A49F
Text Example
Text Example
White with #F7A49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A49F; }
p { color: rgb(247,164,159); }
H1.HeaderClassName
{
color: #F7A49F;
}
.AnyTagClassName
{
color: #F7A49F;
}
</style>
background-color css
<style>
a { background-color: #F7A49F; }
a { background-color: rgb(247,164,159); }
div.DivClassName
{
background-color: #F7A49F;
}
.BgClassName
{
background-color: #F7A49F;
}
</style>
border-color css
<style>
span { border-color: #F7A49F; }
span { border-color: rgb(247,164,159); }
td.TdClassName
{
border-color: #F7A49F;
}
.TagClassName
{
border-color: #F7A49F;
}
</style>