Shades of Rose Bud #F3A095
Tints of Rose Bud #F3A095
RGB
CMYK
RGB Variations
Color information
#F3A095 (or 0xF3A095) is known color: Rose Bud. HEX triplet: F3, A0 and 95. RGB value is (243,160,149). Sum of RGB (Red+Green+Blue) = 243+160+149=552 (73% of max value = 765). Red value is 243 (95.31% from 255 or 44.02% from 552); Green value is 160 (62.89% from 255 or 28.99% from 552); Blue value is 149 (58.59% from 255 or 26.99% from 552); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A095 is #0C5F6A. Grayscale: #B7B7B7. Windows color (decimal): -810859 or 9806067. OLE color: 9806067.
HSL color Cylindrical-coordinate representation of color #F3A095: hue angle of 7.02º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F3A095 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 160 | 149 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.05 |
| HSL | 7.02º | 0.8% | 0.77% | - |
| HSV(B) | 7.02º | 0.39% | 0.95% | - |
| XYZ | 54.96 | 46.37 | 34.49 | - |
| YUV | 183.56 | 108.5 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 160 | 149 | 0 | 0.34 | 0.39 | 0.05 | 7.02 | 0.8 | 0.77 |
| Hex | F3 | A0 | 95 | 0 | 22 | 27 | 5 | 7 | 50 | 4D |
| Octal | 363 | 240 | 225 | 0 | 42 | 47 | 5 | 7 | 120 | 115 |
| Binary | 11110011 | 10100000 | 10010101 | 0 | 100010 | 100111 | 101 | 111 | 1010000 | 1001101 |
Color Harmonies of #F3A095
Complementary color
Monochromatic Colors of #F3A095
Black with #F3A095
Text Example
Text Example
White with #F3A095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A095; }
p { color: rgb(243,160,149); }
H1.HeaderClassName
{
color: #F3A095;
}
.AnyTagClassName
{
color: #F3A095;
}
</style>
background-color css
<style>
a { background-color: #F3A095; }
a { background-color: rgb(243,160,149); }
div.DivClassName
{
background-color: #F3A095;
}
.BgClassName
{
background-color: #F3A095;
}
</style>
border-color css
<style>
span { border-color: #F3A095; }
span { border-color: rgb(243,160,149); }
td.TdClassName
{
border-color: #F3A095;
}
.TagClassName
{
border-color: #F3A095;
}
</style>