Color Hex Logo

#f3697d Color Hex

#F3697D
(243,105,125)
0 Favorites   0 Comments

Color spaces of #f3697d

RGB 243105125
HSL0.980.850.68
HSV351°57°95°
CMYK 0.000.570.49   0.05
XYZ45.715430.638522.9064
Yxy30.63850.46060.3087
Hunter Lab55.352150.557514.2104
CIE-Lab62.201354.677715.8804

#f3697d color RGB value is (243,105,125).

#f3697d hex color red value is 243, green value is 105 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #f3697d hue: 0.98 , saturation: 0.85 and the lightness value of f3697d is 0.68.

The process color (four color CMYK) of #f3697d color hex is 0.00, 0.57, 0.49, 0.05. Web safe color of #f3697d is #ff6666. Color #f3697d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01101001 01111101
Octal 363 151 175
Decimal 243 105 125
Hex F3 69 7D

RGB Percentages of Color #f3697d

%51.37
%22.20
%26.43

CMYK Percentages of Color #f3697d

%0
%57
%49
%5

Triadic Colors of #f3697d

#f3697d #7df369 #697df3

Analogous Colors of #f3697d

#f3697d #f39a69 #f369c2

Monochromatic Colors of #f3697d

#f3697d

Complementary Color

#f3697d #69f3df

#f3697d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3697d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3697d Color CSS Codes

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

#f3697d Text Font Color

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

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


#f3697d Background Color

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

This div background color is #f3697d


#f3697d Border Color

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

This div border color is #f3697d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(243,105,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f3697d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f3697d;
  -webkit-box-shadow: 1px 1px 3px 2px #f3697d;
  box-shadow:         1px 1px 3px 2px #f3697d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,105,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3697d


Comments

No comments written yet.

Please login to write comment.