Shades of Rose Bud #F0A496
Tints of Rose Bud #F0A496
RGB
CMYK
RGB Variations
Color information
#F0A496 (or 0xF0A496) is known color: Rose Bud. HEX triplet: F0, A4 and 96. RGB value is (240,164,150). Sum of RGB (Red+Green+Blue) = 240+164+150=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 164 (64.45% from 255 or 29.60% from 554); Blue value is 150 (58.98% from 255 or 27.08% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A496 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A496 is #0F5B69. Grayscale: #B9B9B9. Windows color (decimal): -1006442 or 9872624. OLE color: 9872624.
HSL color Cylindrical-coordinate representation of color #F0A496: hue angle of 9.33º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0A496 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 164 | 150 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.06 |
| HSL | 9.33º | 0.75% | 0.76% | - |
| HSV(B) | 9.33º | 0.38% | 0.94% | - |
| XYZ | 54.72 | 47.28 | 35.1 | - |
| YUV | 185.13 | 108.18 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 164 | 150 | 0 | 0.32 | 0.37 | 0.06 | 9.33 | 0.75 | 0.76 |
| Hex | F0 | A4 | 96 | 0 | 20 | 25 | 6 | 9 | 4B | 4C |
| Octal | 360 | 244 | 226 | 0 | 40 | 45 | 6 | 11 | 113 | 114 |
| Binary | 11110000 | 10100100 | 10010110 | 0 | 100000 | 100101 | 110 | 1001 | 1001011 | 1001100 |
Color Harmonies of #F0A496
Complementary color
Monochromatic Colors of #F0A496
Black with #F0A496
Text Example
Text Example
White with #F0A496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A496; }
p { color: rgb(240,164,150); }
H1.HeaderClassName
{
color: #F0A496;
}
.AnyTagClassName
{
color: #F0A496;
}
</style>
background-color css
<style>
a { background-color: #F0A496; }
a { background-color: rgb(240,164,150); }
div.DivClassName
{
background-color: #F0A496;
}
.BgClassName
{
background-color: #F0A496;
}
</style>
border-color css
<style>
span { border-color: #F0A496; }
span { border-color: rgb(240,164,150); }
td.TdClassName
{
border-color: #F0A496;
}
.TagClassName
{
border-color: #F0A496;
}
</style>