Shades of Rose Bud #F2A49A
Tints of Rose Bud #F2A49A
RGB
CMYK
RGB Variations
Color information
#F2A49A (or 0xF2A49A) is known color: Rose Bud. HEX triplet: F2, A4 and 9A. RGB value is (242,164,154). Sum of RGB (Red+Green+Blue) = 242+164+154=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 164 (64.45% from 255 or 29.29% from 560); Blue value is 154 (60.55% from 255 or 27.5% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A49A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A49A is #0D5B65. Grayscale: #BABABA. Windows color (decimal): -875366 or 10134770. OLE color: 10134770.
HSL color Cylindrical-coordinate representation of color #F2A49A: hue angle of 6.82º 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 #F2A49A is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 164 | 154 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.05 |
| HSL | 6.82º | 0.77% | 0.78% | - |
| HSV(B) | 6.82º | 0.36% | 0.95% | - |
| XYZ | 55.73 | 47.76 | 36.85 | - |
| YUV | 186.18 | 109.84 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 164 | 154 | 0 | 0.32 | 0.36 | 0.05 | 6.82 | 0.77 | 0.78 |
| Hex | F2 | A4 | 9A | 0 | 20 | 24 | 5 | 7 | 4D | 4E |
| Octal | 362 | 244 | 232 | 0 | 40 | 44 | 5 | 7 | 115 | 116 |
| Binary | 11110010 | 10100100 | 10011010 | 0 | 100000 | 100100 | 101 | 111 | 1001101 | 1001110 |
Color Harmonies of #F2A49A
Complementary color
Monochromatic Colors of #F2A49A
Black with #F2A49A
Text Example
Text Example
White with #F2A49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A49A; }
p { color: rgb(242,164,154); }
H1.HeaderClassName
{
color: #F2A49A;
}
.AnyTagClassName
{
color: #F2A49A;
}
</style>
background-color css
<style>
a { background-color: #F2A49A; }
a { background-color: rgb(242,164,154); }
div.DivClassName
{
background-color: #F2A49A;
}
.BgClassName
{
background-color: #F2A49A;
}
</style>
border-color css
<style>
span { border-color: #F2A49A; }
span { border-color: rgb(242,164,154); }
td.TdClassName
{
border-color: #F2A49A;
}
.TagClassName
{
border-color: #F2A49A;
}
</style>