Shades of Rose Bud #F7A892
Tints of Rose Bud #F7A892
RGB
CMYK
RGB Variations
Color information
#F7A892 (or 0xF7A892) is known color: Rose Bud. HEX triplet: F7, A8 and 92. RGB value is (247,168,146). Sum of RGB (Red+Green+Blue) = 247+168+146=561 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.03% from 561); Green value is 168 (66.02% from 255 or 29.95% from 561); Blue value is 146 (57.42% from 255 or 26.02% from 561); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A892 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A892 is #08576D. Grayscale: #BDBDBD. Windows color (decimal): -546670 or 9611511. OLE color: 9611511.
HSL color Cylindrical-coordinate representation of color #F7A892: hue angle of 13.07º 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 #F7A892 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 168 | 146 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.03 |
| HSL | 13.07º | 0.86% | 0.77% | - |
| HSV(B) | 13.07º | 0.41% | 0.97% | - |
| XYZ | 57.55 | 49.85 | 33.78 | - |
| YUV | 189.11 | 103.67 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 168 | 146 | 0 | 0.32 | 0.41 | 0.03 | 13.07 | 0.86 | 0.77 |
| Hex | F7 | A8 | 92 | 0 | 20 | 29 | 3 | D | 56 | 4D |
| Octal | 367 | 250 | 222 | 0 | 40 | 51 | 3 | 15 | 126 | 115 |
| Binary | 11110111 | 10101000 | 10010010 | 0 | 100000 | 101001 | 11 | 1101 | 1010110 | 1001101 |
Color Harmonies of #F7A892
Complementary color
Monochromatic Colors of #F7A892
Black with #F7A892
Text Example
Text Example
White with #F7A892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A892; }
p { color: rgb(247,168,146); }
H1.HeaderClassName
{
color: #F7A892;
}
.AnyTagClassName
{
color: #F7A892;
}
</style>
background-color css
<style>
a { background-color: #F7A892; }
a { background-color: rgb(247,168,146); }
div.DivClassName
{
background-color: #F7A892;
}
.BgClassName
{
background-color: #F7A892;
}
</style>
border-color css
<style>
span { border-color: #F7A892; }
span { border-color: rgb(247,168,146); }
td.TdClassName
{
border-color: #F7A892;
}
.TagClassName
{
border-color: #F7A892;
}
</style>