Shades of Rose Bud #F2A399
Tints of Rose Bud #F2A399
RGB
CMYK
RGB Variations
Color information
#F2A399 (or 0xF2A399) is known color: Rose Bud. HEX triplet: F2, A3 and 99. RGB value is (242,163,153). Sum of RGB (Red+Green+Blue) = 242+163+153=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 163 (64.06% from 255 or 29.21% from 558); Blue value is 153 (60.16% from 255 or 27.42% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A399 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A399 is #0D5C66. Grayscale: #B9B9B9. Windows color (decimal): -875623 or 10068978. OLE color: 10068978.
HSL color Cylindrical-coordinate representation of color #F2A399: hue angle of 6.74º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F2A399 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 163 | 153 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.05 |
| HSL | 6.74º | 0.77% | 0.77% | - |
| HSV(B) | 6.74º | 0.37% | 0.95% | - |
| XYZ | 55.46 | 47.37 | 36.36 | - |
| YUV | 185.48 | 109.67 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 163 | 153 | 0 | 0.33 | 0.37 | 0.05 | 6.74 | 0.77 | 0.77 |
| Hex | F2 | A3 | 99 | 0 | 21 | 25 | 5 | 7 | 4D | 4D |
| Octal | 362 | 243 | 231 | 0 | 41 | 45 | 5 | 7 | 115 | 115 |
| Binary | 11110010 | 10100011 | 10011001 | 0 | 100001 | 100101 | 101 | 111 | 1001101 | 1001101 |
Color Harmonies of #F2A399
Complementary color
Monochromatic Colors of #F2A399
Black with #F2A399
Text Example
Text Example
White with #F2A399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A399; }
p { color: rgb(242,163,153); }
H1.HeaderClassName
{
color: #F2A399;
}
.AnyTagClassName
{
color: #F2A399;
}
</style>
background-color css
<style>
a { background-color: #F2A399; }
a { background-color: rgb(242,163,153); }
div.DivClassName
{
background-color: #F2A399;
}
.BgClassName
{
background-color: #F2A399;
}
</style>
border-color css
<style>
span { border-color: #F2A399; }
span { border-color: rgb(242,163,153); }
td.TdClassName
{
border-color: #F2A399;
}
.TagClassName
{
border-color: #F2A399;
}
</style>