Color Hex Logo

#f43293 Color Hex

#F43293
(244,50,147)
0 Favorites   0 Comments

Color spaces of #f43293

RGB 24450147
HSL0.920.900.58
HSV330°80°96°
CMYK 0.000.800.40   0.04
XYZ43.715323.620929.8590
Yxy23.62090.44980.2430
Hunter Lab48.601375.5025-2.4048
CIE-Lab55.706276.8750-6.3063

#f43293 color RGB value is (244,50,147).

#f43293 hex color red value is 244, green value is 50 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #f43293 hue: 0.92 , saturation: 0.90 and the lightness value of f43293 is 0.58.

The process color (four color CMYK) of #f43293 color hex is 0.00, 0.80, 0.40, 0.04. Web safe color of #f43293 is #ff3399. Color #f43293 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00110010 10010011
Octal 364 62 223
Decimal 244 50 147
Hex F4 32 93

RGB Percentages of Color #f43293

%55.33
%11.34
%33.33

CMYK Percentages of Color #f43293

%0
%80
%40
%4

Triadic Colors of #f43293

#f43293 #93f432 #3293f4

Analogous Colors of #f43293

#f43293 #f43232 #f432f4

Monochromatic Colors of #f43293

#f43293

Complementary Color

#f43293 #32f493

#f43293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f43293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f43293 Color CSS Codes

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

#f43293 Text Font Color

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

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


#f43293 Background Color

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

This div background color is #f43293


#f43293 Border Color

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

This div border color is #f43293


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,50,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f43293; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f43293;
  -webkit-box-shadow: 1px 1px 3px 2px #f43293;
  box-shadow:         1px 1px 3px 2px #f43293; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,50,147, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f43293

Related Colors


Comments

No comments written yet.

Please login to write comment.