Shades of Rose Bud #F2A995
Tints of Rose Bud #F2A995
RGB
CMYK
RGB Variations
Color information
#F2A995 (or 0xF2A995) is known color: Rose Bud. HEX triplet: F2, A9 and 95. RGB value is (242,169,149). Sum of RGB (Red+Green+Blue) = 242+169+149=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 169 (66.41% from 255 or 30.18% from 560); Blue value is 149 (58.59% from 255 or 26.61% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A995 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A995 is #0D566A. Grayscale: #BCBCBC. Windows color (decimal): -874091 or 9808370. OLE color: 9808370.
HSL color Cylindrical-coordinate representation of color #F2A995: hue angle of 12.9º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F2A995 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 169 | 149 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.05 |
| HSL | 12.9º | 0.78% | 0.77% | - |
| HSV(B) | 12.9º | 0.38% | 0.95% | - |
| XYZ | 56.23 | 49.42 | 35.01 | - |
| YUV | 188.55 | 105.68 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 169 | 149 | 0 | 0.30 | 0.38 | 0.05 | 12.9 | 0.78 | 0.77 |
| Hex | F2 | A9 | 95 | 0 | 1E | 26 | 5 | D | 4E | 4D |
| Octal | 362 | 251 | 225 | 0 | 36 | 46 | 5 | 15 | 116 | 115 |
| Binary | 11110010 | 10101001 | 10010101 | 0 | 11110 | 100110 | 101 | 1101 | 1001110 | 1001101 |
Color Harmonies of #F2A995
Complementary color
Monochromatic Colors of #F2A995
Black with #F2A995
Text Example
Text Example
White with #F2A995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A995; }
p { color: rgb(242,169,149); }
H1.HeaderClassName
{
color: #F2A995;
}
.AnyTagClassName
{
color: #F2A995;
}
</style>
background-color css
<style>
a { background-color: #F2A995; }
a { background-color: rgb(242,169,149); }
div.DivClassName
{
background-color: #F2A995;
}
.BgClassName
{
background-color: #F2A995;
}
</style>
border-color css
<style>
span { border-color: #F2A995; }
span { border-color: rgb(242,169,149); }
td.TdClassName
{
border-color: #F2A995;
}
.TagClassName
{
border-color: #F2A995;
}
</style>