Shades of Rose Bud #F7A097
Tints of Rose Bud #F7A097
RGB
CMYK
RGB Variations
Color information
#F7A097 (or 0xF7A097) is known color: Rose Bud. HEX triplet: F7, A0 and 97. RGB value is (247,160,151). Sum of RGB (Red+Green+Blue) = 247+160+151=558 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.27% from 558); Green value is 160 (62.89% from 255 or 28.67% from 558); Blue value is 151 (59.38% from 255 or 27.06% from 558); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A097 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A097 is #085F68. Grayscale: #B9B9B9. Windows color (decimal): -548713 or 9937143. OLE color: 9937143.
HSL color Cylindrical-coordinate representation of color #F7A097: hue angle of 5.62º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F7A097 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 160 | 151 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.03 |
| HSL | 5.63º | 0.86% | 0.78% | - |
| HSV(B) | 5.63º | 0.39% | 0.97% | - |
| XYZ | 56.51 | 47.15 | 35.4 | - |
| YUV | 184.99 | 108.82 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 160 | 151 | 0 | 0.35 | 0.39 | 0.03 | 5.63 | 0.86 | 0.78 |
| Hex | F7 | A0 | 97 | 0 | 23 | 27 | 3 | 6 | 56 | 4E |
| Octal | 367 | 240 | 227 | 0 | 43 | 47 | 3 | 6 | 126 | 116 |
| Binary | 11110111 | 10100000 | 10010111 | 0 | 100011 | 100111 | 11 | 110 | 1010110 | 1001110 |
Color Harmonies of #F7A097
Complementary color
Monochromatic Colors of #F7A097
Black with #F7A097
Text Example
Text Example
White with #F7A097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A097; }
p { color: rgb(247,160,151); }
H1.HeaderClassName
{
color: #F7A097;
}
.AnyTagClassName
{
color: #F7A097;
}
</style>
background-color css
<style>
a { background-color: #F7A097; }
a { background-color: rgb(247,160,151); }
div.DivClassName
{
background-color: #F7A097;
}
.BgClassName
{
background-color: #F7A097;
}
</style>
border-color css
<style>
span { border-color: #F7A097; }
span { border-color: rgb(247,160,151); }
td.TdClassName
{
border-color: #F7A097;
}
.TagClassName
{
border-color: #F7A097;
}
</style>