Shades of Rose Bud #F2A094
Tints of Rose Bud #F2A094
RGB
CMYK
RGB Variations
Color information
#F2A094 (or 0xF2A094) is known color: Rose Bud. HEX triplet: F2, A0 and 94. RGB value is (242,160,148). Sum of RGB (Red+Green+Blue) = 242+160+148=550 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44% from 550); Green value is 160 (62.89% from 255 or 29.09% from 550); Blue value is 148 (58.20% from 255 or 26.91% from 550); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A094 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A094 is #0D5F6B. Grayscale: #B7B7B7. Windows color (decimal): -876396 or 9740530. OLE color: 9740530.
HSL color Cylindrical-coordinate representation of color #F2A094: hue angle of 7.66º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F2A094 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 160 | 148 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.05 |
| HSL | 7.66º | 0.78% | 0.76% | - |
| HSV(B) | 7.66º | 0.39% | 0.95% | - |
| XYZ | 54.53 | 46.16 | 34.05 | - |
| YUV | 183.15 | 108.17 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 160 | 148 | 0 | 0.34 | 0.39 | 0.05 | 7.66 | 0.78 | 0.76 |
| Hex | F2 | A0 | 94 | 0 | 22 | 27 | 5 | 8 | 4E | 4C |
| Octal | 362 | 240 | 224 | 0 | 42 | 47 | 5 | 10 | 116 | 114 |
| Binary | 11110010 | 10100000 | 10010100 | 0 | 100010 | 100111 | 101 | 1000 | 1001110 | 1001100 |
Color Harmonies of #F2A094
Complementary color
Monochromatic Colors of #F2A094
Black with #F2A094
Text Example
Text Example
White with #F2A094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A094; }
p { color: rgb(242,160,148); }
H1.HeaderClassName
{
color: #F2A094;
}
.AnyTagClassName
{
color: #F2A094;
}
</style>
background-color css
<style>
a { background-color: #F2A094; }
a { background-color: rgb(242,160,148); }
div.DivClassName
{
background-color: #F2A094;
}
.BgClassName
{
background-color: #F2A094;
}
</style>
border-color css
<style>
span { border-color: #F2A094; }
span { border-color: rgb(242,160,148); }
td.TdClassName
{
border-color: #F2A094;
}
.TagClassName
{
border-color: #F2A094;
}
</style>