Shades of Rose Bud #F4A393
Tints of Rose Bud #F4A393
RGB
CMYK
RGB Variations
Color information
#F4A393 (or 0xF4A393) is known color: Rose Bud. HEX triplet: F4, A3 and 93. RGB value is (244,163,147). Sum of RGB (Red+Green+Blue) = 244+163+147=554 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.04% from 554); Green value is 163 (64.06% from 255 or 29.42% from 554); Blue value is 147 (57.81% from 255 or 26.53% from 554); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A393 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A393 is #0B5C6C. Grayscale: #B9B9B9. Windows color (decimal): -744557 or 9675764. OLE color: 9675764.
HSL color Cylindrical-coordinate representation of color #F4A393: hue angle of 9.9º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F4A393 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 163 | 147 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.04 |
| HSL | 9.9º | 0.82% | 0.77% | - |
| HSV(B) | 9.9º | 0.4% | 0.96% | - |
| XYZ | 55.67 | 47.53 | 33.84 | - |
| YUV | 185.4 | 106.34 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 163 | 147 | 0 | 0.33 | 0.40 | 0.04 | 9.9 | 0.82 | 0.77 |
| Hex | F4 | A3 | 93 | 0 | 21 | 28 | 4 | A | 52 | 4D |
| Octal | 364 | 243 | 223 | 0 | 41 | 50 | 4 | 12 | 122 | 115 |
| Binary | 11110100 | 10100011 | 10010011 | 0 | 100001 | 101000 | 100 | 1010 | 1010010 | 1001101 |
Color Harmonies of #F4A393
Complementary color
Monochromatic Colors of #F4A393
Black with #F4A393
Text Example
Text Example
White with #F4A393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A393; }
p { color: rgb(244,163,147); }
H1.HeaderClassName
{
color: #F4A393;
}
.AnyTagClassName
{
color: #F4A393;
}
</style>
background-color css
<style>
a { background-color: #F4A393; }
a { background-color: rgb(244,163,147); }
div.DivClassName
{
background-color: #F4A393;
}
.BgClassName
{
background-color: #F4A393;
}
</style>
border-color css
<style>
span { border-color: #F4A393; }
span { border-color: rgb(244,163,147); }
td.TdClassName
{
border-color: #F4A393;
}
.TagClassName
{
border-color: #F4A393;
}
</style>