Shades of Rose Bud #F7A094
Tints of Rose Bud #F7A094
RGB
CMYK
RGB Variations
Color information
#F7A094 (or 0xF7A094) is known color: Rose Bud. HEX triplet: F7, A0 and 94. RGB value is (247,160,148). Sum of RGB (Red+Green+Blue) = 247+160+148=555 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.50% from 555); Green value is 160 (62.89% from 255 or 28.83% from 555); Blue value is 148 (58.20% from 255 or 26.67% from 555); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A094 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A094 is #085F6B. Grayscale: #B8B8B8. Windows color (decimal): -548716 or 9740535. OLE color: 9740535.
HSL color Cylindrical-coordinate representation of color #F7A094: hue angle of 7.27º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F7A094 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 160 | 148 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.03 |
| HSL | 7.27º | 0.86% | 0.77% | - |
| HSV(B) | 7.27º | 0.4% | 0.97% | - |
| XYZ | 56.27 | 47.05 | 34.13 | - |
| YUV | 184.65 | 107.32 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 160 | 148 | 0 | 0.35 | 0.40 | 0.03 | 7.27 | 0.86 | 0.77 |
| Hex | F7 | A0 | 94 | 0 | 23 | 28 | 3 | 7 | 56 | 4D |
| Octal | 367 | 240 | 224 | 0 | 43 | 50 | 3 | 7 | 126 | 115 |
| Binary | 11110111 | 10100000 | 10010100 | 0 | 100011 | 101000 | 11 | 111 | 1010110 | 1001101 |
Color Harmonies of #F7A094
Complementary color
Monochromatic Colors of #F7A094
Black with #F7A094
Text Example
Text Example
White with #F7A094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A094; }
p { color: rgb(247,160,148); }
H1.HeaderClassName
{
color: #F7A094;
}
.AnyTagClassName
{
color: #F7A094;
}
</style>
background-color css
<style>
a { background-color: #F7A094; }
a { background-color: rgb(247,160,148); }
div.DivClassName
{
background-color: #F7A094;
}
.BgClassName
{
background-color: #F7A094;
}
</style>
border-color css
<style>
span { border-color: #F7A094; }
span { border-color: rgb(247,160,148); }
td.TdClassName
{
border-color: #F7A094;
}
.TagClassName
{
border-color: #F7A094;
}
</style>