Shades of Rose Bud #F2A597
Tints of Rose Bud #F2A597
RGB
CMYK
RGB Variations
Color information
#F2A597 (or 0xF2A597) is known color: Rose Bud. HEX triplet: F2, A5 and 97. RGB value is (242,165,151). Sum of RGB (Red+Green+Blue) = 242+165+151=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 165 (64.84% from 255 or 29.57% from 558); Blue value is 151 (59.38% from 255 or 27.06% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A597 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A597 is #0D5A68. Grayscale: #BABABA. Windows color (decimal): -875113 or 9938418. OLE color: 9938418.
HSL color Cylindrical-coordinate representation of color #F2A597: hue angle of 9.23º 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 #F2A597 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 165 | 151 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.05 |
| HSL | 9.23º | 0.78% | 0.77% | - |
| HSV(B) | 9.23º | 0.38% | 0.95% | - |
| XYZ | 55.66 | 48.02 | 35.61 | - |
| YUV | 186.43 | 108.01 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 165 | 151 | 0 | 0.32 | 0.38 | 0.05 | 9.23 | 0.78 | 0.77 |
| Hex | F2 | A5 | 97 | 0 | 20 | 26 | 5 | 9 | 4E | 4D |
| Octal | 362 | 245 | 227 | 0 | 40 | 46 | 5 | 11 | 116 | 115 |
| Binary | 11110010 | 10100101 | 10010111 | 0 | 100000 | 100110 | 101 | 1001 | 1001110 | 1001101 |
Color Harmonies of #F2A597
Complementary color
Monochromatic Colors of #F2A597
Black with #F2A597
Text Example
Text Example
White with #F2A597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A597; }
p { color: rgb(242,165,151); }
H1.HeaderClassName
{
color: #F2A597;
}
.AnyTagClassName
{
color: #F2A597;
}
</style>
background-color css
<style>
a { background-color: #F2A597; }
a { background-color: rgb(242,165,151); }
div.DivClassName
{
background-color: #F2A597;
}
.BgClassName
{
background-color: #F2A597;
}
</style>
border-color css
<style>
span { border-color: #F2A597; }
span { border-color: rgb(242,165,151); }
td.TdClassName
{
border-color: #F2A597;
}
.TagClassName
{
border-color: #F2A597;
}
</style>