Html Css Color HEX #F2C19E Negroni

📋 copy color: '#F2C19E'

red 242 ◦ green 193 ◦ blue 158

#F2C19E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Negroni #F2C19E

Tints of Negroni #F2C19E

RGB

 RED value IS 242 (94.92% from 255) = 40.81%

 GREEN value IS 193 (75.78% from 255) = 32.55%

 BLUE value IS 158 (62.11% from 255) = 26.64%

R = 40.81%
G = 32.55%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2C19E (or 0xF2C19E) is known color: Negroni. HEX triplet: F2, C1 and 9E. RGB value is (242,193,158). Sum of RGB (Red+Green+Blue) = 242+193+158=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 193 (75.78% from 255 or 32.55% from 593); Blue value is 158 (62.11% from 255 or 26.64% from 593); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C19E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C19E is #0D3E61. Grayscale: #CBCBCB. Windows color (decimal): -867938 or 10404338. OLE color: 10404338.

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

Color convert

RGB 242 193 158 -
CMYK 0 0.20 0.35 0.05
HSL 25º 0.76% 0.78% -
HSV(B) 25º 0.35% 0.95% -
XYZ 61.86 59.49 40.57 -
YUV 203.66 102.23 155.35 -
System Red Green Blue C M Y K H S L
Decimal 242 193 158 0 0.20 0.35 0.05 25 0.76 0.78
Hex F2 C1 9E 0 14 23 5 19 4C 4E
Octal 362 301 236 0 24 43 5 31 114 116
Binary 11110010 11000001 10011110 0 10100 100011 101 11001 1001100 1001110

Color Harmonies of #F2C19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C19E

Black with #F2C19E

Text Example


Text Example

White with #F2C19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C19E; }

 p { color: rgb(242,193,158); }

 H1.HeaderClassName
 {
   color: #F2C19E;
 }
 .AnyTagClassName
 {
   color: #F2C19E;
 }
</style>

background-color css

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

 a { background-color: rgb(242,193,158); }

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

border-color css

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

 span { border-color: rgb(242,193,158); }

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