Shades of Rose Bud #F5A98F
Tints of Rose Bud #F5A98F
RGB
CMYK
RGB Variations
Color information
#F5A98F (or 0xF5A98F) is known color: Rose Bud. HEX triplet: F5, A9 and 8F. RGB value is (245,169,143). Sum of RGB (Red+Green+Blue) = 245+169+143=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 169 (66.41% from 255 or 30.34% from 557); Blue value is 143 (56.25% from 255 or 25.67% from 557); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A98F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A98F is #0A5670. Grayscale: #BCBCBC. Windows color (decimal): -677489 or 9415157. OLE color: 9415157.
HSL color Cylindrical-coordinate representation of color #F5A98F: hue angle of 15.29º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F5A98F is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 169 | 143 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.04 |
| HSL | 15.29º | 0.84% | 0.76% | - |
| HSV(B) | 15.29º | 0.42% | 0.96% | - |
| XYZ | 56.8 | 49.77 | 32.6 | - |
| YUV | 188.76 | 102.18 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 169 | 143 | 0 | 0.31 | 0.42 | 0.04 | 15.29 | 0.84 | 0.76 |
| Hex | F5 | A9 | 8F | 0 | 1F | 2A | 4 | F | 54 | 4C |
| Octal | 365 | 251 | 217 | 0 | 37 | 52 | 4 | 17 | 124 | 114 |
| Binary | 11110101 | 10101001 | 10001111 | 0 | 11111 | 101010 | 100 | 1111 | 1010100 | 1001100 |
Color Harmonies of #F5A98F
Complementary color
Monochromatic Colors of #F5A98F
Black with #F5A98F
Text Example
Text Example
White with #F5A98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A98F; }
p { color: rgb(245,169,143); }
H1.HeaderClassName
{
color: #F5A98F;
}
.AnyTagClassName
{
color: #F5A98F;
}
</style>
background-color css
<style>
a { background-color: #F5A98F; }
a { background-color: rgb(245,169,143); }
div.DivClassName
{
background-color: #F5A98F;
}
.BgClassName
{
background-color: #F5A98F;
}
</style>
border-color css
<style>
span { border-color: #F5A98F; }
span { border-color: rgb(245,169,143); }
td.TdClassName
{
border-color: #F5A98F;
}
.TagClassName
{
border-color: #F5A98F;
}
</style>