Shades of Negroni #F0BF9D
Tints of Negroni #F0BF9D
RGB
CMYK
RGB Variations
Color information
#F0BF9D (or 0xF0BF9D) is known color: Negroni. HEX triplet: F0, BF and 9D. RGB value is (240,191,157). Sum of RGB (Red+Green+Blue) = 240+191+157=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 157 (61.72% from 255 or 26.70% from 588); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BF9D is #0F4062. Grayscale: #C9C9C9. Windows color (decimal): -999523 or 10338288. OLE color: 10338288.
HSL color Cylindrical-coordinate representation of color #F0BF9D: hue angle of 24.58º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0BF9D is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 157 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.06 |
| HSL | 24.58º | 0.73% | 0.78% | - |
| HSV(B) | 24.58º | 0.35% | 0.94% | - |
| XYZ | 60.65 | 58.22 | 39.94 | - |
| YUV | 201.78 | 102.73 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 157 | 0 | 0.20 | 0.35 | 0.06 | 24.58 | 0.73 | 0.78 |
| Hex | F0 | BF | 9D | 0 | 14 | 23 | 6 | 19 | 49 | 4E |
| Octal | 360 | 277 | 235 | 0 | 24 | 43 | 6 | 31 | 111 | 116 |
| Binary | 11110000 | 10111111 | 10011101 | 0 | 10100 | 100011 | 110 | 11001 | 1001001 | 1001110 |
Color Harmonies of #F0BF9D
Complementary color
Monochromatic Colors of #F0BF9D
Black with #F0BF9D
Text Example
Text Example
White with #F0BF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BF9D; }
p { color: rgb(240,191,157); }
H1.HeaderClassName
{
color: #F0BF9D;
}
.AnyTagClassName
{
color: #F0BF9D;
}
</style>
background-color css
<style>
a { background-color: #F0BF9D; }
a { background-color: rgb(240,191,157); }
div.DivClassName
{
background-color: #F0BF9D;
}
.BgClassName
{
background-color: #F0BF9D;
}
</style>
border-color css
<style>
span { border-color: #F0BF9D; }
span { border-color: rgb(240,191,157); }
td.TdClassName
{
border-color: #F0BF9D;
}
.TagClassName
{
border-color: #F0BF9D;
}
</style>