Shades of Rose Bud #F8A19A
Tints of Rose Bud #F8A19A
RGB
CMYK
RGB Variations
Color information
#F8A19A (or 0xF8A19A) is known color: Rose Bud. HEX triplet: F8, A1 and 9A. RGB value is (248,161,154). Sum of RGB (Red+Green+Blue) = 248+161+154=563 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.05% from 563); Green value is 161 (63.28% from 255 or 28.60% from 563); Blue value is 154 (60.55% from 255 or 27.35% from 563); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A19A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A19A is #075E65. Grayscale: #BABABA. Windows color (decimal): -482918 or 10134008. OLE color: 10134008.
HSL color Cylindrical-coordinate representation of color #F8A19A: hue angle of 4.47º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F8A19A is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 161 | 154 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.03 |
| HSL | 4.47º | 0.87% | 0.79% | - |
| HSV(B) | 4.47º | 0.38% | 0.97% | - |
| XYZ | 57.29 | 47.78 | 36.77 | - |
| YUV | 186.22 | 109.82 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 161 | 154 | 0 | 0.35 | 0.38 | 0.03 | 4.47 | 0.87 | 0.79 |
| Hex | F8 | A1 | 9A | 0 | 23 | 26 | 3 | 4 | 57 | 4F |
| Octal | 370 | 241 | 232 | 0 | 43 | 46 | 3 | 4 | 127 | 117 |
| Binary | 11111000 | 10100001 | 10011010 | 0 | 100011 | 100110 | 11 | 100 | 1010111 | 1001111 |
Color Harmonies of #F8A19A
Complementary color
Monochromatic Colors of #F8A19A
Black with #F8A19A
Text Example
Text Example
White with #F8A19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A19A; }
p { color: rgb(248,161,154); }
H1.HeaderClassName
{
color: #F8A19A;
}
.AnyTagClassName
{
color: #F8A19A;
}
</style>
background-color css
<style>
a { background-color: #F8A19A; }
a { background-color: rgb(248,161,154); }
div.DivClassName
{
background-color: #F8A19A;
}
.BgClassName
{
background-color: #F8A19A;
}
</style>
border-color css
<style>
span { border-color: #F8A19A; }
span { border-color: rgb(248,161,154); }
td.TdClassName
{
border-color: #F8A19A;
}
.TagClassName
{
border-color: #F8A19A;
}
</style>