Shades of Rose Bud #F2A199
Tints of Rose Bud #F2A199
RGB
CMYK
RGB Variations
Color information
#F2A199 (or 0xF2A199) is known color: Rose Bud. HEX triplet: F2, A1 and 99. RGB value is (242,161,153). Sum of RGB (Red+Green+Blue) = 242+161+153=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 161 (63.28% from 255 or 28.96% from 556); Blue value is 153 (60.16% from 255 or 27.52% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A199 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A199 is #0D5E66. Grayscale: #B8B8B8. Windows color (decimal): -876135 or 10068466. OLE color: 10068466.
HSL color Cylindrical-coordinate representation of color #F2A199: hue angle of 5.39º 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 #F2A199 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 161 | 153 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.05 |
| HSL | 5.39º | 0.77% | 0.77% | - |
| HSV(B) | 5.39º | 0.37% | 0.95% | - |
| XYZ | 55.11 | 46.67 | 36.24 | - |
| YUV | 184.31 | 110.34 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 161 | 153 | 0 | 0.33 | 0.37 | 0.05 | 5.39 | 0.77 | 0.77 |
| Hex | F2 | A1 | 99 | 0 | 21 | 25 | 5 | 5 | 4D | 4D |
| Octal | 362 | 241 | 231 | 0 | 41 | 45 | 5 | 5 | 115 | 115 |
| Binary | 11110010 | 10100001 | 10011001 | 0 | 100001 | 100101 | 101 | 101 | 1001101 | 1001101 |
Color Harmonies of #F2A199
Complementary color
Monochromatic Colors of #F2A199
Black with #F2A199
Text Example
Text Example
White with #F2A199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A199; }
p { color: rgb(242,161,153); }
H1.HeaderClassName
{
color: #F2A199;
}
.AnyTagClassName
{
color: #F2A199;
}
</style>
background-color css
<style>
a { background-color: #F2A199; }
a { background-color: rgb(242,161,153); }
div.DivClassName
{
background-color: #F2A199;
}
.BgClassName
{
background-color: #F2A199;
}
</style>
border-color css
<style>
span { border-color: #F2A199; }
span { border-color: rgb(242,161,153); }
td.TdClassName
{
border-color: #F2A199;
}
.TagClassName
{
border-color: #F2A199;
}
</style>