Shades of Rose Bud #F7A499
Tints of Rose Bud #F7A499
RGB
CMYK
RGB Variations
Color information
#F7A499 (or 0xF7A499) is known color: Rose Bud. HEX triplet: F7, A4 and 99. RGB value is (247,164,153). Sum of RGB (Red+Green+Blue) = 247+164+153=564 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.79% from 564); Green value is 164 (64.45% from 255 or 29.08% from 564); Blue value is 153 (60.16% from 255 or 27.13% from 564); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A499 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A499 is #085B66. Grayscale: #BBBBBB. Windows color (decimal): -547687 or 10069239. OLE color: 10069239.
HSL color Cylindrical-coordinate representation of color #F7A499: hue angle of 7.02º degrees, saturation: 0.85, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F7A499 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 164 | 153 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.03 |
| HSL | 7.02º | 0.85% | 0.78% | - |
| HSV(B) | 7.02º | 0.38% | 0.97% | - |
| XYZ | 57.38 | 48.62 | 36.5 | - |
| YUV | 187.56 | 108.5 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 164 | 153 | 0 | 0.34 | 0.38 | 0.03 | 7.02 | 0.85 | 0.78 |
| Hex | F7 | A4 | 99 | 0 | 22 | 26 | 3 | 7 | 55 | 4E |
| Octal | 367 | 244 | 231 | 0 | 42 | 46 | 3 | 7 | 125 | 116 |
| Binary | 11110111 | 10100100 | 10011001 | 0 | 100010 | 100110 | 11 | 111 | 1010101 | 1001110 |
Color Harmonies of #F7A499
Complementary color
Monochromatic Colors of #F7A499
Black with #F7A499
Text Example
Text Example
White with #F7A499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A499; }
p { color: rgb(247,164,153); }
H1.HeaderClassName
{
color: #F7A499;
}
.AnyTagClassName
{
color: #F7A499;
}
</style>
background-color css
<style>
a { background-color: #F7A499; }
a { background-color: rgb(247,164,153); }
div.DivClassName
{
background-color: #F7A499;
}
.BgClassName
{
background-color: #F7A499;
}
</style>
border-color css
<style>
span { border-color: #F7A499; }
span { border-color: rgb(247,164,153); }
td.TdClassName
{
border-color: #F7A499;
}
.TagClassName
{
border-color: #F7A499;
}
</style>