Shades of Rose Bud #F5A69F
Tints of Rose Bud #F5A69F
RGB
CMYK
RGB Variations
Color information
#F5A69F (or 0xF5A69F) is known color: Rose Bud. HEX triplet: F5, A6 and 9F. RGB value is (245,166,159). Sum of RGB (Red+Green+Blue) = 245+166+159=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 166 (65.23% from 255 or 29.12% from 570); Blue value is 159 (62.5% from 255 or 27.89% from 570); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A69F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A69F is #0A5960. Grayscale: #BCBCBC. Windows color (decimal): -678241 or 10462965. OLE color: 10462965.
HSL color Cylindrical-coordinate representation of color #F5A69F: hue angle of 4.88º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F5A69F is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 166 | 159 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.04 |
| HSL | 4.88º | 0.81% | 0.79% | - |
| HSV(B) | 4.88º | 0.35% | 0.96% | - |
| XYZ | 57.55 | 49.19 | 39.26 | - |
| YUV | 188.82 | 111.17 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 166 | 159 | 0 | 0.32 | 0.35 | 0.04 | 4.88 | 0.81 | 0.79 |
| Hex | F5 | A6 | 9F | 0 | 20 | 23 | 4 | 5 | 51 | 4F |
| Octal | 365 | 246 | 237 | 0 | 40 | 43 | 4 | 5 | 121 | 117 |
| Binary | 11110101 | 10100110 | 10011111 | 0 | 100000 | 100011 | 100 | 101 | 1010001 | 1001111 |
Color Harmonies of #F5A69F
Complementary color
Monochromatic Colors of #F5A69F
Black with #F5A69F
Text Example
Text Example
White with #F5A69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A69F; }
p { color: rgb(245,166,159); }
H1.HeaderClassName
{
color: #F5A69F;
}
.AnyTagClassName
{
color: #F5A69F;
}
</style>
background-color css
<style>
a { background-color: #F5A69F; }
a { background-color: rgb(245,166,159); }
div.DivClassName
{
background-color: #F5A69F;
}
.BgClassName
{
background-color: #F5A69F;
}
</style>
border-color css
<style>
span { border-color: #F5A69F; }
span { border-color: rgb(245,166,159); }
td.TdClassName
{
border-color: #F5A69F;
}
.TagClassName
{
border-color: #F5A69F;
}
</style>