Shades of Rose Bud #F4A192
Tints of Rose Bud #F4A192
RGB
CMYK
RGB Variations
Color information
#F4A192 (or 0xF4A192) is known color: Rose Bud. HEX triplet: F4, A1 and 92. RGB value is (244,161,146). Sum of RGB (Red+Green+Blue) = 244+161+146=551 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.28% from 551); Green value is 161 (63.28% from 255 or 29.22% from 551); Blue value is 146 (57.42% from 255 or 26.50% from 551); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A192 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A192 is #0B5E6D. Grayscale: #B8B8B8. Windows color (decimal): -745070 or 9609716. OLE color: 9609716.
HSL color Cylindrical-coordinate representation of color #F4A192: hue angle of 9.18º 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 #F4A192 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 161 | 146 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.04 |
| HSL | 9.18º | 0.82% | 0.76% | - |
| HSV(B) | 9.18º | 0.4% | 0.96% | - |
| XYZ | 55.24 | 46.8 | 33.32 | - |
| YUV | 184.11 | 106.5 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 161 | 146 | 0 | 0.34 | 0.40 | 0.04 | 9.18 | 0.82 | 0.76 |
| Hex | F4 | A1 | 92 | 0 | 22 | 28 | 4 | 9 | 52 | 4C |
| Octal | 364 | 241 | 222 | 0 | 42 | 50 | 4 | 11 | 122 | 114 |
| Binary | 11110100 | 10100001 | 10010010 | 0 | 100010 | 101000 | 100 | 1001 | 1010010 | 1001100 |
Color Harmonies of #F4A192
Complementary color
Monochromatic Colors of #F4A192
Black with #F4A192
Text Example
Text Example
White with #F4A192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A192; }
p { color: rgb(244,161,146); }
H1.HeaderClassName
{
color: #F4A192;
}
.AnyTagClassName
{
color: #F4A192;
}
</style>
background-color css
<style>
a { background-color: #F4A192; }
a { background-color: rgb(244,161,146); }
div.DivClassName
{
background-color: #F4A192;
}
.BgClassName
{
background-color: #F4A192;
}
</style>
border-color css
<style>
span { border-color: #F4A192; }
span { border-color: rgb(244,161,146); }
td.TdClassName
{
border-color: #F4A192;
}
.TagClassName
{
border-color: #F4A192;
}
</style>