Shades of Rose Bud #F7A78D
Tints of Rose Bud #F7A78D
RGB
CMYK
RGB Variations
Color information
#F7A78D (or 0xF7A78D) is known color: Rose Bud. HEX triplet: F7, A7 and 8D. RGB value is (247,167,141). Sum of RGB (Red+Green+Blue) = 247+167+141=555 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.50% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 141 (55.47% from 255 or 25.41% from 555); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A78D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A78D is #085872. Grayscale: #BCBCBC. Windows color (decimal): -546931 or 9283575. OLE color: 9283575.
HSL color Cylindrical-coordinate representation of color #F7A78D: hue angle of 14.72º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F7A78D is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 167 | 141 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.03 |
| HSL | 14.72º | 0.87% | 0.76% | - |
| HSV(B) | 14.72º | 0.43% | 0.97% | - |
| XYZ | 56.98 | 49.33 | 31.72 | - |
| YUV | 187.96 | 101.5 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 167 | 141 | 0 | 0.32 | 0.43 | 0.03 | 14.72 | 0.87 | 0.76 |
| Hex | F7 | A7 | 8D | 0 | 20 | 2B | 3 | F | 57 | 4C |
| Octal | 367 | 247 | 215 | 0 | 40 | 53 | 3 | 17 | 127 | 114 |
| Binary | 11110111 | 10100111 | 10001101 | 0 | 100000 | 101011 | 11 | 1111 | 1010111 | 1001100 |
Color Harmonies of #F7A78D
Complementary color
Monochromatic Colors of #F7A78D
Black with #F7A78D
Text Example
Text Example
White with #F7A78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A78D; }
p { color: rgb(247,167,141); }
H1.HeaderClassName
{
color: #F7A78D;
}
.AnyTagClassName
{
color: #F7A78D;
}
</style>
background-color css
<style>
a { background-color: #F7A78D; }
a { background-color: rgb(247,167,141); }
div.DivClassName
{
background-color: #F7A78D;
}
.BgClassName
{
background-color: #F7A78D;
}
</style>
border-color css
<style>
span { border-color: #F7A78D; }
span { border-color: rgb(247,167,141); }
td.TdClassName
{
border-color: #F7A78D;
}
.TagClassName
{
border-color: #F7A78D;
}
</style>