Shades of Rose Bud #F4A99A
Tints of Rose Bud #F4A99A
RGB
CMYK
RGB Variations
Color information
#F4A99A (or 0xF4A99A) is known color: Rose Bud. HEX triplet: F4, A9 and 9A. RGB value is (244,169,154). Sum of RGB (Red+Green+Blue) = 244+169+154=567 (75% of max value = 765). Red value is 244 (95.70% from 255 or 43.03% from 567); Green value is 169 (66.41% from 255 or 29.81% from 567); Blue value is 154 (60.55% from 255 or 27.16% from 567); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A99A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A99A is #0B5665. Grayscale: #BDBDBD. Windows color (decimal): -743014 or 10136052. OLE color: 10136052.
HSL color Cylindrical-coordinate representation of color #F4A99A: hue angle of 10º degrees, saturation: 0.8, 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 #F4A99A is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 169 | 154 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.04 |
| HSL | 10º | 0.8% | 0.78% | - |
| HSV(B) | 10º | 0.37% | 0.96% | - |
| XYZ | 57.33 | 49.94 | 37.19 | - |
| YUV | 189.72 | 107.85 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 169 | 154 | 0 | 0.31 | 0.37 | 0.04 | 10 | 0.8 | 0.78 |
| Hex | F4 | A9 | 9A | 0 | 1F | 25 | 4 | A | 50 | 4E |
| Octal | 364 | 251 | 232 | 0 | 37 | 45 | 4 | 12 | 120 | 116 |
| Binary | 11110100 | 10101001 | 10011010 | 0 | 11111 | 100101 | 100 | 1010 | 1010000 | 1001110 |
Color Harmonies of #F4A99A
Complementary color
Monochromatic Colors of #F4A99A
Black with #F4A99A
Text Example
Text Example
White with #F4A99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A99A; }
p { color: rgb(244,169,154); }
H1.HeaderClassName
{
color: #F4A99A;
}
.AnyTagClassName
{
color: #F4A99A;
}
</style>
background-color css
<style>
a { background-color: #F4A99A; }
a { background-color: rgb(244,169,154); }
div.DivClassName
{
background-color: #F4A99A;
}
.BgClassName
{
background-color: #F4A99A;
}
</style>
border-color css
<style>
span { border-color: #F4A99A; }
span { border-color: rgb(244,169,154); }
td.TdClassName
{
border-color: #F4A99A;
}
.TagClassName
{
border-color: #F4A99A;
}
</style>