Shades of Rose Bud #F7A890
Tints of Rose Bud #F7A890
RGB
CMYK
RGB Variations
Color information
#F7A890 (or 0xF7A890) is known color: Rose Bud. HEX triplet: F7, A8 and 90. RGB value is (247,168,144). Sum of RGB (Red+Green+Blue) = 247+168+144=559 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.19% from 559); Green value is 168 (66.02% from 255 or 30.05% from 559); Blue value is 144 (56.64% from 255 or 25.76% from 559); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A890 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A890 is #08576F. Grayscale: #BDBDBD. Windows color (decimal): -546672 or 9480439. OLE color: 9480439.
HSL color Cylindrical-coordinate representation of color #F7A890: hue angle of 13.98º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F7A890 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 168 | 144 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.03 |
| HSL | 13.98º | 0.87% | 0.77% | - |
| HSV(B) | 13.98º | 0.42% | 0.97% | - |
| XYZ | 57.39 | 49.79 | 32.97 | - |
| YUV | 188.89 | 102.67 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 168 | 144 | 0 | 0.32 | 0.42 | 0.03 | 13.98 | 0.87 | 0.77 |
| Hex | F7 | A8 | 90 | 0 | 20 | 2A | 3 | E | 57 | 4D |
| Octal | 367 | 250 | 220 | 0 | 40 | 52 | 3 | 16 | 127 | 115 |
| Binary | 11110111 | 10101000 | 10010000 | 0 | 100000 | 101010 | 11 | 1110 | 1010111 | 1001101 |
Color Harmonies of #F7A890
Complementary color
Monochromatic Colors of #F7A890
Black with #F7A890
Text Example
Text Example
White with #F7A890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A890; }
p { color: rgb(247,168,144); }
H1.HeaderClassName
{
color: #F7A890;
}
.AnyTagClassName
{
color: #F7A890;
}
</style>
background-color css
<style>
a { background-color: #F7A890; }
a { background-color: rgb(247,168,144); }
div.DivClassName
{
background-color: #F7A890;
}
.BgClassName
{
background-color: #F7A890;
}
</style>
border-color css
<style>
span { border-color: #F7A890; }
span { border-color: rgb(247,168,144); }
td.TdClassName
{
border-color: #F7A890;
}
.TagClassName
{
border-color: #F7A890;
}
</style>