Shades of Rose Bud #F6A19C
Tints of Rose Bud #F6A19C
RGB
CMYK
RGB Variations
Color information
#F6A19C (or 0xF6A19C) is known color: Rose Bud. HEX triplet: F6, A1 and 9C. RGB value is (246,161,156). Sum of RGB (Red+Green+Blue) = 246+161+156=563 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.69% from 563); Green value is 161 (63.28% from 255 or 28.60% from 563); Blue value is 156 (61.33% from 255 or 27.71% from 563); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A19C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A19C is #095E63. Grayscale: #B9B9B9. Windows color (decimal): -613988 or 10265078. OLE color: 10265078.
HSL color Cylindrical-coordinate representation of color #F6A19C: hue angle of 3.33º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F6A19C is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 161 | 156 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.04 |
| HSL | 3.33º | 0.83% | 0.79% | - |
| HSV(B) | 3.33º | 0.37% | 0.96% | - |
| XYZ | 56.75 | 47.48 | 37.63 | - |
| YUV | 185.85 | 111.16 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 161 | 156 | 0 | 0.35 | 0.37 | 0.04 | 3.33 | 0.83 | 0.79 |
| Hex | F6 | A1 | 9C | 0 | 23 | 25 | 4 | 3 | 53 | 4F |
| Octal | 366 | 241 | 234 | 0 | 43 | 45 | 4 | 3 | 123 | 117 |
| Binary | 11110110 | 10100001 | 10011100 | 0 | 100011 | 100101 | 100 | 11 | 1010011 | 1001111 |
Color Harmonies of #F6A19C
Complementary color
Monochromatic Colors of #F6A19C
Black with #F6A19C
Text Example
Text Example
White with #F6A19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A19C; }
p { color: rgb(246,161,156); }
H1.HeaderClassName
{
color: #F6A19C;
}
.AnyTagClassName
{
color: #F6A19C;
}
</style>
background-color css
<style>
a { background-color: #F6A19C; }
a { background-color: rgb(246,161,156); }
div.DivClassName
{
background-color: #F6A19C;
}
.BgClassName
{
background-color: #F6A19C;
}
</style>
border-color css
<style>
span { border-color: #F6A19C; }
span { border-color: rgb(246,161,156); }
td.TdClassName
{
border-color: #F6A19C;
}
.TagClassName
{
border-color: #F6A19C;
}
</style>