Shades of Rose Bud #F2A891
Tints of Rose Bud #F2A891
RGB
CMYK
RGB Variations
Color information
#F2A891 (or 0xF2A891) is known color: Rose Bud. HEX triplet: F2, A8 and 91. RGB value is (242,168,145). Sum of RGB (Red+Green+Blue) = 242+168+145=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 145 (57.03% from 255 or 26.13% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A891 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A891 is #0D576E. Grayscale: #BBBBBB. Windows color (decimal): -874351 or 9545970. OLE color: 9545970.
HSL color Cylindrical-coordinate representation of color #F2A891: hue angle of 14.23º 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 #F2A891 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 168 | 145 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.05 |
| HSL | 14.23º | 0.79% | 0.76% | - |
| HSV(B) | 14.23º | 0.4% | 0.95% | - |
| XYZ | 55.73 | 48.93 | 33.29 | - |
| YUV | 187.5 | 104.02 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 168 | 145 | 0 | 0.31 | 0.40 | 0.05 | 14.23 | 0.79 | 0.76 |
| Hex | F2 | A8 | 91 | 0 | 1F | 28 | 5 | E | 4F | 4C |
| Octal | 362 | 250 | 221 | 0 | 37 | 50 | 5 | 16 | 117 | 114 |
| Binary | 11110010 | 10101000 | 10010001 | 0 | 11111 | 101000 | 101 | 1110 | 1001111 | 1001100 |
Color Harmonies of #F2A891
Complementary color
Monochromatic Colors of #F2A891
Black with #F2A891
Text Example
Text Example
White with #F2A891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A891; }
p { color: rgb(242,168,145); }
H1.HeaderClassName
{
color: #F2A891;
}
.AnyTagClassName
{
color: #F2A891;
}
</style>
background-color css
<style>
a { background-color: #F2A891; }
a { background-color: rgb(242,168,145); }
div.DivClassName
{
background-color: #F2A891;
}
.BgClassName
{
background-color: #F2A891;
}
</style>
border-color css
<style>
span { border-color: #F2A891; }
span { border-color: rgb(242,168,145); }
td.TdClassName
{
border-color: #F2A891;
}
.TagClassName
{
border-color: #F2A891;
}
</style>