Shades of Rose Bud #F6A99F
Tints of Rose Bud #F6A99F
RGB
CMYK
RGB Variations
Color information
#F6A99F (or 0xF6A99F) is known color: Rose Bud. HEX triplet: F6, A9 and 9F. RGB value is (246,169,159). Sum of RGB (Red+Green+Blue) = 246+169+159=574 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.86% from 574); Green value is 169 (66.41% from 255 or 29.44% from 574); Blue value is 159 (62.5% from 255 or 27.70% from 574); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A99F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A99F is #095660. Grayscale: #BFBFBF. Windows color (decimal): -611937 or 10463734. OLE color: 10463734.
HSL color Cylindrical-coordinate representation of color #F6A99F: hue angle of 6.9º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F6A99F is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 169 | 159 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.04 |
| HSL | 6.9º | 0.83% | 0.79% | - |
| HSV(B) | 6.9º | 0.35% | 0.96% | - |
| XYZ | 58.45 | 50.47 | 39.46 | - |
| YUV | 190.88 | 110.01 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 169 | 159 | 0 | 0.31 | 0.35 | 0.04 | 6.9 | 0.83 | 0.79 |
| Hex | F6 | A9 | 9F | 0 | 1F | 23 | 4 | 7 | 53 | 4F |
| Octal | 366 | 251 | 237 | 0 | 37 | 43 | 4 | 7 | 123 | 117 |
| Binary | 11110110 | 10101001 | 10011111 | 0 | 11111 | 100011 | 100 | 111 | 1010011 | 1001111 |
Color Harmonies of #F6A99F
Complementary color
Monochromatic Colors of #F6A99F
Black with #F6A99F
Text Example
Text Example
White with #F6A99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A99F; }
p { color: rgb(246,169,159); }
H1.HeaderClassName
{
color: #F6A99F;
}
.AnyTagClassName
{
color: #F6A99F;
}
</style>
background-color css
<style>
a { background-color: #F6A99F; }
a { background-color: rgb(246,169,159); }
div.DivClassName
{
background-color: #F6A99F;
}
.BgClassName
{
background-color: #F6A99F;
}
</style>
border-color css
<style>
span { border-color: #F6A99F; }
span { border-color: rgb(246,169,159); }
td.TdClassName
{
border-color: #F6A99F;
}
.TagClassName
{
border-color: #F6A99F;
}
</style>