Shades of Rose Bud #F0A099
Tints of Rose Bud #F0A099
RGB
CMYK
RGB Variations
Color information
#F0A099 (or 0xF0A099) is known color: Rose Bud. HEX triplet: F0, A0 and 99. RGB value is (240,160,153). Sum of RGB (Red+Green+Blue) = 240+160+153=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 160 (62.89% from 255 or 28.93% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A099 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A099 is #0F5F66. Grayscale: #B7B7B7. Windows color (decimal): -1007463 or 10068208. OLE color: 10068208.
HSL color Cylindrical-coordinate representation of color #F0A099: hue angle of 4.83º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F0A099 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 160 | 153 | - |
| CMYK | 0 | 0.33 | 0.36 | 0.06 |
| HSL | 4.83º | 0.74% | 0.77% | - |
| HSV(B) | 4.83º | 0.36% | 0.94% | - |
| XYZ | 54.26 | 45.97 | 36.15 | - |
| YUV | 183.12 | 111 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 160 | 153 | 0 | 0.33 | 0.36 | 0.06 | 4.83 | 0.74 | 0.77 |
| Hex | F0 | A0 | 99 | 0 | 21 | 24 | 6 | 5 | 4A | 4D |
| Octal | 360 | 240 | 231 | 0 | 41 | 44 | 6 | 5 | 112 | 115 |
| Binary | 11110000 | 10100000 | 10011001 | 0 | 100001 | 100100 | 110 | 101 | 1001010 | 1001101 |
Color Harmonies of #F0A099
Complementary color
Monochromatic Colors of #F0A099
Black with #F0A099
Text Example
Text Example
White with #F0A099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A099; }
p { color: rgb(240,160,153); }
H1.HeaderClassName
{
color: #F0A099;
}
.AnyTagClassName
{
color: #F0A099;
}
</style>
background-color css
<style>
a { background-color: #F0A099; }
a { background-color: rgb(240,160,153); }
div.DivClassName
{
background-color: #F0A099;
}
.BgClassName
{
background-color: #F0A099;
}
</style>
border-color css
<style>
span { border-color: #F0A099; }
span { border-color: rgb(240,160,153); }
td.TdClassName
{
border-color: #F0A099;
}
.TagClassName
{
border-color: #F0A099;
}
</style>