Shades of Rose Bud #FF9F9E
Tints of Rose Bud #FF9F9E
RGB
CMYK
RGB Variations
Color information
#FF9F9E (or 0xFF9F9E) is known color: Rose Bud. HEX triplet: FF, 9F and 9E. RGB value is (255,159,158). Sum of RGB (Red+Green+Blue) = 255+159+158=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 159 (62.5% from 255 or 27.80% from 572); Blue value is 158 (62.11% from 255 or 27.62% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9F9E is #006061. Grayscale: #BBBBBB. Windows color (decimal): -24674 or 10395647. OLE color: 10395647.
HSL color Cylindrical-coordinate representation of color #FF9F9E: hue angle of 0.62º 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 #FF9F9E is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 158 | - |
| CMYK | 0 | 0.38 | 0.38 | 0 |
| HSL | 0.62º | 1% | 0.81% | - |
| HSV(B) | 0.62º | 0.38% | 1% | - |
| XYZ | 59.81 | 48.52 | 38.56 | - |
| YUV | 187.59 | 111.3 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 158 | 0 | 0.38 | 0.38 | 0 | 0.62 | 1 | 0.81 |
| Hex | FF | 9F | 9E | 0 | 26 | 26 | 0 | 1 | 64 | 51 |
| Octal | 377 | 237 | 236 | 0 | 46 | 46 | 0 | 1 | 144 | 121 |
| Binary | 11111111 | 10011111 | 10011110 | 0 | 100110 | 100110 | 0 | 1 | 1100100 | 1010001 |
Color Harmonies of #FF9F9E
Complementary color
Monochromatic Colors of #FF9F9E
Black with #FF9F9E
Text Example
Text Example
White with #FF9F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F9E; }
p { color: rgb(255,159,158); }
H1.HeaderClassName
{
color: #FF9F9E;
}
.AnyTagClassName
{
color: #FF9F9E;
}
</style>
background-color css
<style>
a { background-color: #FF9F9E; }
a { background-color: rgb(255,159,158); }
div.DivClassName
{
background-color: #FF9F9E;
}
.BgClassName
{
background-color: #FF9F9E;
}
</style>
border-color css
<style>
span { border-color: #FF9F9E; }
span { border-color: rgb(255,159,158); }
td.TdClassName
{
border-color: #FF9F9E;
}
.TagClassName
{
border-color: #FF9F9E;
}
</style>