Shades of Rose Bud #F2A992
Tints of Rose Bud #F2A992
RGB
CMYK
RGB Variations
Color information
#F2A992 (or 0xF2A992) is known color: Rose Bud. HEX triplet: F2, A9 and 92. RGB value is (242,169,146). Sum of RGB (Red+Green+Blue) = 242+169+146=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 169 (66.41% from 255 or 30.34% from 557); Blue value is 146 (57.42% from 255 or 26.21% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A992 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A992 is #0D566D. Grayscale: #BCBCBC. Windows color (decimal): -874094 or 9611762. OLE color: 9611762.
HSL color Cylindrical-coordinate representation of color #F2A992: hue angle of 14.38º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2A992 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 169 | 146 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.05 |
| HSL | 14.38º | 0.79% | 0.76% | - |
| HSV(B) | 14.38º | 0.4% | 0.95% | - |
| XYZ | 55.99 | 49.33 | 33.76 | - |
| YUV | 188.21 | 104.18 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 169 | 146 | 0 | 0.30 | 0.40 | 0.05 | 14.38 | 0.79 | 0.76 |
| Hex | F2 | A9 | 92 | 0 | 1E | 28 | 5 | E | 4F | 4C |
| Octal | 362 | 251 | 222 | 0 | 36 | 50 | 5 | 16 | 117 | 114 |
| Binary | 11110010 | 10101001 | 10010010 | 0 | 11110 | 101000 | 101 | 1110 | 1001111 | 1001100 |
Color Harmonies of #F2A992
Complementary color
Monochromatic Colors of #F2A992
Black with #F2A992
Text Example
Text Example
White with #F2A992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A992; }
p { color: rgb(242,169,146); }
H1.HeaderClassName
{
color: #F2A992;
}
.AnyTagClassName
{
color: #F2A992;
}
</style>
background-color css
<style>
a { background-color: #F2A992; }
a { background-color: rgb(242,169,146); }
div.DivClassName
{
background-color: #F2A992;
}
.BgClassName
{
background-color: #F2A992;
}
</style>
border-color css
<style>
span { border-color: #F2A992; }
span { border-color: rgb(242,169,146); }
td.TdClassName
{
border-color: #F2A992;
}
.TagClassName
{
border-color: #F2A992;
}
</style>