Shades of Rose Bud #F7A595
Tints of Rose Bud #F7A595
RGB
CMYK
RGB Variations
Color information
#F7A595 (or 0xF7A595) is known color: Rose Bud. HEX triplet: F7, A5 and 95. RGB value is (247,165,149). Sum of RGB (Red+Green+Blue) = 247+165+149=561 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.03% from 561); Green value is 165 (64.84% from 255 or 29.41% from 561); Blue value is 149 (58.59% from 255 or 26.56% from 561); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A595 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A595 is #085A6A. Grayscale: #BBBBBB. Windows color (decimal): -547435 or 9807351. OLE color: 9807351.
HSL color Cylindrical-coordinate representation of color #F7A595: hue angle of 9.8º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F7A595 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 165 | 149 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.03 |
| HSL | 9.8º | 0.86% | 0.78% | - |
| HSV(B) | 9.8º | 0.4% | 0.97% | - |
| XYZ | 57.24 | 48.85 | 34.85 | - |
| YUV | 187.69 | 106.17 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 165 | 149 | 0 | 0.33 | 0.40 | 0.03 | 9.8 | 0.86 | 0.78 |
| Hex | F7 | A5 | 95 | 0 | 21 | 28 | 3 | A | 56 | 4E |
| Octal | 367 | 245 | 225 | 0 | 41 | 50 | 3 | 12 | 126 | 116 |
| Binary | 11110111 | 10100101 | 10010101 | 0 | 100001 | 101000 | 11 | 1010 | 1010110 | 1001110 |
Color Harmonies of #F7A595
Complementary color
Monochromatic Colors of #F7A595
Black with #F7A595
Text Example
Text Example
White with #F7A595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A595; }
p { color: rgb(247,165,149); }
H1.HeaderClassName
{
color: #F7A595;
}
.AnyTagClassName
{
color: #F7A595;
}
</style>
background-color css
<style>
a { background-color: #F7A595; }
a { background-color: rgb(247,165,149); }
div.DivClassName
{
background-color: #F7A595;
}
.BgClassName
{
background-color: #F7A595;
}
</style>
border-color css
<style>
span { border-color: #F7A595; }
span { border-color: rgb(247,165,149); }
td.TdClassName
{
border-color: #F7A595;
}
.TagClassName
{
border-color: #F7A595;
}
</style>