Shades of Rose Bud #F7A992
Tints of Rose Bud #F7A992
RGB
CMYK
RGB Variations
Color information
#F7A992 (or 0xF7A992) is known color: Rose Bud. HEX triplet: F7, A9 and 92. RGB value is (247,169,146). Sum of RGB (Red+Green+Blue) = 247+169+146=562 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.95% from 562); Green value is 169 (66.41% from 255 or 30.07% from 562); Blue value is 146 (57.42% from 255 or 25.98% from 562); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A992 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A992 is #08566D. Grayscale: #BDBDBD. Windows color (decimal): -546414 or 9611767. OLE color: 9611767.
HSL color Cylindrical-coordinate representation of color #F7A992: hue angle of 13.66º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F7A992 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 169 | 146 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.03 |
| HSL | 13.66º | 0.86% | 0.77% | - |
| HSV(B) | 13.66º | 0.41% | 0.97% | - |
| XYZ | 57.73 | 50.23 | 33.85 | - |
| YUV | 189.7 | 103.34 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 169 | 146 | 0 | 0.32 | 0.41 | 0.03 | 13.66 | 0.86 | 0.77 |
| Hex | F7 | A9 | 92 | 0 | 20 | 29 | 3 | E | 56 | 4D |
| Octal | 367 | 251 | 222 | 0 | 40 | 51 | 3 | 16 | 126 | 115 |
| Binary | 11110111 | 10101001 | 10010010 | 0 | 100000 | 101001 | 11 | 1110 | 1010110 | 1001101 |
Color Harmonies of #F7A992
Complementary color
Monochromatic Colors of #F7A992
Black with #F7A992
Text Example
Text Example
White with #F7A992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A992; }
p { color: rgb(247,169,146); }
H1.HeaderClassName
{
color: #F7A992;
}
.AnyTagClassName
{
color: #F7A992;
}
</style>
background-color css
<style>
a { background-color: #F7A992; }
a { background-color: rgb(247,169,146); }
div.DivClassName
{
background-color: #F7A992;
}
.BgClassName
{
background-color: #F7A992;
}
</style>
border-color css
<style>
span { border-color: #F7A992; }
span { border-color: rgb(247,169,146); }
td.TdClassName
{
border-color: #F7A992;
}
.TagClassName
{
border-color: #F7A992;
}
</style>