Shades of Rose Bud #F3A09D
Tints of Rose Bud #F3A09D
RGB
CMYK
RGB Variations
Color information
#F3A09D (or 0xF3A09D) is known color: Rose Bud. HEX triplet: F3, A0 and 9D. RGB value is (243,160,157). Sum of RGB (Red+Green+Blue) = 243+160+157=560 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.39% from 560); Green value is 160 (62.89% from 255 or 28.57% from 560); Blue value is 157 (61.72% from 255 or 28.04% from 560); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A09D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A09D is #0C5F62. Grayscale: #B8B8B8. Windows color (decimal): -810851 or 10330355. OLE color: 10330355.
HSL color Cylindrical-coordinate representation of color #F3A09D: hue angle of 2.09º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F3A09D is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 160 | 157 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.05 |
| HSL | 2.09º | 0.78% | 0.78% | - |
| HSV(B) | 2.09º | 0.35% | 0.95% | - |
| XYZ | 55.62 | 46.63 | 37.97 | - |
| YUV | 184.48 | 112.5 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 160 | 157 | 0 | 0.34 | 0.35 | 0.05 | 2.09 | 0.78 | 0.78 |
| Hex | F3 | A0 | 9D | 0 | 22 | 23 | 5 | 2 | 4E | 4E |
| Octal | 363 | 240 | 235 | 0 | 42 | 43 | 5 | 2 | 116 | 116 |
| Binary | 11110011 | 10100000 | 10011101 | 0 | 100010 | 100011 | 101 | 10 | 1001110 | 1001110 |
Color Harmonies of #F3A09D
Complementary color
Monochromatic Colors of #F3A09D
Black with #F3A09D
Text Example
Text Example
White with #F3A09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A09D; }
p { color: rgb(243,160,157); }
H1.HeaderClassName
{
color: #F3A09D;
}
.AnyTagClassName
{
color: #F3A09D;
}
</style>
background-color css
<style>
a { background-color: #F3A09D; }
a { background-color: rgb(243,160,157); }
div.DivClassName
{
background-color: #F3A09D;
}
.BgClassName
{
background-color: #F3A09D;
}
</style>
border-color css
<style>
span { border-color: #F3A09D; }
span { border-color: rgb(243,160,157); }
td.TdClassName
{
border-color: #F3A09D;
}
.TagClassName
{
border-color: #F3A09D;
}
</style>