Shades of Rose Bud #F9A099
Tints of Rose Bud #F9A099
RGB
CMYK
RGB Variations
Color information
#F9A099 (or 0xF9A099) is known color: Rose Bud. HEX triplet: F9, A0 and 99. RGB value is (249,160,153). Sum of RGB (Red+Green+Blue) = 249+160+153=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 160 (62.89% from 255 or 28.47% from 562); Blue value is 153 (60.16% from 255 or 27.22% from 562); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A099 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A099 is #065F66. Grayscale: #B9B9B9. Windows color (decimal): -417639 or 10068217. OLE color: 10068217.
HSL color Cylindrical-coordinate representation of color #F9A099: hue angle of 4.38º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F9A099 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 160 | 153 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.02 |
| HSL | 4.38º | 0.89% | 0.79% | - |
| HSV(B) | 4.38º | 0.39% | 0.98% | - |
| XYZ | 57.39 | 47.58 | 36.3 | - |
| YUV | 185.81 | 109.49 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 160 | 153 | 0 | 0.36 | 0.39 | 0.02 | 4.38 | 0.89 | 0.79 |
| Hex | F9 | A0 | 99 | 0 | 24 | 27 | 2 | 4 | 59 | 4F |
| Octal | 371 | 240 | 231 | 0 | 44 | 47 | 2 | 4 | 131 | 117 |
| Binary | 11111001 | 10100000 | 10011001 | 0 | 100100 | 100111 | 10 | 100 | 1011001 | 1001111 |
Color Harmonies of #F9A099
Complementary color
Monochromatic Colors of #F9A099
Black with #F9A099
Text Example
Text Example
White with #F9A099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A099; }
p { color: rgb(249,160,153); }
H1.HeaderClassName
{
color: #F9A099;
}
.AnyTagClassName
{
color: #F9A099;
}
</style>
background-color css
<style>
a { background-color: #F9A099; }
a { background-color: rgb(249,160,153); }
div.DivClassName
{
background-color: #F9A099;
}
.BgClassName
{
background-color: #F9A099;
}
</style>
border-color css
<style>
span { border-color: #F9A099; }
span { border-color: rgb(249,160,153); }
td.TdClassName
{
border-color: #F9A099;
}
.TagClassName
{
border-color: #F9A099;
}
</style>