Shades of Rose Bud #F3A892
Tints of Rose Bud #F3A892
RGB
CMYK
RGB Variations
Color information
#F3A892 (or 0xF3A892) is known color: Rose Bud. HEX triplet: F3, A8 and 92. RGB value is (243,168,146). Sum of RGB (Red+Green+Blue) = 243+168+146=557 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.63% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 146 (57.42% from 255 or 26.21% from 557); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A892 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A892 is #0C576D. Grayscale: #BCBCBC. Windows color (decimal): -808814 or 9611507. OLE color: 9611507.
HSL color Cylindrical-coordinate representation of color #F3A892: hue angle of 13.61º 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 #F3A892 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 168 | 146 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.05 |
| HSL | 13.61º | 0.8% | 0.76% | - |
| HSV(B) | 13.61º | 0.4% | 0.95% | - |
| XYZ | 56.15 | 49.14 | 33.72 | - |
| YUV | 187.92 | 104.35 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 168 | 146 | 0 | 0.31 | 0.40 | 0.05 | 13.61 | 0.8 | 0.76 |
| Hex | F3 | A8 | 92 | 0 | 1F | 28 | 5 | E | 50 | 4C |
| Octal | 363 | 250 | 222 | 0 | 37 | 50 | 5 | 16 | 120 | 114 |
| Binary | 11110011 | 10101000 | 10010010 | 0 | 11111 | 101000 | 101 | 1110 | 1010000 | 1001100 |
Color Harmonies of #F3A892
Complementary color
Monochromatic Colors of #F3A892
Black with #F3A892
Text Example
Text Example
White with #F3A892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A892; }
p { color: rgb(243,168,146); }
H1.HeaderClassName
{
color: #F3A892;
}
.AnyTagClassName
{
color: #F3A892;
}
</style>
background-color css
<style>
a { background-color: #F3A892; }
a { background-color: rgb(243,168,146); }
div.DivClassName
{
background-color: #F3A892;
}
.BgClassName
{
background-color: #F3A892;
}
</style>
border-color css
<style>
span { border-color: #F3A892; }
span { border-color: rgb(243,168,146); }
td.TdClassName
{
border-color: #F3A892;
}
.TagClassName
{
border-color: #F3A892;
}
</style>