Shades of Rose Bud #F6AA94
Tints of Rose Bud #F6AA94
RGB
CMYK
RGB Variations
Color information
#F6AA94 (or 0xF6AA94) is known color: Rose Bud. HEX triplet: F6, AA and 94. RGB value is (246,170,148). Sum of RGB (Red+Green+Blue) = 246+170+148=564 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.62% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 148 (58.20% from 255 or 26.24% from 564); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AA94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6AA94 is #09556B. Grayscale: #BEBEBE. Windows color (decimal): -611692 or 9743094. OLE color: 9743094.
HSL color Cylindrical-coordinate representation of color #F6AA94: hue angle of 13.47º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F6AA94 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 170 | 148 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.04 |
| HSL | 13.47º | 0.84% | 0.77% | - |
| HSV(B) | 13.47º | 0.4% | 0.96% | - |
| XYZ | 57.73 | 50.48 | 34.72 | - |
| YUV | 190.22 | 104.18 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 170 | 148 | 0 | 0.31 | 0.40 | 0.04 | 13.47 | 0.84 | 0.77 |
| Hex | F6 | AA | 94 | 0 | 1F | 28 | 4 | D | 54 | 4D |
| Octal | 366 | 252 | 224 | 0 | 37 | 50 | 4 | 15 | 124 | 115 |
| Binary | 11110110 | 10101010 | 10010100 | 0 | 11111 | 101000 | 100 | 1101 | 1010100 | 1001101 |
Color Harmonies of #F6AA94
Complementary color
Monochromatic Colors of #F6AA94
Black with #F6AA94
Text Example
Text Example
White with #F6AA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AA94; }
p { color: rgb(246,170,148); }
H1.HeaderClassName
{
color: #F6AA94;
}
.AnyTagClassName
{
color: #F6AA94;
}
</style>
background-color css
<style>
a { background-color: #F6AA94; }
a { background-color: rgb(246,170,148); }
div.DivClassName
{
background-color: #F6AA94;
}
.BgClassName
{
background-color: #F6AA94;
}
</style>
border-color css
<style>
span { border-color: #F6AA94; }
span { border-color: rgb(246,170,148); }
td.TdClassName
{
border-color: #F6AA94;
}
.TagClassName
{
border-color: #F6AA94;
}
</style>