Shades of Rose Bud #F5A196
Tints of Rose Bud #F5A196
RGB
CMYK
RGB Variations
Color information
#F5A196 (or 0xF5A196) is known color: Rose Bud. HEX triplet: F5, A1 and 96. RGB value is (245,161,150). Sum of RGB (Red+Green+Blue) = 245+161+150=556 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.06% from 556); Green value is 161 (63.28% from 255 or 28.96% from 556); Blue value is 150 (58.98% from 255 or 26.98% from 556); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A196 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A196 is #0A5E69. Grayscale: #B8B8B8. Windows color (decimal): -679530 or 9871861. OLE color: 9871861.
HSL color Cylindrical-coordinate representation of color #F5A196: hue angle of 6.95º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F5A196 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 161 | 150 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.04 |
| HSL | 6.95º | 0.83% | 0.77% | - |
| HSV(B) | 6.95º | 0.39% | 0.96% | - |
| XYZ | 55.91 | 47.1 | 35 | - |
| YUV | 184.86 | 108.33 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 161 | 150 | 0 | 0.34 | 0.39 | 0.04 | 6.95 | 0.83 | 0.77 |
| Hex | F5 | A1 | 96 | 0 | 22 | 27 | 4 | 7 | 53 | 4D |
| Octal | 365 | 241 | 226 | 0 | 42 | 47 | 4 | 7 | 123 | 115 |
| Binary | 11110101 | 10100001 | 10010110 | 0 | 100010 | 100111 | 100 | 111 | 1010011 | 1001101 |
Color Harmonies of #F5A196
Complementary color
Monochromatic Colors of #F5A196
Black with #F5A196
Text Example
Text Example
White with #F5A196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A196; }
p { color: rgb(245,161,150); }
H1.HeaderClassName
{
color: #F5A196;
}
.AnyTagClassName
{
color: #F5A196;
}
</style>
background-color css
<style>
a { background-color: #F5A196; }
a { background-color: rgb(245,161,150); }
div.DivClassName
{
background-color: #F5A196;
}
.BgClassName
{
background-color: #F5A196;
}
</style>
border-color css
<style>
span { border-color: #F5A196; }
span { border-color: rgb(245,161,150); }
td.TdClassName
{
border-color: #F5A196;
}
.TagClassName
{
border-color: #F5A196;
}
</style>