Shades of Rose Bud #F7A099
Tints of Rose Bud #F7A099
RGB
CMYK
RGB Variations
Color information
#F7A099 (or 0xF7A099) is known color: Rose Bud. HEX triplet: F7, A0 and 99. RGB value is (247,160,153). Sum of RGB (Red+Green+Blue) = 247+160+153=560 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.11% from 560); Green value is 160 (62.89% from 255 or 28.57% from 560); Blue value is 153 (60.16% from 255 or 27.32% from 560); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A099 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A099 is #085F66. Grayscale: #B9B9B9. Windows color (decimal): -548711 or 10068215. OLE color: 10068215.
HSL color Cylindrical-coordinate representation of color #F7A099: hue angle of 4.47º degrees, saturation: 0.85, 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 #F7A099 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 160 | 153 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.03 |
| HSL | 4.47º | 0.85% | 0.78% | - |
| HSV(B) | 4.47º | 0.38% | 0.97% | - |
| XYZ | 56.68 | 47.22 | 36.26 | - |
| YUV | 185.22 | 109.82 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 160 | 153 | 0 | 0.35 | 0.38 | 0.03 | 4.47 | 0.85 | 0.78 |
| Hex | F7 | A0 | 99 | 0 | 23 | 26 | 3 | 4 | 55 | 4E |
| Octal | 367 | 240 | 231 | 0 | 43 | 46 | 3 | 4 | 125 | 116 |
| Binary | 11110111 | 10100000 | 10011001 | 0 | 100011 | 100110 | 11 | 100 | 1010101 | 1001110 |
Color Harmonies of #F7A099
Complementary color
Monochromatic Colors of #F7A099
Black with #F7A099
Text Example
Text Example
White with #F7A099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A099; }
p { color: rgb(247,160,153); }
H1.HeaderClassName
{
color: #F7A099;
}
.AnyTagClassName
{
color: #F7A099;
}
</style>
background-color css
<style>
a { background-color: #F7A099; }
a { background-color: rgb(247,160,153); }
div.DivClassName
{
background-color: #F7A099;
}
.BgClassName
{
background-color: #F7A099;
}
</style>
border-color css
<style>
span { border-color: #F7A099; }
span { border-color: rgb(247,160,153); }
td.TdClassName
{
border-color: #F7A099;
}
.TagClassName
{
border-color: #F7A099;
}
</style>