Shades of Negroni #F0C0A4
Tints of Negroni #F0C0A4
RGB
CMYK
RGB Variations
Color information
#F0C0A4 (or 0xF0C0A4) is known color: Negroni. HEX triplet: F0, C0 and A4. RGB value is (240,192,164). Sum of RGB (Red+Green+Blue) = 240+192+164=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 192 (75.39% from 255 or 32.21% from 596); Blue value is 164 (64.45% from 255 or 27.52% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C0A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C0A4 is #0F3F5B. Grayscale: #CBCBCB. Windows color (decimal): -999260 or 10797296. OLE color: 10797296.
HSL color Cylindrical-coordinate representation of color #F0C0A4: hue angle of 22.11º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0C0A4 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 192 | 164 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.06 |
| HSL | 22.11º | 0.72% | 0.79% | - |
| HSV(B) | 22.11º | 0.32% | 0.94% | - |
| XYZ | 61.49 | 58.9 | 43.25 | - |
| YUV | 203.16 | 105.9 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 192 | 164 | 0 | 0.20 | 0.32 | 0.06 | 22.11 | 0.72 | 0.79 |
| Hex | F0 | C0 | A4 | 0 | 14 | 20 | 6 | 16 | 48 | 4F |
| Octal | 360 | 300 | 244 | 0 | 24 | 40 | 6 | 26 | 110 | 117 |
| Binary | 11110000 | 11000000 | 10100100 | 0 | 10100 | 100000 | 110 | 10110 | 1001000 | 1001111 |
Color Harmonies of #F0C0A4
Complementary color
Monochromatic Colors of #F0C0A4
Black with #F0C0A4
Text Example
Text Example
White with #F0C0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C0A4; }
p { color: rgb(240,192,164); }
H1.HeaderClassName
{
color: #F0C0A4;
}
.AnyTagClassName
{
color: #F0C0A4;
}
</style>
background-color css
<style>
a { background-color: #F0C0A4; }
a { background-color: rgb(240,192,164); }
div.DivClassName
{
background-color: #F0C0A4;
}
.BgClassName
{
background-color: #F0C0A4;
}
</style>
border-color css
<style>
span { border-color: #F0C0A4; }
span { border-color: rgb(240,192,164); }
td.TdClassName
{
border-color: #F0C0A4;
}
.TagClassName
{
border-color: #F0C0A4;
}
</style>