color codes Logo

#f96e7c color codes

#F96E7C
(249,110,124)
0 Favorites   0 Comments

Color spaces of #f96e7c

RGB 249110124
HSL0.980.920.70
HSV354°56°98°
CMYK 0.000.560.50   0.02
XYZ48.280932.746822.8449
Yxy32.74680.46480.3153
Hunter Lab57.224850.458016.3880
CIE-Lab63.955454.312219.0112

#f96e7c color RGB value is (249,110,124).

#f96e7c hex color red value is 249, green value is 110 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #f96e7c hue: 0.98 , saturation: 0.92 and the lightness value of f96e7c is 0.70.

The process color (four color CMYK) of #f96e7c color code is 0.00, 0.56, 0.50, 0.02. Web safe color of #f96e7c is #ff6666. Color #f96e7c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101110 01111100
Octal 371 156 174
Decimal 249 110 124
Hex F9 6E 7C

RGB Percentages of Color #f96e7c

%51.55
%22.77
%25.67

CMYK Percentages of Color #f96e7c

%0
%56
%50
%2

Triadic Colors of #f96e7c

#f96e7c #7cf96e #6e7cf9

Analogous Colors of #f96e7c

#f96e7c #f9a66e #f96ec2

Monochromatic Colors of #f96e7c

#f96e7c

Complementary Color

#f96e7c #6ef9eb

#f96e7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96e7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96e7c Color CSS Codes

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

#f96e7c Text Font Color

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

This sample text font color is #f96e7c
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.


#f96e7c Background Color

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

This div background color is #f96e7c


#f96e7c Border Color

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

This div border color is #f96e7c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,110,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f96e7c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f96e7c;
  -webkit-box-shadow: 1px 1px 3px 2px #f96e7c;
  box-shadow:         1px 1px 3px 2px #f96e7c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,110,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96e7c

Related Colors


Comments

No comments written yet.

Please login to write comment.