Shades of Rose Bud #F6A99A
Tints of Rose Bud #F6A99A
RGB
CMYK
RGB Variations
Color information
#F6A99A (or 0xF6A99A) is known color: Rose Bud. HEX triplet: F6, A9 and 9A. RGB value is (246,169,154). Sum of RGB (Red+Green+Blue) = 246+169+154=569 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.23% from 569); Green value is 169 (66.41% from 255 or 29.70% from 569); Blue value is 154 (60.55% from 255 or 27.07% from 569); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A99A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A99A is #095665. Grayscale: #BEBEBE. Windows color (decimal): -611942 or 10136054. OLE color: 10136054.
HSL color Cylindrical-coordinate representation of color #F6A99A: hue angle of 9.78º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F6A99A is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 169 | 154 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.04 |
| HSL | 9.78º | 0.84% | 0.78% | - |
| HSV(B) | 9.78º | 0.37% | 0.96% | - |
| XYZ | 58.03 | 50.3 | 37.22 | - |
| YUV | 190.31 | 107.51 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 169 | 154 | 0 | 0.31 | 0.37 | 0.04 | 9.78 | 0.84 | 0.78 |
| Hex | F6 | A9 | 9A | 0 | 1F | 25 | 4 | A | 54 | 4E |
| Octal | 366 | 251 | 232 | 0 | 37 | 45 | 4 | 12 | 124 | 116 |
| Binary | 11110110 | 10101001 | 10011010 | 0 | 11111 | 100101 | 100 | 1010 | 1010100 | 1001110 |
Color Harmonies of #F6A99A
Complementary color
Monochromatic Colors of #F6A99A
Black with #F6A99A
Text Example
Text Example
White with #F6A99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A99A; }
p { color: rgb(246,169,154); }
H1.HeaderClassName
{
color: #F6A99A;
}
.AnyTagClassName
{
color: #F6A99A;
}
</style>
background-color css
<style>
a { background-color: #F6A99A; }
a { background-color: rgb(246,169,154); }
div.DivClassName
{
background-color: #F6A99A;
}
.BgClassName
{
background-color: #F6A99A;
}
</style>
border-color css
<style>
span { border-color: #F6A99A; }
span { border-color: rgb(246,169,154); }
td.TdClassName
{
border-color: #F6A99A;
}
.TagClassName
{
border-color: #F6A99A;
}
</style>