Shades of Negroni #F0BFA0
Tints of Negroni #F0BFA0
RGB
CMYK
RGB Variations
Color information
#F0BFA0 (or 0xF0BFA0) is known color: Negroni. HEX triplet: F0, BF and A0. RGB value is (240,191,160). Sum of RGB (Red+Green+Blue) = 240+191+160=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 160 (62.89% from 255 or 27.07% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0BFA0 is #0F405F. Grayscale: #CACACA. Windows color (decimal): -999520 or 10534896. OLE color: 10534896.
HSL color Cylindrical-coordinate representation of color #F0BFA0: hue angle of 23.25º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0BFA0 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 160 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.06 |
| HSL | 23.25º | 0.73% | 0.78% | - |
| HSV(B) | 23.25º | 0.33% | 0.94% | - |
| XYZ | 60.91 | 58.32 | 41.31 | - |
| YUV | 202.12 | 104.23 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 160 | 0 | 0.20 | 0.33 | 0.06 | 23.25 | 0.73 | 0.78 |
| Hex | F0 | BF | A0 | 0 | 14 | 21 | 6 | 17 | 49 | 4E |
| Octal | 360 | 277 | 240 | 0 | 24 | 41 | 6 | 27 | 111 | 116 |
| Binary | 11110000 | 10111111 | 10100000 | 0 | 10100 | 100001 | 110 | 10111 | 1001001 | 1001110 |
Color Harmonies of #F0BFA0
Complementary color
Monochromatic Colors of #F0BFA0
Black with #F0BFA0
Text Example
Text Example
White with #F0BFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BFA0; }
p { color: rgb(240,191,160); }
H1.HeaderClassName
{
color: #F0BFA0;
}
.AnyTagClassName
{
color: #F0BFA0;
}
</style>
background-color css
<style>
a { background-color: #F0BFA0; }
a { background-color: rgb(240,191,160); }
div.DivClassName
{
background-color: #F0BFA0;
}
.BgClassName
{
background-color: #F0BFA0;
}
</style>
border-color css
<style>
span { border-color: #F0BFA0; }
span { border-color: rgb(240,191,160); }
td.TdClassName
{
border-color: #F0BFA0;
}
.TagClassName
{
border-color: #F0BFA0;
}
</style>