Shades of Rose Bud #F5A392
Tints of Rose Bud #F5A392
RGB
CMYK
RGB Variations
Color information
#F5A392 (or 0xF5A392) is known color: Rose Bud. HEX triplet: F5, A3 and 92. RGB value is (245,163,146). Sum of RGB (Red+Green+Blue) = 245+163+146=554 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.22% from 554); Green value is 163 (64.06% from 255 or 29.42% from 554); Blue value is 146 (57.42% from 255 or 26.35% from 554); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A392 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A392 is #0A5C6D. Grayscale: #B9B9B9. Windows color (decimal): -679022 or 9610229. OLE color: 9610229.
HSL color Cylindrical-coordinate representation of color #F5A392: hue angle of 10.3º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F5A392 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 163 | 146 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.04 |
| HSL | 10.3º | 0.83% | 0.77% | - |
| HSV(B) | 10.3º | 0.4% | 0.96% | - |
| XYZ | 55.94 | 47.68 | 33.45 | - |
| YUV | 185.58 | 105.67 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 163 | 146 | 0 | 0.33 | 0.40 | 0.04 | 10.3 | 0.83 | 0.77 |
| Hex | F5 | A3 | 92 | 0 | 21 | 28 | 4 | A | 53 | 4D |
| Octal | 365 | 243 | 222 | 0 | 41 | 50 | 4 | 12 | 123 | 115 |
| Binary | 11110101 | 10100011 | 10010010 | 0 | 100001 | 101000 | 100 | 1010 | 1010011 | 1001101 |
Color Harmonies of #F5A392
Complementary color
Monochromatic Colors of #F5A392
Black with #F5A392
Text Example
Text Example
White with #F5A392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A392; }
p { color: rgb(245,163,146); }
H1.HeaderClassName
{
color: #F5A392;
}
.AnyTagClassName
{
color: #F5A392;
}
</style>
background-color css
<style>
a { background-color: #F5A392; }
a { background-color: rgb(245,163,146); }
div.DivClassName
{
background-color: #F5A392;
}
.BgClassName
{
background-color: #F5A392;
}
</style>
border-color css
<style>
span { border-color: #F5A392; }
span { border-color: rgb(245,163,146); }
td.TdClassName
{
border-color: #F5A392;
}
.TagClassName
{
border-color: #F5A392;
}
</style>