Shades of Rose Bud #F59F9A
Tints of Rose Bud #F59F9A
RGB
CMYK
RGB Variations
Color information
#F59F9A (or 0xF59F9A) is known color: Rose Bud. HEX triplet: F5, 9F and 9A. RGB value is (245,159,154). Sum of RGB (Red+Green+Blue) = 245+159+154=558 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.91% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 154 (60.55% from 255 or 27.60% from 558); Max value from RGB is 245 - color contains mainly: red. Hex color #F59F9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59F9A is #0A6065. Grayscale: #B8B8B8. Windows color (decimal): -680038 or 10133493. OLE color: 10133493.
HSL color Cylindrical-coordinate representation of color #F59F9A: hue angle of 3.3º degrees, saturation: 0.82, 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 #F59F9A is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 159 | 154 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.04 |
| HSL | 3.3º | 0.82% | 0.78% | - |
| HSV(B) | 3.3º | 0.37% | 0.96% | - |
| XYZ | 55.89 | 46.54 | 36.61 | - |
| YUV | 184.14 | 110.99 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 159 | 154 | 0 | 0.35 | 0.37 | 0.04 | 3.3 | 0.82 | 0.78 |
| Hex | F5 | 9F | 9A | 0 | 23 | 25 | 4 | 3 | 52 | 4E |
| Octal | 365 | 237 | 232 | 0 | 43 | 45 | 4 | 3 | 122 | 116 |
| Binary | 11110101 | 10011111 | 10011010 | 0 | 100011 | 100101 | 100 | 11 | 1010010 | 1001110 |
Color Harmonies of #F59F9A
Complementary color
Monochromatic Colors of #F59F9A
Black with #F59F9A
Text Example
Text Example
White with #F59F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59F9A; }
p { color: rgb(245,159,154); }
H1.HeaderClassName
{
color: #F59F9A;
}
.AnyTagClassName
{
color: #F59F9A;
}
</style>
background-color css
<style>
a { background-color: #F59F9A; }
a { background-color: rgb(245,159,154); }
div.DivClassName
{
background-color: #F59F9A;
}
.BgClassName
{
background-color: #F59F9A;
}
</style>
border-color css
<style>
span { border-color: #F59F9A; }
span { border-color: rgb(245,159,154); }
td.TdClassName
{
border-color: #F59F9A;
}
.TagClassName
{
border-color: #F59F9A;
}
</style>