Shades of Rose Bud #F4A099
Tints of Rose Bud #F4A099
RGB
CMYK
RGB Variations
Color information
#F4A099 (or 0xF4A099) is known color: Rose Bud. HEX triplet: F4, A0 and 99. RGB value is (244,160,153). Sum of RGB (Red+Green+Blue) = 244+160+153=557 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.81% from 557); Green value is 160 (62.89% from 255 or 28.73% from 557); Blue value is 153 (60.16% from 255 or 27.47% from 557); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A099 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A099 is #0B5F66. Grayscale: #B8B8B8. Windows color (decimal): -745319 or 10068212. OLE color: 10068212.
HSL color Cylindrical-coordinate representation of color #F4A099: hue angle of 4.62º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F4A099 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 160 | 153 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.04 |
| HSL | 4.62º | 0.81% | 0.78% | - |
| HSV(B) | 4.62º | 0.37% | 0.96% | - |
| XYZ | 55.63 | 46.67 | 36.21 | - |
| YUV | 184.32 | 110.33 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 160 | 153 | 0 | 0.34 | 0.37 | 0.04 | 4.62 | 0.81 | 0.78 |
| Hex | F4 | A0 | 99 | 0 | 22 | 25 | 4 | 5 | 51 | 4E |
| Octal | 364 | 240 | 231 | 0 | 42 | 45 | 4 | 5 | 121 | 116 |
| Binary | 11110100 | 10100000 | 10011001 | 0 | 100010 | 100101 | 100 | 101 | 1010001 | 1001110 |
Color Harmonies of #F4A099
Complementary color
Monochromatic Colors of #F4A099
Black with #F4A099
Text Example
Text Example
White with #F4A099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A099; }
p { color: rgb(244,160,153); }
H1.HeaderClassName
{
color: #F4A099;
}
.AnyTagClassName
{
color: #F4A099;
}
</style>
background-color css
<style>
a { background-color: #F4A099; }
a { background-color: rgb(244,160,153); }
div.DivClassName
{
background-color: #F4A099;
}
.BgClassName
{
background-color: #F4A099;
}
</style>
border-color css
<style>
span { border-color: #F4A099; }
span { border-color: rgb(244,160,153); }
td.TdClassName
{
border-color: #F4A099;
}
.TagClassName
{
border-color: #F4A099;
}
</style>