color codes Logo

#f3418c color codes

#F3418C
(243,65,140)
0 Favorites   0 Comments

Color spaces of #f3418c

RGB 24365140
HSL0.930.880.60
HSV335°73°95°
CMYK 0.000.730.42   0.05
XYZ43.586124.728727.2868
Yxy24.72870.45590.2587
Hunter Lab49.728069.42972.2759
CIE-Lab56.810171.7362-0.5592

#f3418c color RGB value is (243,65,140).

#f3418c hex color red value is 243, green value is 65 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #f3418c hue: 0.93 , saturation: 0.88 and the lightness value of f3418c is 0.60.

The process color (four color CMYK) of #f3418c color code is 0.00, 0.73, 0.42, 0.05. Web safe color of #f3418c is #ff3399. Color #f3418c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01000001 10001100
Octal 363 101 214
Decimal 243 65 140
Hex F3 41 8C

RGB Percentages of Color #f3418c

%54.24
%14.51
%31.25

CMYK Percentages of Color #f3418c

%0
%73
%42
%5

Triadic Colors of #f3418c

#f3418c #8cf341 #418cf3

Analogous Colors of #f3418c

#f3418c #f34f41 #f341e5

Monochromatic Colors of #f3418c

#f3418c

Complementary Color

#f3418c #41f3a8

#f3418c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3418c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3418c Color CSS Codes

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

#f3418c Text Font Color

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

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


#f3418c Background Color

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

This div background color is #f3418c


#f3418c Border Color

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

This div border color is #f3418c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3418c


Comments

No comments written yet.

Please login to write comment.