Shades of Negroni #F0C19B
Tints of Negroni #F0C19B
RGB
CMYK
RGB Variations
Color information
#F0C19B (or 0xF0C19B) is known color: Negroni. HEX triplet: F0, C1 and 9B. RGB value is (240,193,155). Sum of RGB (Red+Green+Blue) = 240+193+155=588 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.82% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 155 (60.94% from 255 or 26.36% from 588); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C19B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C19B is #0F3E64. Grayscale: #CACACA. Windows color (decimal): -999013 or 10207728. OLE color: 10207728.
HSL color Cylindrical-coordinate representation of color #F0C19B: hue angle of 26.82º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0C19B is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 193 | 155 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.06 |
| HSL | 26.82º | 0.74% | 0.77% | - |
| HSV(B) | 26.82º | 0.35% | 0.94% | - |
| XYZ | 60.92 | 59.03 | 39.19 | - |
| YUV | 202.72 | 101.07 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 193 | 155 | 0 | 0.20 | 0.35 | 0.06 | 26.82 | 0.74 | 0.77 |
| Hex | F0 | C1 | 9B | 0 | 14 | 23 | 6 | 1B | 4A | 4D |
| Octal | 360 | 301 | 233 | 0 | 24 | 43 | 6 | 33 | 112 | 115 |
| Binary | 11110000 | 11000001 | 10011011 | 0 | 10100 | 100011 | 110 | 11011 | 1001010 | 1001101 |
Color Harmonies of #F0C19B
Complementary color
Monochromatic Colors of #F0C19B
Black with #F0C19B
Text Example
Text Example
White with #F0C19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C19B; }
p { color: rgb(240,193,155); }
H1.HeaderClassName
{
color: #F0C19B;
}
.AnyTagClassName
{
color: #F0C19B;
}
</style>
background-color css
<style>
a { background-color: #F0C19B; }
a { background-color: rgb(240,193,155); }
div.DivClassName
{
background-color: #F0C19B;
}
.BgClassName
{
background-color: #F0C19B;
}
</style>
border-color css
<style>
span { border-color: #F0C19B; }
span { border-color: rgb(240,193,155); }
td.TdClassName
{
border-color: #F0C19B;
}
.TagClassName
{
border-color: #F0C19B;
}
</style>