Shades of Negroni #F0BF9F
Tints of Negroni #F0BF9F
RGB
CMYK
RGB Variations
Color information
#F0BF9F (or 0xF0BF9F) is known color: Negroni. HEX triplet: F0, BF and 9F. RGB value is (240,191,159). Sum of RGB (Red+Green+Blue) = 240+191+159=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 159 (62.5% from 255 or 26.95% from 590); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BF9F is #0F4060. Grayscale: #CACACA. Windows color (decimal): -999521 or 10469360. OLE color: 10469360.
HSL color Cylindrical-coordinate representation of color #F0BF9F: hue angle of 23.7º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F0BF9F is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 159 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.06 |
| HSL | 23.7º | 0.73% | 0.78% | - |
| HSV(B) | 23.7º | 0.34% | 0.94% | - |
| XYZ | 60.82 | 58.29 | 40.85 | - |
| YUV | 202 | 103.73 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 159 | 0 | 0.20 | 0.34 | 0.06 | 23.7 | 0.73 | 0.78 |
| Hex | F0 | BF | 9F | 0 | 14 | 22 | 6 | 18 | 49 | 4E |
| Octal | 360 | 277 | 237 | 0 | 24 | 42 | 6 | 30 | 111 | 116 |
| Binary | 11110000 | 10111111 | 10011111 | 0 | 10100 | 100010 | 110 | 11000 | 1001001 | 1001110 |
Color Harmonies of #F0BF9F
Complementary color
Monochromatic Colors of #F0BF9F
Black with #F0BF9F
Text Example
Text Example
White with #F0BF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BF9F; }
p { color: rgb(240,191,159); }
H1.HeaderClassName
{
color: #F0BF9F;
}
.AnyTagClassName
{
color: #F0BF9F;
}
</style>
background-color css
<style>
a { background-color: #F0BF9F; }
a { background-color: rgb(240,191,159); }
div.DivClassName
{
background-color: #F0BF9F;
}
.BgClassName
{
background-color: #F0BF9F;
}
</style>
border-color css
<style>
span { border-color: #F0BF9F; }
span { border-color: rgb(240,191,159); }
td.TdClassName
{
border-color: #F0BF9F;
}
.TagClassName
{
border-color: #F0BF9F;
}
</style>