#F2C79F

Color #F2C79F Negroni (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Negroni #F2C79F

Tints of Negroni #F2C79F

Color information

#F2C79F (or 0xF2C79F) is unknown color: approx Negroni. HEX triplet: F2, C7 and 9F. RGB value is (242,199,159). Sum of RGB (Red+Green+Blue) = 242+199+159=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 199 (78.12% from 255 or 33.17% from 600); Blue value is 159 (62.5% from 255 or 26.5% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C79F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C79F is #0D3860. Grayscale: #CFCFCF. Windows color (decimal): -866401 or 10471410. OLE color: 10471410.

HSL color Cylindrical-coordinate representation of color #F2C79F: hue angle of 28.92º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F2C79F is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB242199159-
CMYK00.180.340.05
HSL28.92º76.15%78.63%-
HSV(B)28.92º34.3%94.9%-
XYZ63.362.2341.48-
YUV207.3100.75152.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 40.33%
GREEN value IS 199 (78.12% from 255) = 33.17%
BLUE value IS 159 (62.5% from 255) = 26.5%
R=40.33%
G=33.17%
B=26.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219915900.180.340.0528.9276.1578.63
HexF2C79F0122251d4c4f
Octal36230723702242535114117
Binary1111001011000111100111110100101000101011110110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C79F; }

 p { color: rgb(242,199,159); }

 H1.HeaderClassName
 {
   color: #F2C79F;
 }
 .AnyTagClassName
 {
   color: #F2C79F;
 }
</style>
background-color css

<style>
 a { background-color: #F2C79F; }

 a { background-color: rgb(242,199,159); }

 div.DivClassName
 {
   background-color: #F2C79F;
 }
 .BgClassName
 {
   background-color: #F2C79F;
 }
</style>
border-color css

<style>
 span { border-color: #F2C79F; }

 span { border-color: rgb(242,199,159); }

 td.TdClassName
 {
   border-color: #F2C79F;
 }
 .TagClassName
 {
   border-color: #F2C79F;
 }
</style>