Shades of Negroni #F2C7A3
Tints of Negroni #F2C7A3
RGB
CMYK
RGB Variations
Color information
#F2C7A3 (or 0xF2C7A3) is known color: Negroni. HEX triplet: F2, C7 and A3. RGB value is (242,199,163). Sum of RGB (Red+Green+Blue) = 242+199+163=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 199 (78.12% from 255 or 32.95% from 604); Blue value is 163 (64.06% from 255 or 26.99% from 604); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C7A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C7A3 is #0D385C. Grayscale: #CFCFCF. Windows color (decimal): -866397 or 10733554. OLE color: 10733554.
HSL color Cylindrical-coordinate representation of color #F2C7A3: hue angle of 27.34º 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 #F2C7A3 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 199 | 163 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.05 |
| HSL | 27.34º | 0.75% | 0.79% | - |
| HSV(B) | 27.34º | 0.33% | 0.95% | - |
| XYZ | 63.65 | 62.37 | 43.33 | - |
| YUV | 207.75 | 102.75 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 199 | 163 | 0 | 0.18 | 0.33 | 0.05 | 27.34 | 0.75 | 0.79 |
| Hex | F2 | C7 | A3 | 0 | 12 | 21 | 5 | 1B | 4B | 4F |
| Octal | 362 | 307 | 243 | 0 | 22 | 41 | 5 | 33 | 113 | 117 |
| Binary | 11110010 | 11000111 | 10100011 | 0 | 10010 | 100001 | 101 | 11011 | 1001011 | 1001111 |
Color Harmonies of #F2C7A3
Complementary color
Monochromatic Colors of #F2C7A3
Black with #F2C7A3
Text Example
Text Example
White with #F2C7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C7A3; }
p { color: rgb(242,199,163); }
H1.HeaderClassName
{
color: #F2C7A3;
}
.AnyTagClassName
{
color: #F2C7A3;
}
</style>
background-color css
<style>
a { background-color: #F2C7A3; }
a { background-color: rgb(242,199,163); }
div.DivClassName
{
background-color: #F2C7A3;
}
.BgClassName
{
background-color: #F2C7A3;
}
</style>
border-color css
<style>
span { border-color: #F2C7A3; }
span { border-color: rgb(242,199,163); }
td.TdClassName
{
border-color: #F2C7A3;
}
.TagClassName
{
border-color: #F2C7A3;
}
</style>