Shades of Rose Bud #F1A69A
Tints of Rose Bud #F1A69A
RGB
CMYK
RGB Variations
Color information
#F1A69A (or 0xF1A69A) is known color: Rose Bud. HEX triplet: F1, A6 and 9A. RGB value is (241,166,154). Sum of RGB (Red+Green+Blue) = 241+166+154=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 166 (65.23% from 255 or 29.59% from 561); Blue value is 154 (60.55% from 255 or 27.45% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A69A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A69A is #0E5965. Grayscale: #BBBBBB. Windows color (decimal): -940390 or 10135281. OLE color: 10135281.
HSL color Cylindrical-coordinate representation of color #F1A69A: hue angle of 8.28º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F1A69A is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 166 | 154 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.05 |
| HSL | 8.28º | 0.76% | 0.77% | - |
| HSV(B) | 8.28º | 0.36% | 0.95% | - |
| XYZ | 55.74 | 48.31 | 36.96 | - |
| YUV | 187.06 | 109.35 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 166 | 154 | 0 | 0.31 | 0.36 | 0.05 | 8.28 | 0.76 | 0.77 |
| Hex | F1 | A6 | 9A | 0 | 1F | 24 | 5 | 8 | 4C | 4D |
| Octal | 361 | 246 | 232 | 0 | 37 | 44 | 5 | 10 | 114 | 115 |
| Binary | 11110001 | 10100110 | 10011010 | 0 | 11111 | 100100 | 101 | 1000 | 1001100 | 1001101 |
Color Harmonies of #F1A69A
Complementary color
Monochromatic Colors of #F1A69A
Black with #F1A69A
Text Example
Text Example
White with #F1A69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A69A; }
p { color: rgb(241,166,154); }
H1.HeaderClassName
{
color: #F1A69A;
}
.AnyTagClassName
{
color: #F1A69A;
}
</style>
background-color css
<style>
a { background-color: #F1A69A; }
a { background-color: rgb(241,166,154); }
div.DivClassName
{
background-color: #F1A69A;
}
.BgClassName
{
background-color: #F1A69A;
}
</style>
border-color css
<style>
span { border-color: #F1A69A; }
span { border-color: rgb(241,166,154); }
td.TdClassName
{
border-color: #F1A69A;
}
.TagClassName
{
border-color: #F1A69A;
}
</style>