Shades of Rose Bud #F3A593
Tints of Rose Bud #F3A593
RGB
CMYK
RGB Variations
Color information
#F3A593 (or 0xF3A593) is known color: Rose Bud. HEX triplet: F3, A5 and 93. RGB value is (243,165,147). Sum of RGB (Red+Green+Blue) = 243+165+147=555 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.78% from 555); Green value is 165 (64.84% from 255 or 29.73% from 555); Blue value is 147 (57.81% from 255 or 26.49% from 555); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A593 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A593 is #0C5A6C. Grayscale: #BABABA. Windows color (decimal): -809581 or 9676275. OLE color: 9676275.
HSL color Cylindrical-coordinate representation of color #F3A593: hue angle of 11.25º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F3A593 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 165 | 147 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.05 |
| HSL | 11.25º | 0.8% | 0.76% | - |
| HSV(B) | 11.25º | 0.4% | 0.95% | - |
| XYZ | 55.68 | 48.07 | 33.95 | - |
| YUV | 186.27 | 105.84 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 165 | 147 | 0 | 0.32 | 0.40 | 0.05 | 11.25 | 0.8 | 0.76 |
| Hex | F3 | A5 | 93 | 0 | 20 | 28 | 5 | B | 50 | 4C |
| Octal | 363 | 245 | 223 | 0 | 40 | 50 | 5 | 13 | 120 | 114 |
| Binary | 11110011 | 10100101 | 10010011 | 0 | 100000 | 101000 | 101 | 1011 | 1010000 | 1001100 |
Color Harmonies of #F3A593
Complementary color
Monochromatic Colors of #F3A593
Black with #F3A593
Text Example
Text Example
White with #F3A593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A593; }
p { color: rgb(243,165,147); }
H1.HeaderClassName
{
color: #F3A593;
}
.AnyTagClassName
{
color: #F3A593;
}
</style>
background-color css
<style>
a { background-color: #F3A593; }
a { background-color: rgb(243,165,147); }
div.DivClassName
{
background-color: #F3A593;
}
.BgClassName
{
background-color: #F3A593;
}
</style>
border-color css
<style>
span { border-color: #F3A593; }
span { border-color: rgb(243,165,147); }
td.TdClassName
{
border-color: #F3A593;
}
.TagClassName
{
border-color: #F3A593;
}
</style>