Shades of Rose Bud #F7A69F
Tints of Rose Bud #F7A69F
RGB
CMYK
RGB Variations
Color information
#F7A69F (or 0xF7A69F) is known color: Rose Bud. HEX triplet: F7, A6 and 9F. RGB value is (247,166,159). Sum of RGB (Red+Green+Blue) = 247+166+159=572 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.18% from 572); Green value is 166 (65.23% from 255 or 29.02% from 572); Blue value is 159 (62.5% from 255 or 27.80% from 572); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A69F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A69F is #085960. Grayscale: #BDBDBD. Windows color (decimal): -547169 or 10462967. OLE color: 10462967.
HSL color Cylindrical-coordinate representation of color #F7A69F: hue angle of 4.77º degrees, saturation: 0.85, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F7A69F is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 166 | 159 | - |
| CMYK | 0 | 0.33 | 0.36 | 0.03 |
| HSL | 4.77º | 0.85% | 0.8% | - |
| HSV(B) | 4.77º | 0.36% | 0.97% | - |
| XYZ | 58.25 | 49.55 | 39.29 | - |
| YUV | 189.42 | 110.84 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 166 | 159 | 0 | 0.33 | 0.36 | 0.03 | 4.77 | 0.85 | 0.8 |
| Hex | F7 | A6 | 9F | 0 | 21 | 24 | 3 | 5 | 55 | 50 |
| Octal | 367 | 246 | 237 | 0 | 41 | 44 | 3 | 5 | 125 | 120 |
| Binary | 11110111 | 10100110 | 10011111 | 0 | 100001 | 100100 | 11 | 101 | 1010101 | 1010000 |
Color Harmonies of #F7A69F
Complementary color
Monochromatic Colors of #F7A69F
Black with #F7A69F
Text Example
Text Example
White with #F7A69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A69F; }
p { color: rgb(247,166,159); }
H1.HeaderClassName
{
color: #F7A69F;
}
.AnyTagClassName
{
color: #F7A69F;
}
</style>
background-color css
<style>
a { background-color: #F7A69F; }
a { background-color: rgb(247,166,159); }
div.DivClassName
{
background-color: #F7A69F;
}
.BgClassName
{
background-color: #F7A69F;
}
</style>
border-color css
<style>
span { border-color: #F7A69F; }
span { border-color: rgb(247,166,159); }
td.TdClassName
{
border-color: #F7A69F;
}
.TagClassName
{
border-color: #F7A69F;
}
</style>