Shades of Rose Bud #F7A19B
Tints of Rose Bud #F7A19B
RGB
CMYK
RGB Variations
Color information
#F7A19B (or 0xF7A19B) is known color: Rose Bud. HEX triplet: F7, A1 and 9B. RGB value is (247,161,155). Sum of RGB (Red+Green+Blue) = 247+161+155=563 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.87% from 563); Green value is 161 (63.28% from 255 or 28.60% from 563); Blue value is 155 (60.94% from 255 or 27.53% from 563); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A19B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A19B is #085E64. Grayscale: #BABABA. Windows color (decimal): -548453 or 10199543. OLE color: 10199543.
HSL color Cylindrical-coordinate representation of color #F7A19B: hue angle of 3.91º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F7A19B is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 161 | 155 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.03 |
| HSL | 3.91º | 0.85% | 0.79% | - |
| HSV(B) | 3.91º | 0.37% | 0.97% | - |
| XYZ | 57.02 | 47.63 | 37.2 | - |
| YUV | 186.03 | 110.49 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 161 | 155 | 0 | 0.35 | 0.37 | 0.03 | 3.91 | 0.85 | 0.79 |
| Hex | F7 | A1 | 9B | 0 | 23 | 25 | 3 | 4 | 55 | 4F |
| Octal | 367 | 241 | 233 | 0 | 43 | 45 | 3 | 4 | 125 | 117 |
| Binary | 11110111 | 10100001 | 10011011 | 0 | 100011 | 100101 | 11 | 100 | 1010101 | 1001111 |
Color Harmonies of #F7A19B
Complementary color
Monochromatic Colors of #F7A19B
Black with #F7A19B
Text Example
Text Example
White with #F7A19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A19B; }
p { color: rgb(247,161,155); }
H1.HeaderClassName
{
color: #F7A19B;
}
.AnyTagClassName
{
color: #F7A19B;
}
</style>
background-color css
<style>
a { background-color: #F7A19B; }
a { background-color: rgb(247,161,155); }
div.DivClassName
{
background-color: #F7A19B;
}
.BgClassName
{
background-color: #F7A19B;
}
</style>
border-color css
<style>
span { border-color: #F7A19B; }
span { border-color: rgb(247,161,155); }
td.TdClassName
{
border-color: #F7A19B;
}
.TagClassName
{
border-color: #F7A19B;
}
</style>