Shades of Negroni #F2CAA1
Tints of Negroni #F2CAA1
RGB
CMYK
RGB Variations
Color information
#F2CAA1 (or 0xF2CAA1) is known color: Negroni. HEX triplet: F2, CA and A1. RGB value is (242,202,161). Sum of RGB (Red+Green+Blue) = 242+202+161=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 161 (63.28% from 255 or 26.61% from 605); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CAA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CAA1 is #0D355E. Grayscale: #D1D1D1. Windows color (decimal): -865631 or 10603250. OLE color: 10603250.
HSL color Cylindrical-coordinate representation of color #F2CAA1: hue angle of 30.37º degrees, saturation: 0.76, 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 #F2CAA1 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 202 | 161 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.05 |
| HSL | 30.37º | 0.76% | 0.79% | - |
| HSV(B) | 30.37º | 0.33% | 0.95% | - |
| XYZ | 64.17 | 63.69 | 42.63 | - |
| YUV | 209.29 | 100.75 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 202 | 161 | 0 | 0.17 | 0.33 | 0.05 | 30.37 | 0.76 | 0.79 |
| Hex | F2 | CA | A1 | 0 | 11 | 21 | 5 | 1E | 4C | 4F |
| Octal | 362 | 312 | 241 | 0 | 21 | 41 | 5 | 36 | 114 | 117 |
| Binary | 11110010 | 11001010 | 10100001 | 0 | 10001 | 100001 | 101 | 11110 | 1001100 | 1001111 |
Color Harmonies of #F2CAA1
Complementary color
Monochromatic Colors of #F2CAA1
Black with #F2CAA1
Text Example
Text Example
White with #F2CAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CAA1; }
p { color: rgb(242,202,161); }
H1.HeaderClassName
{
color: #F2CAA1;
}
.AnyTagClassName
{
color: #F2CAA1;
}
</style>
background-color css
<style>
a { background-color: #F2CAA1; }
a { background-color: rgb(242,202,161); }
div.DivClassName
{
background-color: #F2CAA1;
}
.BgClassName
{
background-color: #F2CAA1;
}
</style>
border-color css
<style>
span { border-color: #F2CAA1; }
span { border-color: rgb(242,202,161); }
td.TdClassName
{
border-color: #F2CAA1;
}
.TagClassName
{
border-color: #F2CAA1;
}
</style>