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