Shades of Negroni #F1C3A1
Tints of Negroni #F1C3A1
RGB
CMYK
RGB Variations
Color information
#F1C3A1 (or 0xF1C3A1) is known color: Negroni. HEX triplet: F1, C3 and A1. RGB value is (241,195,161). Sum of RGB (Red+Green+Blue) = 241+195+161=597 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.37% from 597); Green value is 195 (76.56% from 255 or 32.66% from 597); Blue value is 161 (63.28% from 255 or 26.97% from 597); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C3A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C3A1 is #0E3C5E. Grayscale: #CDCDCD. Windows color (decimal): -932959 or 10601457. OLE color: 10601457.
HSL color Cylindrical-coordinate representation of color #F1C3A1: hue angle of 25.5º degrees, saturation: 0.74, 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 #F1C3A1 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 195 | 161 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.05 |
| HSL | 25.5º | 0.74% | 0.79% | - |
| HSV(B) | 25.5º | 0.33% | 0.95% | - |
| XYZ | 62.22 | 60.3 | 42.08 | - |
| YUV | 204.88 | 103.24 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 195 | 161 | 0 | 0.19 | 0.33 | 0.05 | 25.5 | 0.74 | 0.79 |
| Hex | F1 | C3 | A1 | 0 | 13 | 21 | 5 | 1A | 4A | 4F |
| Octal | 361 | 303 | 241 | 0 | 23 | 41 | 5 | 32 | 112 | 117 |
| Binary | 11110001 | 11000011 | 10100001 | 0 | 10011 | 100001 | 101 | 11010 | 1001010 | 1001111 |
Color Harmonies of #F1C3A1
Complementary color
Monochromatic Colors of #F1C3A1
Black with #F1C3A1
Text Example
Text Example
White with #F1C3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C3A1; }
p { color: rgb(241,195,161); }
H1.HeaderClassName
{
color: #F1C3A1;
}
.AnyTagClassName
{
color: #F1C3A1;
}
</style>
background-color css
<style>
a { background-color: #F1C3A1; }
a { background-color: rgb(241,195,161); }
div.DivClassName
{
background-color: #F1C3A1;
}
.BgClassName
{
background-color: #F1C3A1;
}
</style>
border-color css
<style>
span { border-color: #F1C3A1; }
span { border-color: rgb(241,195,161); }
td.TdClassName
{
border-color: #F1C3A1;
}
.TagClassName
{
border-color: #F1C3A1;
}
</style>