Shades of Rose Bud #F2A59A
Tints of Rose Bud #F2A59A
RGB
CMYK
RGB Variations
Color information
#F2A59A (or 0xF2A59A) is known color: Rose Bud. HEX triplet: F2, A5 and 9A. RGB value is (242,165,154). Sum of RGB (Red+Green+Blue) = 242+165+154=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 165 (64.84% from 255 or 29.41% from 561); Blue value is 154 (60.55% from 255 or 27.45% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A59A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A59A is #0D5A65. Grayscale: #BABABA. Windows color (decimal): -875110 or 10135026. OLE color: 10135026.
HSL color Cylindrical-coordinate representation of color #F2A59A: hue angle of 7.5º 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 #F2A59A is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 165 | 154 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.05 |
| HSL | 7.5º | 0.77% | 0.78% | - |
| HSV(B) | 7.5º | 0.36% | 0.95% | - |
| XYZ | 55.91 | 48.12 | 36.91 | - |
| YUV | 186.77 | 109.51 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 165 | 154 | 0 | 0.32 | 0.36 | 0.05 | 7.5 | 0.77 | 0.78 |
| Hex | F2 | A5 | 9A | 0 | 20 | 24 | 5 | 8 | 4D | 4E |
| Octal | 362 | 245 | 232 | 0 | 40 | 44 | 5 | 10 | 115 | 116 |
| Binary | 11110010 | 10100101 | 10011010 | 0 | 100000 | 100100 | 101 | 1000 | 1001101 | 1001110 |
Color Harmonies of #F2A59A
Complementary color
Monochromatic Colors of #F2A59A
Black with #F2A59A
Text Example
Text Example
White with #F2A59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A59A; }
p { color: rgb(242,165,154); }
H1.HeaderClassName
{
color: #F2A59A;
}
.AnyTagClassName
{
color: #F2A59A;
}
</style>
background-color css
<style>
a { background-color: #F2A59A; }
a { background-color: rgb(242,165,154); }
div.DivClassName
{
background-color: #F2A59A;
}
.BgClassName
{
background-color: #F2A59A;
}
</style>
border-color css
<style>
span { border-color: #F2A59A; }
span { border-color: rgb(242,165,154); }
td.TdClassName
{
border-color: #F2A59A;
}
.TagClassName
{
border-color: #F2A59A;
}
</style>