Shades of Negroni #F2C3A2
Tints of Negroni #F2C3A2
RGB
CMYK
RGB Variations
Color information
#F2C3A2 (or 0xF2C3A2) is known color: Negroni. HEX triplet: F2, C3 and A2. RGB value is (242,195,162). Sum of RGB (Red+Green+Blue) = 242+195+162=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 195 (76.56% from 255 or 32.55% from 599); Blue value is 162 (63.67% from 255 or 27.05% from 599); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C3A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C3A2 is #0D3C5D. Grayscale: #CDCDCD. Windows color (decimal): -867422 or 10666994. OLE color: 10666994.
HSL color Cylindrical-coordinate representation of color #F2C3A2: hue angle of 24.75º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F2C3A2 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 195 | 162 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.05 |
| HSL | 24.75º | 0.75% | 0.79% | - |
| HSV(B) | 24.75º | 0.33% | 0.95% | - |
| XYZ | 62.65 | 60.52 | 42.56 | - |
| YUV | 205.29 | 103.57 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 195 | 162 | 0 | 0.19 | 0.33 | 0.05 | 24.75 | 0.75 | 0.79 |
| Hex | F2 | C3 | A2 | 0 | 13 | 21 | 5 | 19 | 4B | 4F |
| Octal | 362 | 303 | 242 | 0 | 23 | 41 | 5 | 31 | 113 | 117 |
| Binary | 11110010 | 11000011 | 10100010 | 0 | 10011 | 100001 | 101 | 11001 | 1001011 | 1001111 |
Color Harmonies of #F2C3A2
Complementary color
Monochromatic Colors of #F2C3A2
Black with #F2C3A2
Text Example
Text Example
White with #F2C3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C3A2; }
p { color: rgb(242,195,162); }
H1.HeaderClassName
{
color: #F2C3A2;
}
.AnyTagClassName
{
color: #F2C3A2;
}
</style>
background-color css
<style>
a { background-color: #F2C3A2; }
a { background-color: rgb(242,195,162); }
div.DivClassName
{
background-color: #F2C3A2;
}
.BgClassName
{
background-color: #F2C3A2;
}
</style>
border-color css
<style>
span { border-color: #F2C3A2; }
span { border-color: rgb(242,195,162); }
td.TdClassName
{
border-color: #F2C3A2;
}
.TagClassName
{
border-color: #F2C3A2;
}
</style>