Shades of Rose Bud #F0A69A
Tints of Rose Bud #F0A69A
RGB
CMYK
RGB Variations
Color information
#F0A69A (or 0xF0A69A) is known color: Rose Bud. HEX triplet: F0, A6 and 9A. RGB value is (240,166,154). Sum of RGB (Red+Green+Blue) = 240+166+154=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 166 (65.23% from 255 or 29.64% from 560); Blue value is 154 (60.55% from 255 or 27.5% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A69A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A69A is #0F5965. Grayscale: #BABABA. Windows color (decimal): -1005926 or 10135280. OLE color: 10135280.
HSL color Cylindrical-coordinate representation of color #F0A69A: hue angle of 8.37º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F0A69A is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 166 | 154 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.06 |
| HSL | 8.37º | 0.74% | 0.77% | - |
| HSV(B) | 8.37º | 0.36% | 0.94% | - |
| XYZ | 55.4 | 48.13 | 36.94 | - |
| YUV | 186.76 | 109.52 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 166 | 154 | 0 | 0.31 | 0.36 | 0.06 | 8.37 | 0.74 | 0.77 |
| Hex | F0 | A6 | 9A | 0 | 1F | 24 | 6 | 8 | 4A | 4D |
| Octal | 360 | 246 | 232 | 0 | 37 | 44 | 6 | 10 | 112 | 115 |
| Binary | 11110000 | 10100110 | 10011010 | 0 | 11111 | 100100 | 110 | 1000 | 1001010 | 1001101 |
Color Harmonies of #F0A69A
Complementary color
Monochromatic Colors of #F0A69A
Black with #F0A69A
Text Example
Text Example
White with #F0A69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A69A; }
p { color: rgb(240,166,154); }
H1.HeaderClassName
{
color: #F0A69A;
}
.AnyTagClassName
{
color: #F0A69A;
}
</style>
background-color css
<style>
a { background-color: #F0A69A; }
a { background-color: rgb(240,166,154); }
div.DivClassName
{
background-color: #F0A69A;
}
.BgClassName
{
background-color: #F0A69A;
}
</style>
border-color css
<style>
span { border-color: #F0A69A; }
span { border-color: rgb(240,166,154); }
td.TdClassName
{
border-color: #F0A69A;
}
.TagClassName
{
border-color: #F0A69A;
}
</style>