Shades of Rose Bud #F6A093
Tints of Rose Bud #F6A093
RGB
CMYK
RGB Variations
Color information
#F6A093 (or 0xF6A093) is known color: Rose Bud. HEX triplet: F6, A0 and 93. RGB value is (246,160,147). Sum of RGB (Red+Green+Blue) = 246+160+147=553 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.48% from 553); Green value is 160 (62.89% from 255 or 28.93% from 553); Blue value is 147 (57.81% from 255 or 26.58% from 553); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A093 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A093 is #095F6C. Grayscale: #B8B8B8. Windows color (decimal): -614253 or 9674998. OLE color: 9674998.
HSL color Cylindrical-coordinate representation of color #F6A093: hue angle of 7.88º degrees, saturation: 0.85, 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 #F6A093 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 160 | 147 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.04 |
| HSL | 7.88º | 0.85% | 0.77% | - |
| HSV(B) | 7.88º | 0.4% | 0.96% | - |
| XYZ | 55.84 | 46.84 | 33.7 | - |
| YUV | 184.23 | 106.99 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 160 | 147 | 0 | 0.35 | 0.40 | 0.04 | 7.88 | 0.85 | 0.77 |
| Hex | F6 | A0 | 93 | 0 | 23 | 28 | 4 | 8 | 55 | 4D |
| Octal | 366 | 240 | 223 | 0 | 43 | 50 | 4 | 10 | 125 | 115 |
| Binary | 11110110 | 10100000 | 10010011 | 0 | 100011 | 101000 | 100 | 1000 | 1010101 | 1001101 |
Color Harmonies of #F6A093
Complementary color
Monochromatic Colors of #F6A093
Black with #F6A093
Text Example
Text Example
White with #F6A093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A093; }
p { color: rgb(246,160,147); }
H1.HeaderClassName
{
color: #F6A093;
}
.AnyTagClassName
{
color: #F6A093;
}
</style>
background-color css
<style>
a { background-color: #F6A093; }
a { background-color: rgb(246,160,147); }
div.DivClassName
{
background-color: #F6A093;
}
.BgClassName
{
background-color: #F6A093;
}
</style>
border-color css
<style>
span { border-color: #F6A093; }
span { border-color: rgb(246,160,147); }
td.TdClassName
{
border-color: #F6A093;
}
.TagClassName
{
border-color: #F6A093;
}
</style>