Shades of Rose Bud #FF9F9A
Tints of Rose Bud #FF9F9A
RGB
CMYK
RGB Variations
Color information
#FF9F9A (or 0xFF9F9A) is known color: Rose Bud. HEX triplet: FF, 9F and 9A. RGB value is (255,159,154). Sum of RGB (Red+Green+Blue) = 255+159+154=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 154 (60.55% from 255 or 27.11% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9F9A is #006065. Grayscale: #BBBBBB. Windows color (decimal): -24678 or 10133503. OLE color: 10133503.
HSL color Cylindrical-coordinate representation of color #FF9F9A: hue angle of 2.97º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF9F9A is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 154 | - |
| CMYK | 0 | 0.38 | 0.40 | 0 |
| HSL | 2.97º | 1% | 0.8% | - |
| HSV(B) | 2.97º | 0.4% | 1% | - |
| XYZ | 59.47 | 48.39 | 36.78 | - |
| YUV | 187.13 | 109.3 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 154 | 0 | 0.38 | 0.40 | 0 | 2.97 | 1 | 0.8 |
| Hex | FF | 9F | 9A | 0 | 26 | 28 | 0 | 3 | 64 | 50 |
| Octal | 377 | 237 | 232 | 0 | 46 | 50 | 0 | 3 | 144 | 120 |
| Binary | 11111111 | 10011111 | 10011010 | 0 | 100110 | 101000 | 0 | 11 | 1100100 | 1010000 |
Color Harmonies of #FF9F9A
Complementary color
Monochromatic Colors of #FF9F9A
Black with #FF9F9A
Text Example
Text Example
White with #FF9F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F9A; }
p { color: rgb(255,159,154); }
H1.HeaderClassName
{
color: #FF9F9A;
}
.AnyTagClassName
{
color: #FF9F9A;
}
</style>
background-color css
<style>
a { background-color: #FF9F9A; }
a { background-color: rgb(255,159,154); }
div.DivClassName
{
background-color: #FF9F9A;
}
.BgClassName
{
background-color: #FF9F9A;
}
</style>
border-color css
<style>
span { border-color: #FF9F9A; }
span { border-color: rgb(255,159,154); }
td.TdClassName
{
border-color: #FF9F9A;
}
.TagClassName
{
border-color: #FF9F9A;
}
</style>