Shades of Rose Bud #F7A198
Tints of Rose Bud #F7A198
RGB
CMYK
RGB Variations
Color information
#F7A198 (or 0xF7A198) is known color: Rose Bud. HEX triplet: F7, A1 and 98. RGB value is (247,161,152). Sum of RGB (Red+Green+Blue) = 247+161+152=560 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.11% from 560); Green value is 161 (63.28% from 255 or 28.75% from 560); Blue value is 152 (59.77% from 255 or 27.14% from 560); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A198 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A198 is #085E67. Grayscale: #B9B9B9. Windows color (decimal): -548456 or 10002935. OLE color: 10002935.
HSL color Cylindrical-coordinate representation of color #F7A198: hue angle of 5.68º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F7A198 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 161 | 152 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.03 |
| HSL | 5.68º | 0.86% | 0.78% | - |
| HSV(B) | 5.68º | 0.38% | 0.97% | - |
| XYZ | 56.77 | 47.53 | 35.89 | - |
| YUV | 185.69 | 108.99 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 161 | 152 | 0 | 0.35 | 0.38 | 0.03 | 5.68 | 0.86 | 0.78 |
| Hex | F7 | A1 | 98 | 0 | 23 | 26 | 3 | 6 | 56 | 4E |
| Octal | 367 | 241 | 230 | 0 | 43 | 46 | 3 | 6 | 126 | 116 |
| Binary | 11110111 | 10100001 | 10011000 | 0 | 100011 | 100110 | 11 | 110 | 1010110 | 1001110 |
Color Harmonies of #F7A198
Complementary color
Monochromatic Colors of #F7A198
Black with #F7A198
Text Example
Text Example
White with #F7A198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A198; }
p { color: rgb(247,161,152); }
H1.HeaderClassName
{
color: #F7A198;
}
.AnyTagClassName
{
color: #F7A198;
}
</style>
background-color css
<style>
a { background-color: #F7A198; }
a { background-color: rgb(247,161,152); }
div.DivClassName
{
background-color: #F7A198;
}
.BgClassName
{
background-color: #F7A198;
}
</style>
border-color css
<style>
span { border-color: #F7A198; }
span { border-color: rgb(247,161,152); }
td.TdClassName
{
border-color: #F7A198;
}
.TagClassName
{
border-color: #F7A198;
}
</style>