Shades of Negroni #F2C8A0
Tints of Negroni #F2C8A0
RGB
CMYK
RGB Variations
Color information
#F2C8A0 (or 0xF2C8A0) is known color: Negroni. HEX triplet: F2, C8 and A0. RGB value is (242,200,160). Sum of RGB (Red+Green+Blue) = 242+200+160=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 200 (78.52% from 255 or 33.22% from 602); Blue value is 160 (62.89% from 255 or 26.58% from 602); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C8A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C8A0 is #0D375F. Grayscale: #D0D0D0. Windows color (decimal): -866144 or 10537202. OLE color: 10537202.
HSL color Cylindrical-coordinate representation of color #F2C8A0: hue angle of 29.27º 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 #F2C8A0 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 200 | 160 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.05 |
| HSL | 29.27º | 0.76% | 0.79% | - |
| HSV(B) | 29.27º | 0.34% | 0.95% | - |
| XYZ | 63.62 | 62.72 | 42.01 | - |
| YUV | 208 | 100.91 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 200 | 160 | 0 | 0.17 | 0.34 | 0.05 | 29.27 | 0.76 | 0.79 |
| Hex | F2 | C8 | A0 | 0 | 11 | 22 | 5 | 1D | 4C | 4F |
| Octal | 362 | 310 | 240 | 0 | 21 | 42 | 5 | 35 | 114 | 117 |
| Binary | 11110010 | 11001000 | 10100000 | 0 | 10001 | 100010 | 101 | 11101 | 1001100 | 1001111 |
Color Harmonies of #F2C8A0
Complementary color
Monochromatic Colors of #F2C8A0
Black with #F2C8A0
Text Example
Text Example
White with #F2C8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C8A0; }
p { color: rgb(242,200,160); }
H1.HeaderClassName
{
color: #F2C8A0;
}
.AnyTagClassName
{
color: #F2C8A0;
}
</style>
background-color css
<style>
a { background-color: #F2C8A0; }
a { background-color: rgb(242,200,160); }
div.DivClassName
{
background-color: #F2C8A0;
}
.BgClassName
{
background-color: #F2C8A0;
}
</style>
border-color css
<style>
span { border-color: #F2C8A0; }
span { border-color: rgb(242,200,160); }
td.TdClassName
{
border-color: #F2C8A0;
}
.TagClassName
{
border-color: #F2C8A0;
}
</style>