Shades of Rose Bud #F5A690
Tints of Rose Bud #F5A690
RGB
CMYK
RGB Variations
Color information
#F5A690 (or 0xF5A690) is known color: Rose Bud. HEX triplet: F5, A6 and 90. RGB value is (245,166,144). Sum of RGB (Red+Green+Blue) = 245+166+144=555 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.14% from 555); Green value is 166 (65.23% from 255 or 29.91% from 555); Blue value is 144 (56.64% from 255 or 25.95% from 555); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A690 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A690 is #0A596F. Grayscale: #BBBBBB. Windows color (decimal): -678256 or 9479925. OLE color: 9479925.
HSL color Cylindrical-coordinate representation of color #F5A690: hue angle of 13.07º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F5A690 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 166 | 144 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.04 |
| HSL | 13.07º | 0.83% | 0.76% | - |
| HSV(B) | 13.07º | 0.41% | 0.96% | - |
| XYZ | 56.33 | 48.7 | 32.82 | - |
| YUV | 187.11 | 103.67 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 166 | 144 | 0 | 0.32 | 0.41 | 0.04 | 13.07 | 0.83 | 0.76 |
| Hex | F5 | A6 | 90 | 0 | 20 | 29 | 4 | D | 53 | 4C |
| Octal | 365 | 246 | 220 | 0 | 40 | 51 | 4 | 15 | 123 | 114 |
| Binary | 11110101 | 10100110 | 10010000 | 0 | 100000 | 101001 | 100 | 1101 | 1010011 | 1001100 |
Color Harmonies of #F5A690
Complementary color
Monochromatic Colors of #F5A690
Black with #F5A690
Text Example
Text Example
White with #F5A690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A690; }
p { color: rgb(245,166,144); }
H1.HeaderClassName
{
color: #F5A690;
}
.AnyTagClassName
{
color: #F5A690;
}
</style>
background-color css
<style>
a { background-color: #F5A690; }
a { background-color: rgb(245,166,144); }
div.DivClassName
{
background-color: #F5A690;
}
.BgClassName
{
background-color: #F5A690;
}
</style>
border-color css
<style>
span { border-color: #F5A690; }
span { border-color: rgb(245,166,144); }
td.TdClassName
{
border-color: #F5A690;
}
.TagClassName
{
border-color: #F5A690;
}
</style>