Shades of Rose Bud #F99D9B
Tints of Rose Bud #F99D9B
RGB
CMYK
RGB Variations
Color information
#F99D9B (or 0xF99D9B) is known color: Rose Bud. HEX triplet: F9, 9D and 9B. RGB value is (249,157,155). Sum of RGB (Red+Green+Blue) = 249+157+155=561 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.39% from 561); Green value is 157 (61.72% from 255 or 27.99% from 561); Blue value is 155 (60.94% from 255 or 27.63% from 561); Max value from RGB is 249 - color contains mainly: red. Hex color #F99D9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99D9B is #066264. Grayscale: #B8B8B8. Windows color (decimal): -418405 or 10198521. OLE color: 10198521.
HSL color Cylindrical-coordinate representation of color #F99D9B: hue angle of 1.28º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F99D9B is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 157 | 155 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.02 |
| HSL | 1.28º | 0.89% | 0.79% | - |
| HSV(B) | 1.28º | 0.38% | 0.98% | - |
| XYZ | 57.04 | 46.62 | 37 | - |
| YUV | 184.28 | 111.48 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 157 | 155 | 0 | 0.37 | 0.38 | 0.02 | 1.28 | 0.89 | 0.79 |
| Hex | F9 | 9D | 9B | 0 | 25 | 26 | 2 | 1 | 59 | 4F |
| Octal | 371 | 235 | 233 | 0 | 45 | 46 | 2 | 1 | 131 | 117 |
| Binary | 11111001 | 10011101 | 10011011 | 0 | 100101 | 100110 | 10 | 1 | 1011001 | 1001111 |
Color Harmonies of #F99D9B
Complementary color
Monochromatic Colors of #F99D9B
Black with #F99D9B
Text Example
Text Example
White with #F99D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99D9B; }
p { color: rgb(249,157,155); }
H1.HeaderClassName
{
color: #F99D9B;
}
.AnyTagClassName
{
color: #F99D9B;
}
</style>
background-color css
<style>
a { background-color: #F99D9B; }
a { background-color: rgb(249,157,155); }
div.DivClassName
{
background-color: #F99D9B;
}
.BgClassName
{
background-color: #F99D9B;
}
</style>
border-color css
<style>
span { border-color: #F99D9B; }
span { border-color: rgb(249,157,155); }
td.TdClassName
{
border-color: #F99D9B;
}
.TagClassName
{
border-color: #F99D9B;
}
</style>