Shades of Rose Bud #F3A09B
Tints of Rose Bud #F3A09B
RGB
CMYK
RGB Variations
Color information
#F3A09B (or 0xF3A09B) is known color: Rose Bud. HEX triplet: F3, A0 and 9B. RGB value is (243,160,155). Sum of RGB (Red+Green+Blue) = 243+160+155=558 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.55% from 558); Green value is 160 (62.89% from 255 or 28.67% from 558); Blue value is 155 (60.94% from 255 or 27.78% from 558); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A09B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A09B is #0C5F64. Grayscale: #B8B8B8. Windows color (decimal): -810853 or 10199283. OLE color: 10199283.
HSL color Cylindrical-coordinate representation of color #F3A09B: hue angle of 3.41º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F3A09B is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 160 | 155 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.05 |
| HSL | 3.41º | 0.79% | 0.78% | - |
| HSV(B) | 3.41º | 0.36% | 0.95% | - |
| XYZ | 55.45 | 46.56 | 37.08 | - |
| YUV | 184.25 | 111.5 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 160 | 155 | 0 | 0.34 | 0.36 | 0.05 | 3.41 | 0.79 | 0.78 |
| Hex | F3 | A0 | 9B | 0 | 22 | 24 | 5 | 3 | 4F | 4E |
| Octal | 363 | 240 | 233 | 0 | 42 | 44 | 5 | 3 | 117 | 116 |
| Binary | 11110011 | 10100000 | 10011011 | 0 | 100010 | 100100 | 101 | 11 | 1001111 | 1001110 |
Color Harmonies of #F3A09B
Complementary color
Monochromatic Colors of #F3A09B
Black with #F3A09B
Text Example
Text Example
White with #F3A09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A09B; }
p { color: rgb(243,160,155); }
H1.HeaderClassName
{
color: #F3A09B;
}
.AnyTagClassName
{
color: #F3A09B;
}
</style>
background-color css
<style>
a { background-color: #F3A09B; }
a { background-color: rgb(243,160,155); }
div.DivClassName
{
background-color: #F3A09B;
}
.BgClassName
{
background-color: #F3A09B;
}
</style>
border-color css
<style>
span { border-color: #F3A09B; }
span { border-color: rgb(243,160,155); }
td.TdClassName
{
border-color: #F3A09B;
}
.TagClassName
{
border-color: #F3A09B;
}
</style>