Shades of Rose Bud #FF9F9D
Tints of Rose Bud #FF9F9D
RGB
CMYK
RGB Variations
Color information
#FF9F9D (or 0xFF9F9D) is known color: Rose Bud. HEX triplet: FF, 9F and 9D. RGB value is (255,159,157). Sum of RGB (Red+Green+Blue) = 255+159+157=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 159 (62.5% from 255 or 27.85% from 571); Blue value is 157 (61.72% from 255 or 27.50% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9F9D is #006062. Grayscale: #BBBBBB. Windows color (decimal): -24675 or 10330111. OLE color: 10330111.
HSL color Cylindrical-coordinate representation of color #FF9F9D: hue angle of 1.22º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FF9F9D is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 157 | - |
| CMYK | 0 | 0.38 | 0.38 | 0 |
| HSL | 1.22º | 1% | 0.81% | - |
| HSV(B) | 1.22º | 0.38% | 1% | - |
| XYZ | 59.72 | 48.49 | 38.11 | - |
| YUV | 187.48 | 110.8 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 157 | 0 | 0.38 | 0.38 | 0 | 1.22 | 1 | 0.81 |
| Hex | FF | 9F | 9D | 0 | 26 | 26 | 0 | 1 | 64 | 51 |
| Octal | 377 | 237 | 235 | 0 | 46 | 46 | 0 | 1 | 144 | 121 |
| Binary | 11111111 | 10011111 | 10011101 | 0 | 100110 | 100110 | 0 | 1 | 1100100 | 1010001 |
Color Harmonies of #FF9F9D
Complementary color
Monochromatic Colors of #FF9F9D
Black with #FF9F9D
Text Example
Text Example
White with #FF9F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F9D; }
p { color: rgb(255,159,157); }
H1.HeaderClassName
{
color: #FF9F9D;
}
.AnyTagClassName
{
color: #FF9F9D;
}
</style>
background-color css
<style>
a { background-color: #FF9F9D; }
a { background-color: rgb(255,159,157); }
div.DivClassName
{
background-color: #FF9F9D;
}
.BgClassName
{
background-color: #FF9F9D;
}
</style>
border-color css
<style>
span { border-color: #FF9F9D; }
span { border-color: rgb(255,159,157); }
td.TdClassName
{
border-color: #FF9F9D;
}
.TagClassName
{
border-color: #FF9F9D;
}
</style>