Shades of Negroni #F2C39B
Tints of Negroni #F2C39B
RGB
CMYK
RGB Variations
Color information
#F2C39B (or 0xF2C39B) is known color: Negroni. HEX triplet: F2, C3 and 9B. RGB value is (242,195,155). Sum of RGB (Red+Green+Blue) = 242+195+155=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 195 (76.56% from 255 or 32.94% from 592); Blue value is 155 (60.94% from 255 or 26.18% from 592); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C39B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C39B is #0D3C64. Grayscale: #CCCCCC. Windows color (decimal): -867429 or 10208242. OLE color: 10208242.
HSL color Cylindrical-coordinate representation of color #F2C39B: hue angle of 27.59º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F2C39B is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 195 | 155 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.05 |
| HSL | 27.59º | 0.77% | 0.78% | - |
| HSV(B) | 27.59º | 0.36% | 0.95% | - |
| XYZ | 62.05 | 60.27 | 39.37 | - |
| YUV | 204.49 | 100.07 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 195 | 155 | 0 | 0.19 | 0.36 | 0.05 | 27.59 | 0.77 | 0.78 |
| Hex | F2 | C3 | 9B | 0 | 13 | 24 | 5 | 1C | 4D | 4E |
| Octal | 362 | 303 | 233 | 0 | 23 | 44 | 5 | 34 | 115 | 116 |
| Binary | 11110010 | 11000011 | 10011011 | 0 | 10011 | 100100 | 101 | 11100 | 1001101 | 1001110 |
Color Harmonies of #F2C39B
Complementary color
Monochromatic Colors of #F2C39B
Black with #F2C39B
Text Example
Text Example
White with #F2C39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C39B; }
p { color: rgb(242,195,155); }
H1.HeaderClassName
{
color: #F2C39B;
}
.AnyTagClassName
{
color: #F2C39B;
}
</style>
background-color css
<style>
a { background-color: #F2C39B; }
a { background-color: rgb(242,195,155); }
div.DivClassName
{
background-color: #F2C39B;
}
.BgClassName
{
background-color: #F2C39B;
}
</style>
border-color css
<style>
span { border-color: #F2C39B; }
span { border-color: rgb(242,195,155); }
td.TdClassName
{
border-color: #F2C39B;
}
.TagClassName
{
border-color: #F2C39B;
}
</style>