Shades of Negroni #F2C09C
Tints of Negroni #F2C09C
RGB
CMYK
RGB Variations
Color information
#F2C09C (or 0xF2C09C) is known color: Negroni. HEX triplet: F2, C0 and 9C. RGB value is (242,192,156). Sum of RGB (Red+Green+Blue) = 242+192+156=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 192 (75.39% from 255 or 32.54% from 590); Blue value is 156 (61.33% from 255 or 26.44% from 590); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C09C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C09C is #0D3F63. Grayscale: #CBCBCB. Windows color (decimal): -868196 or 10273010. OLE color: 10273010.
HSL color Cylindrical-coordinate representation of color #F2C09C: hue angle of 25.12º 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 #F2C09C is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 192 | 156 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.05 |
| HSL | 25.12º | 0.77% | 0.78% | - |
| HSV(B) | 25.12º | 0.36% | 0.95% | - |
| XYZ | 61.47 | 58.98 | 39.6 | - |
| YUV | 202.85 | 101.57 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 192 | 156 | 0 | 0.21 | 0.36 | 0.05 | 25.12 | 0.77 | 0.78 |
| Hex | F2 | C0 | 9C | 0 | 15 | 24 | 5 | 19 | 4D | 4E |
| Octal | 362 | 300 | 234 | 0 | 25 | 44 | 5 | 31 | 115 | 116 |
| Binary | 11110010 | 11000000 | 10011100 | 0 | 10101 | 100100 | 101 | 11001 | 1001101 | 1001110 |
Color Harmonies of #F2C09C
Complementary color
Monochromatic Colors of #F2C09C
Black with #F2C09C
Text Example
Text Example
White with #F2C09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C09C; }
p { color: rgb(242,192,156); }
H1.HeaderClassName
{
color: #F2C09C;
}
.AnyTagClassName
{
color: #F2C09C;
}
</style>
background-color css
<style>
a { background-color: #F2C09C; }
a { background-color: rgb(242,192,156); }
div.DivClassName
{
background-color: #F2C09C;
}
.BgClassName
{
background-color: #F2C09C;
}
</style>
border-color css
<style>
span { border-color: #F2C09C; }
span { border-color: rgb(242,192,156); }
td.TdClassName
{
border-color: #F2C09C;
}
.TagClassName
{
border-color: #F2C09C;
}
</style>