Shades of Rose Bud #F89D9A
Tints of Rose Bud #F89D9A
RGB
CMYK
RGB Variations
Color information
#F89D9A (or 0xF89D9A) is known color: Rose Bud. HEX triplet: F8, 9D and 9A. RGB value is (248,157,154). Sum of RGB (Red+Green+Blue) = 248+157+154=559 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.36% from 559); Green value is 157 (61.72% from 255 or 28.09% from 559); Blue value is 154 (60.55% from 255 or 27.55% from 559); Max value from RGB is 248 - color contains mainly: red. Hex color #F89D9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89D9A is #076265. Grayscale: #B7B7B7. Windows color (decimal): -483942 or 10132984. OLE color: 10132984.
HSL color Cylindrical-coordinate representation of color #F89D9A: hue angle of 1.91º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F89D9A is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 157 | 154 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.03 |
| HSL | 1.91º | 0.87% | 0.79% | - |
| HSV(B) | 1.91º | 0.38% | 0.97% | - |
| XYZ | 56.6 | 46.4 | 36.55 | - |
| YUV | 183.87 | 111.15 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 157 | 154 | 0 | 0.37 | 0.38 | 0.03 | 1.91 | 0.87 | 0.79 |
| Hex | F8 | 9D | 9A | 0 | 25 | 26 | 3 | 2 | 57 | 4F |
| Octal | 370 | 235 | 232 | 0 | 45 | 46 | 3 | 2 | 127 | 117 |
| Binary | 11111000 | 10011101 | 10011010 | 0 | 100101 | 100110 | 11 | 10 | 1010111 | 1001111 |
Color Harmonies of #F89D9A
Complementary color
Monochromatic Colors of #F89D9A
Black with #F89D9A
Text Example
Text Example
White with #F89D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89D9A; }
p { color: rgb(248,157,154); }
H1.HeaderClassName
{
color: #F89D9A;
}
.AnyTagClassName
{
color: #F89D9A;
}
</style>
background-color css
<style>
a { background-color: #F89D9A; }
a { background-color: rgb(248,157,154); }
div.DivClassName
{
background-color: #F89D9A;
}
.BgClassName
{
background-color: #F89D9A;
}
</style>
border-color css
<style>
span { border-color: #F89D9A; }
span { border-color: rgb(248,157,154); }
td.TdClassName
{
border-color: #F89D9A;
}
.TagClassName
{
border-color: #F89D9A;
}
</style>