Shades of Negroni #F2C0A0
Tints of Negroni #F2C0A0
RGB
CMYK
RGB Variations
Color information
#F2C0A0 (or 0xF2C0A0) is known color: Negroni. HEX triplet: F2, C0 and A0. RGB value is (242,192,160). Sum of RGB (Red+Green+Blue) = 242+192+160=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 192 (75.39% from 255 or 32.32% from 594); Blue value is 160 (62.89% from 255 or 26.94% from 594); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C0A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C0A0 is #0D3F5F. Grayscale: #CBCBCB. Windows color (decimal): -868192 or 10535154. OLE color: 10535154.
HSL color Cylindrical-coordinate representation of color #F2C0A0: hue angle of 23.41º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F2C0A0 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 192 | 160 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.05 |
| HSL | 23.41º | 0.76% | 0.79% | - |
| HSV(B) | 23.41º | 0.34% | 0.95% | - |
| XYZ | 61.81 | 59.11 | 41.41 | - |
| YUV | 203.3 | 103.57 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 192 | 160 | 0 | 0.21 | 0.34 | 0.05 | 23.41 | 0.76 | 0.79 |
| Hex | F2 | C0 | A0 | 0 | 15 | 22 | 5 | 17 | 4C | 4F |
| Octal | 362 | 300 | 240 | 0 | 25 | 42 | 5 | 27 | 114 | 117 |
| Binary | 11110010 | 11000000 | 10100000 | 0 | 10101 | 100010 | 101 | 10111 | 1001100 | 1001111 |
Color Harmonies of #F2C0A0
Complementary color
Monochromatic Colors of #F2C0A0
Black with #F2C0A0
Text Example
Text Example
White with #F2C0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C0A0; }
p { color: rgb(242,192,160); }
H1.HeaderClassName
{
color: #F2C0A0;
}
.AnyTagClassName
{
color: #F2C0A0;
}
</style>
background-color css
<style>
a { background-color: #F2C0A0; }
a { background-color: rgb(242,192,160); }
div.DivClassName
{
background-color: #F2C0A0;
}
.BgClassName
{
background-color: #F2C0A0;
}
</style>
border-color css
<style>
span { border-color: #F2C0A0; }
span { border-color: rgb(242,192,160); }
td.TdClassName
{
border-color: #F2C0A0;
}
.TagClassName
{
border-color: #F2C0A0;
}
</style>