Color Hex Logo

#f19496 Color Hex

#F19496
(241,148,150)
0 Favorites   0 Comments

Color spaces of #f19496

RGB 241148150
HSL1.000.770.76
HSV359°39°95°
CMYK 0.000.390.38   0.05
XYZ52.370642.082634.2167
Yxy42.08260.40700.3271
Hunter Lab64.871130.579114.1369
CIE-Lab70.927835.219113.9015

#f19496 color RGB value is (241,148,150).

#f19496 hex color red value is 241, green value is 148 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #f19496 hue: 1.00 , saturation: 0.77 and the lightness value of f19496 is 0.76.

The process color (four color CMYK) of #f19496 color hex is 0.00, 0.39, 0.38, 0.05. Web safe color of #f19496 is #ff9999. Color #f19496 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010100 10010110
Octal 361 224 226
Decimal 241 148 150
Hex F1 94 96

RGB Percentages of Color #f19496

%44.71
%27.46
%27.83

CMYK Percentages of Color #f19496

%0
%39
%38
%5

Triadic Colors of #f19496

#f19496 #96f194 #9496f1

Analogous Colors of #f19496

#f19496 #f1c194 #f194c5

Monochromatic Colors of #f19496

#f19496

Complementary Color

#f19496 #94f1ef

#f19496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f19496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f19496 Color CSS Codes

.mybgcolor {background-color:#f19496; } 
.myforecolor {color:#f19496; }
.mybordercolor {border:3px solid #f19496; }

#f19496 Text Font Color

<p style="color:#f19496">Text here</p>

This sample text font color is #f19496
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f19496 Background Color

<div style="background-color:#f19496">
Div content here</div>

This div background color is #f19496


#f19496 Border Color

<div style="border:3px solid #f19496">
Div here</div>

This div border color is #f19496


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,148,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f19496; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f19496;
  -webkit-box-shadow: 1px 1px 3px 2px #f19496;
  box-shadow:         1px 1px 3px 2px #f19496; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,148,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f19496">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f19496;
  -webkit-box-shadow: 1px 1px 3px 2px #f19496;
  box-shadow:         1px 1px 3px 2px #f19496;">
Div content here</div>

This div box has shadow with color #f19496


Comments

No comments written yet.

Please login to write comment.