Shades of Rose Bud #F2A09A
Tints of Rose Bud #F2A09A
RGB
CMYK
RGB Variations
Color information
#F2A09A (or 0xF2A09A) is known color: Rose Bud. HEX triplet: F2, A0 and 9A. RGB value is (242,160,154). Sum of RGB (Red+Green+Blue) = 242+160+154=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 160 (62.89% from 255 or 28.78% from 556); Blue value is 154 (60.55% from 255 or 27.70% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A09A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A09A is #0D5F65. Grayscale: #B7B7B7. Windows color (decimal): -876390 or 10133746. OLE color: 10133746.
HSL color Cylindrical-coordinate representation of color #F2A09A: hue angle of 4.09º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F2A09A is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 160 | 154 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.05 |
| HSL | 4.09º | 0.77% | 0.78% | - |
| HSV(B) | 4.09º | 0.36% | 0.95% | - |
| XYZ | 55.02 | 46.35 | 36.62 | - |
| YUV | 183.83 | 111.17 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 160 | 154 | 0 | 0.34 | 0.36 | 0.05 | 4.09 | 0.77 | 0.78 |
| Hex | F2 | A0 | 9A | 0 | 22 | 24 | 5 | 4 | 4D | 4E |
| Octal | 362 | 240 | 232 | 0 | 42 | 44 | 5 | 4 | 115 | 116 |
| Binary | 11110010 | 10100000 | 10011010 | 0 | 100010 | 100100 | 101 | 100 | 1001101 | 1001110 |
Color Harmonies of #F2A09A
Complementary color
Monochromatic Colors of #F2A09A
Black with #F2A09A
Text Example
Text Example
White with #F2A09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A09A; }
p { color: rgb(242,160,154); }
H1.HeaderClassName
{
color: #F2A09A;
}
.AnyTagClassName
{
color: #F2A09A;
}
</style>
background-color css
<style>
a { background-color: #F2A09A; }
a { background-color: rgb(242,160,154); }
div.DivClassName
{
background-color: #F2A09A;
}
.BgClassName
{
background-color: #F2A09A;
}
</style>
border-color css
<style>
span { border-color: #F2A09A; }
span { border-color: rgb(242,160,154); }
td.TdClassName
{
border-color: #F2A09A;
}
.TagClassName
{
border-color: #F2A09A;
}
</style>