Shades of Rose Bud #F4A490
Tints of Rose Bud #F4A490
RGB
CMYK
RGB Variations
Color information
#F4A490 (or 0xF4A490) is known color: Rose Bud. HEX triplet: F4, A4 and 90. RGB value is (244,164,144). Sum of RGB (Red+Green+Blue) = 244+164+144=552 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.20% from 552); Green value is 164 (64.45% from 255 or 29.71% from 552); Blue value is 144 (56.64% from 255 or 26.09% from 552); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A490 is #0B5B6F. Grayscale: #B9B9B9. Windows color (decimal): -744304 or 9479412. OLE color: 9479412.
HSL color Cylindrical-coordinate representation of color #F4A490: hue angle of 12º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F4A490 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 164 | 144 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.04 |
| HSL | 12º | 0.82% | 0.76% | - |
| HSV(B) | 12º | 0.41% | 0.96% | - |
| XYZ | 55.62 | 47.8 | 32.68 | - |
| YUV | 185.64 | 104.5 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 164 | 144 | 0 | 0.33 | 0.41 | 0.04 | 12 | 0.82 | 0.76 |
| Hex | F4 | A4 | 90 | 0 | 21 | 29 | 4 | C | 52 | 4C |
| Octal | 364 | 244 | 220 | 0 | 41 | 51 | 4 | 14 | 122 | 114 |
| Binary | 11110100 | 10100100 | 10010000 | 0 | 100001 | 101001 | 100 | 1100 | 1010010 | 1001100 |
Color Harmonies of #F4A490
Complementary color
Monochromatic Colors of #F4A490
Black with #F4A490
Text Example
Text Example
White with #F4A490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A490; }
p { color: rgb(244,164,144); }
H1.HeaderClassName
{
color: #F4A490;
}
.AnyTagClassName
{
color: #F4A490;
}
</style>
background-color css
<style>
a { background-color: #F4A490; }
a { background-color: rgb(244,164,144); }
div.DivClassName
{
background-color: #F4A490;
}
.BgClassName
{
background-color: #F4A490;
}
</style>
border-color css
<style>
span { border-color: #F4A490; }
span { border-color: rgb(244,164,144); }
td.TdClassName
{
border-color: #F4A490;
}
.TagClassName
{
border-color: #F4A490;
}
</style>