Shades of Rose Bud #F4A098
Tints of Rose Bud #F4A098
RGB
CMYK
RGB Variations
Color information
#F4A098 (or 0xF4A098) is known color: Rose Bud. HEX triplet: F4, A0 and 98. RGB value is (244,160,152). Sum of RGB (Red+Green+Blue) = 244+160+152=556 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.88% from 556); Green value is 160 (62.89% from 255 or 28.78% from 556); Blue value is 152 (59.77% from 255 or 27.34% from 556); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A098 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A098 is #0B5F67. Grayscale: #B8B8B8. Windows color (decimal): -745320 or 10002676. OLE color: 10002676.
HSL color Cylindrical-coordinate representation of color #F4A098: hue angle of 5.22º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F4A098 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 160 | 152 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.04 |
| HSL | 5.22º | 0.81% | 0.78% | - |
| HSV(B) | 5.22º | 0.38% | 0.96% | - |
| XYZ | 55.55 | 46.64 | 35.78 | - |
| YUV | 184.2 | 109.83 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 160 | 152 | 0 | 0.34 | 0.38 | 0.04 | 5.22 | 0.81 | 0.78 |
| Hex | F4 | A0 | 98 | 0 | 22 | 26 | 4 | 5 | 51 | 4E |
| Octal | 364 | 240 | 230 | 0 | 42 | 46 | 4 | 5 | 121 | 116 |
| Binary | 11110100 | 10100000 | 10011000 | 0 | 100010 | 100110 | 100 | 101 | 1010001 | 1001110 |
Color Harmonies of #F4A098
Complementary color
Monochromatic Colors of #F4A098
Black with #F4A098
Text Example
Text Example
White with #F4A098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A098; }
p { color: rgb(244,160,152); }
H1.HeaderClassName
{
color: #F4A098;
}
.AnyTagClassName
{
color: #F4A098;
}
</style>
background-color css
<style>
a { background-color: #F4A098; }
a { background-color: rgb(244,160,152); }
div.DivClassName
{
background-color: #F4A098;
}
.BgClassName
{
background-color: #F4A098;
}
</style>
border-color css
<style>
span { border-color: #F4A098; }
span { border-color: rgb(244,160,152); }
td.TdClassName
{
border-color: #F4A098;
}
.TagClassName
{
border-color: #F4A098;
}
</style>