Shades of Rose Bud #F59E9A
Tints of Rose Bud #F59E9A
RGB
CMYK
RGB Variations
Color information
#F59E9A (or 0xF59E9A) is known color: Rose Bud. HEX triplet: F5, 9E and 9A. RGB value is (245,158,154). Sum of RGB (Red+Green+Blue) = 245+158+154=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 158 (62.11% from 255 or 28.37% from 557); Blue value is 154 (60.55% from 255 or 27.65% from 557); Max value from RGB is 245 - color contains mainly: red. Hex color #F59E9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59E9A is #0A6165. Grayscale: #B7B7B7. Windows color (decimal): -680294 or 10133237. OLE color: 10133237.
HSL color Cylindrical-coordinate representation of color #F59E9A: hue angle of 2.64º 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 #F59E9A is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 158 | 154 | - |
| CMYK | 0 | 0.36 | 0.37 | 0.04 |
| HSL | 2.64º | 0.82% | 0.78% | - |
| HSV(B) | 2.64º | 0.37% | 0.96% | - |
| XYZ | 55.72 | 46.2 | 36.55 | - |
| YUV | 183.56 | 111.32 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 158 | 154 | 0 | 0.36 | 0.37 | 0.04 | 2.64 | 0.82 | 0.78 |
| Hex | F5 | 9E | 9A | 0 | 24 | 25 | 4 | 3 | 52 | 4E |
| Octal | 365 | 236 | 232 | 0 | 44 | 45 | 4 | 3 | 122 | 116 |
| Binary | 11110101 | 10011110 | 10011010 | 0 | 100100 | 100101 | 100 | 11 | 1010010 | 1001110 |
Color Harmonies of #F59E9A
Complementary color
Monochromatic Colors of #F59E9A
Black with #F59E9A
Text Example
Text Example
White with #F59E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59E9A; }
p { color: rgb(245,158,154); }
H1.HeaderClassName
{
color: #F59E9A;
}
.AnyTagClassName
{
color: #F59E9A;
}
</style>
background-color css
<style>
a { background-color: #F59E9A; }
a { background-color: rgb(245,158,154); }
div.DivClassName
{
background-color: #F59E9A;
}
.BgClassName
{
background-color: #F59E9A;
}
</style>
border-color css
<style>
span { border-color: #F59E9A; }
span { border-color: rgb(245,158,154); }
td.TdClassName
{
border-color: #F59E9A;
}
.TagClassName
{
border-color: #F59E9A;
}
</style>