Shades of Rose Bud #F4A892
Tints of Rose Bud #F4A892
RGB
CMYK
RGB Variations
Color information
#F4A892 (or 0xF4A892) is known color: Rose Bud. HEX triplet: F4, A8 and 92. RGB value is (244,168,146). Sum of RGB (Red+Green+Blue) = 244+168+146=558 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.73% from 558); Green value is 168 (66.02% from 255 or 30.11% from 558); Blue value is 146 (57.42% from 255 or 26.16% from 558); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A892 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A892 is #0B576D. Grayscale: #BCBCBC. Windows color (decimal): -743278 or 9611508. OLE color: 9611508.
HSL color Cylindrical-coordinate representation of color #F4A892: hue angle of 13.47º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F4A892 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 168 | 146 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.04 |
| HSL | 13.47º | 0.82% | 0.76% | - |
| HSV(B) | 13.47º | 0.4% | 0.96% | - |
| XYZ | 56.5 | 49.31 | 33.73 | - |
| YUV | 188.22 | 104.18 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 168 | 146 | 0 | 0.31 | 0.40 | 0.04 | 13.47 | 0.82 | 0.76 |
| Hex | F4 | A8 | 92 | 0 | 1F | 28 | 4 | D | 52 | 4C |
| Octal | 364 | 250 | 222 | 0 | 37 | 50 | 4 | 15 | 122 | 114 |
| Binary | 11110100 | 10101000 | 10010010 | 0 | 11111 | 101000 | 100 | 1101 | 1010010 | 1001100 |
Color Harmonies of #F4A892
Complementary color
Monochromatic Colors of #F4A892
Black with #F4A892
Text Example
Text Example
White with #F4A892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A892; }
p { color: rgb(244,168,146); }
H1.HeaderClassName
{
color: #F4A892;
}
.AnyTagClassName
{
color: #F4A892;
}
</style>
background-color css
<style>
a { background-color: #F4A892; }
a { background-color: rgb(244,168,146); }
div.DivClassName
{
background-color: #F4A892;
}
.BgClassName
{
background-color: #F4A892;
}
</style>
border-color css
<style>
span { border-color: #F4A892; }
span { border-color: rgb(244,168,146); }
td.TdClassName
{
border-color: #F4A892;
}
.TagClassName
{
border-color: #F4A892;
}
</style>