Shades of Rose Bud #F5A594
Tints of Rose Bud #F5A594
RGB
CMYK
RGB Variations
Color information
#F5A594 (or 0xF5A594) is known color: Rose Bud. HEX triplet: F5, A5 and 94. RGB value is (245,165,148). Sum of RGB (Red+Green+Blue) = 245+165+148=558 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.91% from 558); Green value is 165 (64.84% from 255 or 29.57% from 558); Blue value is 148 (58.20% from 255 or 26.52% from 558); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A594 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A594 is #0A5A6B. Grayscale: #BBBBBB. Windows color (decimal): -678508 or 9741813. OLE color: 9741813.
HSL color Cylindrical-coordinate representation of color #F5A594: hue angle of 10.52º 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 #F5A594 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 165 | 148 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.04 |
| HSL | 10.52º | 0.83% | 0.77% | - |
| HSV(B) | 10.52º | 0.4% | 0.96% | - |
| XYZ | 56.46 | 48.46 | 34.4 | - |
| YUV | 186.98 | 106 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 165 | 148 | 0 | 0.33 | 0.40 | 0.04 | 10.52 | 0.83 | 0.77 |
| Hex | F5 | A5 | 94 | 0 | 21 | 28 | 4 | B | 53 | 4D |
| Octal | 365 | 245 | 224 | 0 | 41 | 50 | 4 | 13 | 123 | 115 |
| Binary | 11110101 | 10100101 | 10010100 | 0 | 100001 | 101000 | 100 | 1011 | 1010011 | 1001101 |
Color Harmonies of #F5A594
Complementary color
Monochromatic Colors of #F5A594
Black with #F5A594
Text Example
Text Example
White with #F5A594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A594; }
p { color: rgb(245,165,148); }
H1.HeaderClassName
{
color: #F5A594;
}
.AnyTagClassName
{
color: #F5A594;
}
</style>
background-color css
<style>
a { background-color: #F5A594; }
a { background-color: rgb(245,165,148); }
div.DivClassName
{
background-color: #F5A594;
}
.BgClassName
{
background-color: #F5A594;
}
</style>
border-color css
<style>
span { border-color: #F5A594; }
span { border-color: rgb(245,165,148); }
td.TdClassName
{
border-color: #F5A594;
}
.TagClassName
{
border-color: #F5A594;
}
</style>