Shades of Rose Bud #F4A09D
Tints of Rose Bud #F4A09D
RGB
CMYK
RGB Variations
Color information
#F4A09D (or 0xF4A09D) is known color: Rose Bud. HEX triplet: F4, A0 and 9D. RGB value is (244,160,157). Sum of RGB (Red+Green+Blue) = 244+160+157=561 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.49% from 561); Green value is 160 (62.89% from 255 or 28.52% from 561); Blue value is 157 (61.72% from 255 or 27.99% from 561); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A09D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A09D is #0B5F62. Grayscale: #B8B8B8. Windows color (decimal): -745315 or 10330356. OLE color: 10330356.
HSL color Cylindrical-coordinate representation of color #F4A09D: hue angle of 2.07º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F4A09D is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 160 | 157 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.04 |
| HSL | 2.07º | 0.8% | 0.79% | - |
| HSV(B) | 2.07º | 0.36% | 0.96% | - |
| XYZ | 55.96 | 46.81 | 37.98 | - |
| YUV | 184.77 | 112.33 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 160 | 157 | 0 | 0.34 | 0.36 | 0.04 | 2.07 | 0.8 | 0.79 |
| Hex | F4 | A0 | 9D | 0 | 22 | 24 | 4 | 2 | 50 | 4F |
| Octal | 364 | 240 | 235 | 0 | 42 | 44 | 4 | 2 | 120 | 117 |
| Binary | 11110100 | 10100000 | 10011101 | 0 | 100010 | 100100 | 100 | 10 | 1010000 | 1001111 |
Color Harmonies of #F4A09D
Complementary color
Monochromatic Colors of #F4A09D
Black with #F4A09D
Text Example
Text Example
White with #F4A09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A09D; }
p { color: rgb(244,160,157); }
H1.HeaderClassName
{
color: #F4A09D;
}
.AnyTagClassName
{
color: #F4A09D;
}
</style>
background-color css
<style>
a { background-color: #F4A09D; }
a { background-color: rgb(244,160,157); }
div.DivClassName
{
background-color: #F4A09D;
}
.BgClassName
{
background-color: #F4A09D;
}
</style>
border-color css
<style>
span { border-color: #F4A09D; }
span { border-color: rgb(244,160,157); }
td.TdClassName
{
border-color: #F4A09D;
}
.TagClassName
{
border-color: #F4A09D;
}
</style>