Shades of Rose Bud #F6A195
Tints of Rose Bud #F6A195
RGB
CMYK
RGB Variations
Color information
#F6A195 (or 0xF6A195) is known color: Rose Bud. HEX triplet: F6, A1 and 95. RGB value is (246,161,149). Sum of RGB (Red+Green+Blue) = 246+161+149=556 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.24% from 556); Green value is 161 (63.28% from 255 or 28.96% from 556); Blue value is 149 (58.59% from 255 or 26.80% from 556); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A195 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A195 is #095E6A. Grayscale: #B9B9B9. Windows color (decimal): -613995 or 9806326. OLE color: 9806326.
HSL color Cylindrical-coordinate representation of color #F6A195: hue angle of 7.42º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F6A195 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 161 | 149 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.04 |
| HSL | 7.42º | 0.84% | 0.77% | - |
| HSV(B) | 7.42º | 0.39% | 0.96% | - |
| XYZ | 56.18 | 47.25 | 34.59 | - |
| YUV | 185.05 | 107.66 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 161 | 149 | 0 | 0.35 | 0.39 | 0.04 | 7.42 | 0.84 | 0.77 |
| Hex | F6 | A1 | 95 | 0 | 23 | 27 | 4 | 7 | 54 | 4D |
| Octal | 366 | 241 | 225 | 0 | 43 | 47 | 4 | 7 | 124 | 115 |
| Binary | 11110110 | 10100001 | 10010101 | 0 | 100011 | 100111 | 100 | 111 | 1010100 | 1001101 |
Color Harmonies of #F6A195
Complementary color
Monochromatic Colors of #F6A195
Black with #F6A195
Text Example
Text Example
White with #F6A195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A195; }
p { color: rgb(246,161,149); }
H1.HeaderClassName
{
color: #F6A195;
}
.AnyTagClassName
{
color: #F6A195;
}
</style>
background-color css
<style>
a { background-color: #F6A195; }
a { background-color: rgb(246,161,149); }
div.DivClassName
{
background-color: #F6A195;
}
.BgClassName
{
background-color: #F6A195;
}
</style>
border-color css
<style>
span { border-color: #F6A195; }
span { border-color: rgb(246,161,149); }
td.TdClassName
{
border-color: #F6A195;
}
.TagClassName
{
border-color: #F6A195;
}
</style>