Shades of Rose Bud #F3A19B
Tints of Rose Bud #F3A19B
RGB
CMYK
RGB Variations
Color information
#F3A19B (or 0xF3A19B) is known color: Rose Bud. HEX triplet: F3, A1 and 9B. RGB value is (243,161,155). Sum of RGB (Red+Green+Blue) = 243+161+155=559 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.47% from 559); Green value is 161 (63.28% from 255 or 28.80% from 559); Blue value is 155 (60.94% from 255 or 27.73% from 559); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A19B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3A19B is #0C5E64. Grayscale: #B8B8B8. Windows color (decimal): -810597 or 10199539. OLE color: 10199539.
HSL color Cylindrical-coordinate representation of color #F3A19B: hue angle of 4.09º 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 #F3A19B is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 161 | 155 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.05 |
| HSL | 4.09º | 0.79% | 0.78% | - |
| HSV(B) | 4.09º | 0.36% | 0.95% | - |
| XYZ | 55.62 | 46.91 | 37.13 | - |
| YUV | 184.83 | 111.17 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 161 | 155 | 0 | 0.34 | 0.36 | 0.05 | 4.09 | 0.79 | 0.78 |
| Hex | F3 | A1 | 9B | 0 | 22 | 24 | 5 | 4 | 4F | 4E |
| Octal | 363 | 241 | 233 | 0 | 42 | 44 | 5 | 4 | 117 | 116 |
| Binary | 11110011 | 10100001 | 10011011 | 0 | 100010 | 100100 | 101 | 100 | 1001111 | 1001110 |
Color Harmonies of #F3A19B
Complementary color
Monochromatic Colors of #F3A19B
Black with #F3A19B
Text Example
Text Example
White with #F3A19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A19B; }
p { color: rgb(243,161,155); }
H1.HeaderClassName
{
color: #F3A19B;
}
.AnyTagClassName
{
color: #F3A19B;
}
</style>
background-color css
<style>
a { background-color: #F3A19B; }
a { background-color: rgb(243,161,155); }
div.DivClassName
{
background-color: #F3A19B;
}
.BgClassName
{
background-color: #F3A19B;
}
</style>
border-color css
<style>
span { border-color: #F3A19B; }
span { border-color: rgb(243,161,155); }
td.TdClassName
{
border-color: #F3A19B;
}
.TagClassName
{
border-color: #F3A19B;
}
</style>