Shades of Rose Bud #F4A293
Tints of Rose Bud #F4A293
RGB
CMYK
RGB Variations
Color information
#F4A293 (or 0xF4A293) is known color: Rose Bud. HEX triplet: F4, A2 and 93. RGB value is (244,162,147). Sum of RGB (Red+Green+Blue) = 244+162+147=553 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.12% from 553); Green value is 162 (63.67% from 255 or 29.29% from 553); Blue value is 147 (57.81% from 255 or 26.58% from 553); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A293 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A293 is #0B5D6C. Grayscale: #B8B8B8. Windows color (decimal): -744813 or 9675508. OLE color: 9675508.
HSL color Cylindrical-coordinate representation of color #F4A293: hue angle of 9.28º 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 #F4A293 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 162 | 147 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.04 |
| HSL | 9.28º | 0.82% | 0.77% | - |
| HSV(B) | 9.28º | 0.4% | 0.96% | - |
| XYZ | 55.5 | 47.18 | 33.79 | - |
| YUV | 184.81 | 106.67 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 162 | 147 | 0 | 0.34 | 0.40 | 0.04 | 9.28 | 0.82 | 0.77 |
| Hex | F4 | A2 | 93 | 0 | 22 | 28 | 4 | 9 | 52 | 4D |
| Octal | 364 | 242 | 223 | 0 | 42 | 50 | 4 | 11 | 122 | 115 |
| Binary | 11110100 | 10100010 | 10010011 | 0 | 100010 | 101000 | 100 | 1001 | 1010010 | 1001101 |
Color Harmonies of #F4A293
Complementary color
Monochromatic Colors of #F4A293
Black with #F4A293
Text Example
Text Example
White with #F4A293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A293; }
p { color: rgb(244,162,147); }
H1.HeaderClassName
{
color: #F4A293;
}
.AnyTagClassName
{
color: #F4A293;
}
</style>
background-color css
<style>
a { background-color: #F4A293; }
a { background-color: rgb(244,162,147); }
div.DivClassName
{
background-color: #F4A293;
}
.BgClassName
{
background-color: #F4A293;
}
</style>
border-color css
<style>
span { border-color: #F4A293; }
span { border-color: rgb(244,162,147); }
td.TdClassName
{
border-color: #F4A293;
}
.TagClassName
{
border-color: #F4A293;
}
</style>