Shades of Rose Bud #F7A09B
Tints of Rose Bud #F7A09B
RGB
CMYK
RGB Variations
Color information
#F7A09B (or 0xF7A09B) is known color: Rose Bud. HEX triplet: F7, A0 and 9B. RGB value is (247,160,155). Sum of RGB (Red+Green+Blue) = 247+160+155=562 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.95% from 562); Green value is 160 (62.89% from 255 or 28.47% from 562); Blue value is 155 (60.94% from 255 or 27.58% from 562); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A09B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A09B is #085F64. Grayscale: #B9B9B9. Windows color (decimal): -548709 or 10199287. OLE color: 10199287.
HSL color Cylindrical-coordinate representation of color #F7A09B: hue angle of 3.26º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F7A09B is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 160 | 155 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.03 |
| HSL | 3.26º | 0.85% | 0.79% | - |
| HSV(B) | 3.26º | 0.37% | 0.97% | - |
| XYZ | 56.84 | 47.28 | 37.14 | - |
| YUV | 185.44 | 110.82 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 160 | 155 | 0 | 0.35 | 0.37 | 0.03 | 3.26 | 0.85 | 0.79 |
| Hex | F7 | A0 | 9B | 0 | 23 | 25 | 3 | 3 | 55 | 4F |
| Octal | 367 | 240 | 233 | 0 | 43 | 45 | 3 | 3 | 125 | 117 |
| Binary | 11110111 | 10100000 | 10011011 | 0 | 100011 | 100101 | 11 | 11 | 1010101 | 1001111 |
Color Harmonies of #F7A09B
Complementary color
Monochromatic Colors of #F7A09B
Black with #F7A09B
Text Example
Text Example
White with #F7A09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A09B; }
p { color: rgb(247,160,155); }
H1.HeaderClassName
{
color: #F7A09B;
}
.AnyTagClassName
{
color: #F7A09B;
}
</style>
background-color css
<style>
a { background-color: #F7A09B; }
a { background-color: rgb(247,160,155); }
div.DivClassName
{
background-color: #F7A09B;
}
.BgClassName
{
background-color: #F7A09B;
}
</style>
border-color css
<style>
span { border-color: #F7A09B; }
span { border-color: rgb(247,160,155); }
td.TdClassName
{
border-color: #F7A09B;
}
.TagClassName
{
border-color: #F7A09B;
}
</style>