Shades of Rose Bud #F3A393
Tints of Rose Bud #F3A393
RGB
CMYK
RGB Variations
Color information
#F3A393 (or 0xF3A393) is known color: Rose Bud. HEX triplet: F3, A3 and 93. RGB value is (243,163,147). Sum of RGB (Red+Green+Blue) = 243+163+147=553 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.94% from 553); Green value is 163 (64.06% from 255 or 29.48% from 553); Blue value is 147 (57.81% from 255 or 26.58% from 553); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A393 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A393 is #0C5C6C. Grayscale: #B9B9B9. Windows color (decimal): -810093 or 9675763. OLE color: 9675763.
HSL color Cylindrical-coordinate representation of color #F3A393: hue angle of 10º 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 #F3A393 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 163 | 147 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.05 |
| HSL | 10º | 0.8% | 0.76% | - |
| HSV(B) | 10º | 0.4% | 0.95% | - |
| XYZ | 55.33 | 47.36 | 33.83 | - |
| YUV | 185.1 | 106.5 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 163 | 147 | 0 | 0.33 | 0.40 | 0.05 | 10 | 0.8 | 0.76 |
| Hex | F3 | A3 | 93 | 0 | 21 | 28 | 5 | A | 50 | 4C |
| Octal | 363 | 243 | 223 | 0 | 41 | 50 | 5 | 12 | 120 | 114 |
| Binary | 11110011 | 10100011 | 10010011 | 0 | 100001 | 101000 | 101 | 1010 | 1010000 | 1001100 |
Color Harmonies of #F3A393
Complementary color
Monochromatic Colors of #F3A393
Black with #F3A393
Text Example
Text Example
White with #F3A393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A393; }
p { color: rgb(243,163,147); }
H1.HeaderClassName
{
color: #F3A393;
}
.AnyTagClassName
{
color: #F3A393;
}
</style>
background-color css
<style>
a { background-color: #F3A393; }
a { background-color: rgb(243,163,147); }
div.DivClassName
{
background-color: #F3A393;
}
.BgClassName
{
background-color: #F3A393;
}
</style>
border-color css
<style>
span { border-color: #F3A393; }
span { border-color: rgb(243,163,147); }
td.TdClassName
{
border-color: #F3A393;
}
.TagClassName
{
border-color: #F3A393;
}
</style>