Shades of Rose Bud #F1A399
Tints of Rose Bud #F1A399
RGB
CMYK
RGB Variations
Color information
#F1A399 (or 0xF1A399) is known color: Rose Bud. HEX triplet: F1, A3 and 99. RGB value is (241,163,153). Sum of RGB (Red+Green+Blue) = 241+163+153=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 163 (64.06% from 255 or 29.26% from 557); Blue value is 153 (60.16% from 255 or 27.47% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A399 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A399 is #0E5C66. Grayscale: #B9B9B9. Windows color (decimal): -941159 or 10068977. OLE color: 10068977.
HSL color Cylindrical-coordinate representation of color #F1A399: hue angle of 6.82º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F1A399 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 163 | 153 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.05 |
| HSL | 6.82º | 0.76% | 0.77% | - |
| HSV(B) | 6.82º | 0.37% | 0.95% | - |
| XYZ | 55.12 | 47.2 | 36.34 | - |
| YUV | 185.18 | 109.84 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 163 | 153 | 0 | 0.32 | 0.37 | 0.05 | 6.82 | 0.76 | 0.77 |
| Hex | F1 | A3 | 99 | 0 | 20 | 25 | 5 | 7 | 4C | 4D |
| Octal | 361 | 243 | 231 | 0 | 40 | 45 | 5 | 7 | 114 | 115 |
| Binary | 11110001 | 10100011 | 10011001 | 0 | 100000 | 100101 | 101 | 111 | 1001100 | 1001101 |
Color Harmonies of #F1A399
Complementary color
Monochromatic Colors of #F1A399
Black with #F1A399
Text Example
Text Example
White with #F1A399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A399; }
p { color: rgb(241,163,153); }
H1.HeaderClassName
{
color: #F1A399;
}
.AnyTagClassName
{
color: #F1A399;
}
</style>
background-color css
<style>
a { background-color: #F1A399; }
a { background-color: rgb(241,163,153); }
div.DivClassName
{
background-color: #F1A399;
}
.BgClassName
{
background-color: #F1A399;
}
</style>
border-color css
<style>
span { border-color: #F1A399; }
span { border-color: rgb(241,163,153); }
td.TdClassName
{
border-color: #F1A399;
}
.TagClassName
{
border-color: #F1A399;
}
</style>