Shades of Rose Bud #F2A991
Tints of Rose Bud #F2A991
RGB
CMYK
RGB Variations
Color information
#F2A991 (or 0xF2A991) is known color: Rose Bud. HEX triplet: F2, A9 and 91. RGB value is (242,169,145). Sum of RGB (Red+Green+Blue) = 242+169+145=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 169 (66.41% from 255 or 30.40% from 556); Blue value is 145 (57.03% from 255 or 26.08% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A991 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A991 is #0D566E. Grayscale: #BCBCBC. Windows color (decimal): -874095 or 9546226. OLE color: 9546226.
HSL color Cylindrical-coordinate representation of color #F2A991: hue angle of 14.85º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2A991 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 169 | 145 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.05 |
| HSL | 14.85º | 0.79% | 0.76% | - |
| HSV(B) | 14.85º | 0.4% | 0.95% | - |
| XYZ | 55.92 | 49.3 | 33.36 | - |
| YUV | 188.09 | 103.68 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 169 | 145 | 0 | 0.30 | 0.40 | 0.05 | 14.85 | 0.79 | 0.76 |
| Hex | F2 | A9 | 91 | 0 | 1E | 28 | 5 | F | 4F | 4C |
| Octal | 362 | 251 | 221 | 0 | 36 | 50 | 5 | 17 | 117 | 114 |
| Binary | 11110010 | 10101001 | 10010001 | 0 | 11110 | 101000 | 101 | 1111 | 1001111 | 1001100 |
Color Harmonies of #F2A991
Complementary color
Monochromatic Colors of #F2A991
Black with #F2A991
Text Example
Text Example
White with #F2A991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A991; }
p { color: rgb(242,169,145); }
H1.HeaderClassName
{
color: #F2A991;
}
.AnyTagClassName
{
color: #F2A991;
}
</style>
background-color css
<style>
a { background-color: #F2A991; }
a { background-color: rgb(242,169,145); }
div.DivClassName
{
background-color: #F2A991;
}
.BgClassName
{
background-color: #F2A991;
}
</style>
border-color css
<style>
span { border-color: #F2A991; }
span { border-color: rgb(242,169,145); }
td.TdClassName
{
border-color: #F2A991;
}
.TagClassName
{
border-color: #F2A991;
}
</style>