Shades of Rose Bud #F89F9C
Tints of Rose Bud #F89F9C
RGB
CMYK
RGB Variations
Color information
#F89F9C (or 0xF89F9C) is known color: Rose Bud. HEX triplet: F8, 9F and 9C. RGB value is (248,159,156). Sum of RGB (Red+Green+Blue) = 248+159+156=563 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.05% from 563); Green value is 159 (62.5% from 255 or 28.24% from 563); Blue value is 156 (61.33% from 255 or 27.71% from 563); Max value from RGB is 248 - color contains mainly: red. Hex color #F89F9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89F9C is #076063. Grayscale: #B9B9B9. Windows color (decimal): -483428 or 10264568. OLE color: 10264568.
HSL color Cylindrical-coordinate representation of color #F89F9C: hue angle of 1.96º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F89F9C is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 159 | 156 | - |
| CMYK | 0 | 0.36 | 0.37 | 0.03 |
| HSL | 1.96º | 0.87% | 0.79% | - |
| HSV(B) | 1.96º | 0.37% | 0.97% | - |
| XYZ | 57.11 | 47.15 | 37.54 | - |
| YUV | 185.27 | 111.49 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 159 | 156 | 0 | 0.36 | 0.37 | 0.03 | 1.96 | 0.87 | 0.79 |
| Hex | F8 | 9F | 9C | 0 | 24 | 25 | 3 | 2 | 57 | 4F |
| Octal | 370 | 237 | 234 | 0 | 44 | 45 | 3 | 2 | 127 | 117 |
| Binary | 11111000 | 10011111 | 10011100 | 0 | 100100 | 100101 | 11 | 10 | 1010111 | 1001111 |
Color Harmonies of #F89F9C
Complementary color
Monochromatic Colors of #F89F9C
Black with #F89F9C
Text Example
Text Example
White with #F89F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89F9C; }
p { color: rgb(248,159,156); }
H1.HeaderClassName
{
color: #F89F9C;
}
.AnyTagClassName
{
color: #F89F9C;
}
</style>
background-color css
<style>
a { background-color: #F89F9C; }
a { background-color: rgb(248,159,156); }
div.DivClassName
{
background-color: #F89F9C;
}
.BgClassName
{
background-color: #F89F9C;
}
</style>
border-color css
<style>
span { border-color: #F89F9C; }
span { border-color: rgb(248,159,156); }
td.TdClassName
{
border-color: #F89F9C;
}
.TagClassName
{
border-color: #F89F9C;
}
</style>