Shades of Negroni #F0BF9A
Tints of Negroni #F0BF9A
RGB
CMYK
RGB Variations
Color information
#F0BF9A (or 0xF0BF9A) is known color: Negroni. HEX triplet: F0, BF and 9A. RGB value is (240,191,154). Sum of RGB (Red+Green+Blue) = 240+191+154=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 154 (60.55% from 255 or 26.32% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BF9A is #0F4065. Grayscale: #C9C9C9. Windows color (decimal): -999526 or 10141680. OLE color: 10141680.
HSL color Cylindrical-coordinate representation of color #F0BF9A: hue angle of 25.81º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F0BF9A is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 154 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.06 |
| HSL | 25.81º | 0.74% | 0.77% | - |
| HSV(B) | 25.81º | 0.36% | 0.94% | - |
| XYZ | 60.4 | 58.12 | 38.61 | - |
| YUV | 201.43 | 101.23 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 154 | 0 | 0.20 | 0.36 | 0.06 | 25.81 | 0.74 | 0.77 |
| Hex | F0 | BF | 9A | 0 | 14 | 24 | 6 | 1A | 4A | 4D |
| Octal | 360 | 277 | 232 | 0 | 24 | 44 | 6 | 32 | 112 | 115 |
| Binary | 11110000 | 10111111 | 10011010 | 0 | 10100 | 100100 | 110 | 11010 | 1001010 | 1001101 |
Color Harmonies of #F0BF9A
Complementary color
Monochromatic Colors of #F0BF9A
Black with #F0BF9A
Text Example
Text Example
White with #F0BF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BF9A; }
p { color: rgb(240,191,154); }
H1.HeaderClassName
{
color: #F0BF9A;
}
.AnyTagClassName
{
color: #F0BF9A;
}
</style>
background-color css
<style>
a { background-color: #F0BF9A; }
a { background-color: rgb(240,191,154); }
div.DivClassName
{
background-color: #F0BF9A;
}
.BgClassName
{
background-color: #F0BF9A;
}
</style>
border-color css
<style>
span { border-color: #F0BF9A; }
span { border-color: rgb(240,191,154); }
td.TdClassName
{
border-color: #F0BF9A;
}
.TagClassName
{
border-color: #F0BF9A;
}
</style>