Shades of Rose Bud #F5A994
Tints of Rose Bud #F5A994
RGB
CMYK
RGB Variations
Color information
#F5A994 (or 0xF5A994) is known color: Rose Bud. HEX triplet: F5, A9 and 94. RGB value is (245,169,148). Sum of RGB (Red+Green+Blue) = 245+169+148=562 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.59% from 562); Green value is 169 (66.41% from 255 or 30.07% from 562); Blue value is 148 (58.20% from 255 or 26.33% from 562); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A994 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A994 is #0A566B. Grayscale: #BDBDBD. Windows color (decimal): -677484 or 9742837. OLE color: 9742837.
HSL color Cylindrical-coordinate representation of color #F5A994: hue angle of 12.99º 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 #F5A994 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 169 | 148 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.04 |
| HSL | 12.99º | 0.83% | 0.77% | - |
| HSV(B) | 12.99º | 0.4% | 0.96% | - |
| XYZ | 57.19 | 49.93 | 34.64 | - |
| YUV | 189.33 | 104.68 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 169 | 148 | 0 | 0.31 | 0.40 | 0.04 | 12.99 | 0.83 | 0.77 |
| Hex | F5 | A9 | 94 | 0 | 1F | 28 | 4 | D | 53 | 4D |
| Octal | 365 | 251 | 224 | 0 | 37 | 50 | 4 | 15 | 123 | 115 |
| Binary | 11110101 | 10101001 | 10010100 | 0 | 11111 | 101000 | 100 | 1101 | 1010011 | 1001101 |
Color Harmonies of #F5A994
Complementary color
Monochromatic Colors of #F5A994
Black with #F5A994
Text Example
Text Example
White with #F5A994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A994; }
p { color: rgb(245,169,148); }
H1.HeaderClassName
{
color: #F5A994;
}
.AnyTagClassName
{
color: #F5A994;
}
</style>
background-color css
<style>
a { background-color: #F5A994; }
a { background-color: rgb(245,169,148); }
div.DivClassName
{
background-color: #F5A994;
}
.BgClassName
{
background-color: #F5A994;
}
</style>
border-color css
<style>
span { border-color: #F5A994; }
span { border-color: rgb(245,169,148); }
td.TdClassName
{
border-color: #F5A994;
}
.TagClassName
{
border-color: #F5A994;
}
</style>