Shades of Rose Bud #F7A695
Tints of Rose Bud #F7A695
RGB
CMYK
RGB Variations
Color information
#F7A695 (or 0xF7A695) is known color: Rose Bud. HEX triplet: F7, A6 and 95. RGB value is (247,166,149). Sum of RGB (Red+Green+Blue) = 247+166+149=562 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.95% from 562); Green value is 166 (65.23% from 255 or 29.54% from 562); Blue value is 149 (58.59% from 255 or 26.51% from 562); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A695 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A695 is #08596A. Grayscale: #BCBCBC. Windows color (decimal): -547179 or 9807607. OLE color: 9807607.
HSL color Cylindrical-coordinate representation of color #F7A695: hue angle of 10.41º 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 #F7A695 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 166 | 149 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.03 |
| HSL | 10.41º | 0.86% | 0.78% | - |
| HSV(B) | 10.41º | 0.4% | 0.97% | - |
| XYZ | 57.42 | 49.22 | 34.91 | - |
| YUV | 188.28 | 105.84 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 166 | 149 | 0 | 0.33 | 0.40 | 0.03 | 10.41 | 0.86 | 0.78 |
| Hex | F7 | A6 | 95 | 0 | 21 | 28 | 3 | A | 56 | 4E |
| Octal | 367 | 246 | 225 | 0 | 41 | 50 | 3 | 12 | 126 | 116 |
| Binary | 11110111 | 10100110 | 10010101 | 0 | 100001 | 101000 | 11 | 1010 | 1010110 | 1001110 |
Color Harmonies of #F7A695
Complementary color
Monochromatic Colors of #F7A695
Black with #F7A695
Text Example
Text Example
White with #F7A695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A695; }
p { color: rgb(247,166,149); }
H1.HeaderClassName
{
color: #F7A695;
}
.AnyTagClassName
{
color: #F7A695;
}
</style>
background-color css
<style>
a { background-color: #F7A695; }
a { background-color: rgb(247,166,149); }
div.DivClassName
{
background-color: #F7A695;
}
.BgClassName
{
background-color: #F7A695;
}
</style>
border-color css
<style>
span { border-color: #F7A695; }
span { border-color: rgb(247,166,149); }
td.TdClassName
{
border-color: #F7A695;
}
.TagClassName
{
border-color: #F7A695;
}
</style>