Shades of Rose Bud #F1A198
Tints of Rose Bud #F1A198
RGB
CMYK
RGB Variations
Color information
#F1A198 (or 0xF1A198) is known color: Rose Bud. HEX triplet: F1, A1 and 98. RGB value is (241,161,152). Sum of RGB (Red+Green+Blue) = 241+161+152=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 161 (63.28% from 255 or 29.06% from 554); Blue value is 152 (59.77% from 255 or 27.44% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A198 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A198 is #0E5E67. Grayscale: #B8B8B8. Windows color (decimal): -941672 or 10002929. OLE color: 10002929.
HSL color Cylindrical-coordinate representation of color #F1A198: hue angle of 6.07º 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 #F1A198 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 161 | 152 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.05 |
| HSL | 6.07º | 0.76% | 0.77% | - |
| HSV(B) | 6.07º | 0.37% | 0.95% | - |
| XYZ | 54.69 | 46.46 | 35.79 | - |
| YUV | 183.89 | 110 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 161 | 152 | 0 | 0.33 | 0.37 | 0.05 | 6.07 | 0.76 | 0.77 |
| Hex | F1 | A1 | 98 | 0 | 21 | 25 | 5 | 6 | 4C | 4D |
| Octal | 361 | 241 | 230 | 0 | 41 | 45 | 5 | 6 | 114 | 115 |
| Binary | 11110001 | 10100001 | 10011000 | 0 | 100001 | 100101 | 101 | 110 | 1001100 | 1001101 |
Color Harmonies of #F1A198
Complementary color
Monochromatic Colors of #F1A198
Black with #F1A198
Text Example
Text Example
White with #F1A198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A198; }
p { color: rgb(241,161,152); }
H1.HeaderClassName
{
color: #F1A198;
}
.AnyTagClassName
{
color: #F1A198;
}
</style>
background-color css
<style>
a { background-color: #F1A198; }
a { background-color: rgb(241,161,152); }
div.DivClassName
{
background-color: #F1A198;
}
.BgClassName
{
background-color: #F1A198;
}
</style>
border-color css
<style>
span { border-color: #F1A198; }
span { border-color: rgb(241,161,152); }
td.TdClassName
{
border-color: #F1A198;
}
.TagClassName
{
border-color: #F1A198;
}
</style>