Shades of Rose Bud #F7A098
Tints of Rose Bud #F7A098
RGB
CMYK
RGB Variations
Color information
#F7A098 (or 0xF7A098) is known color: Rose Bud. HEX triplet: F7, A0 and 98. RGB value is (247,160,152). Sum of RGB (Red+Green+Blue) = 247+160+152=559 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.19% from 559); Green value is 160 (62.89% from 255 or 28.62% from 559); Blue value is 152 (59.77% from 255 or 27.19% from 559); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A098 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A098 is #085F67. Grayscale: #B9B9B9. Windows color (decimal): -548712 or 10002679. OLE color: 10002679.
HSL color Cylindrical-coordinate representation of color #F7A098: hue angle of 5.05º degrees, saturation: 0.86, 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 #F7A098 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 160 | 152 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.03 |
| HSL | 5.05º | 0.86% | 0.78% | - |
| HSV(B) | 5.05º | 0.38% | 0.97% | - |
| XYZ | 56.6 | 47.18 | 35.83 | - |
| YUV | 185.1 | 109.32 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 160 | 152 | 0 | 0.35 | 0.38 | 0.03 | 5.05 | 0.86 | 0.78 |
| Hex | F7 | A0 | 98 | 0 | 23 | 26 | 3 | 5 | 56 | 4E |
| Octal | 367 | 240 | 230 | 0 | 43 | 46 | 3 | 5 | 126 | 116 |
| Binary | 11110111 | 10100000 | 10011000 | 0 | 100011 | 100110 | 11 | 101 | 1010110 | 1001110 |
Color Harmonies of #F7A098
Complementary color
Monochromatic Colors of #F7A098
Black with #F7A098
Text Example
Text Example
White with #F7A098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A098; }
p { color: rgb(247,160,152); }
H1.HeaderClassName
{
color: #F7A098;
}
.AnyTagClassName
{
color: #F7A098;
}
</style>
background-color css
<style>
a { background-color: #F7A098; }
a { background-color: rgb(247,160,152); }
div.DivClassName
{
background-color: #F7A098;
}
.BgClassName
{
background-color: #F7A098;
}
</style>
border-color css
<style>
span { border-color: #F7A098; }
span { border-color: rgb(247,160,152); }
td.TdClassName
{
border-color: #F7A098;
}
.TagClassName
{
border-color: #F7A098;
}
</style>