Color Hex Logo

#f42361 Color Hex

#F42361
(244,35,97)
0 Favorites   0 Comments

Color spaces of #f42361

RGB 2443597
HSL0.950.900.55
HSV342°86°96°
CMYK 0.000.860.60   0.04
XYZ40.066921.298213.3085
Yxy21.29820.53660.2852
Hunter Lab46.150074.209315.2072
CIE-Lab53.274376.307020.1833

#f42361 color RGB value is (244,35,97).

#f42361 hex color red value is 244, green value is 35 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #f42361 hue: 0.95 , saturation: 0.90 and the lightness value of f42361 is 0.55.

The process color (four color CMYK) of #f42361 color hex is 0.00, 0.86, 0.60, 0.04. Web safe color of #f42361 is #ff3366. Color #f42361 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00100011 01100001
Octal 364 43 141
Decimal 244 35 97
Hex F4 23 61

RGB Percentages of Color #f42361

%64.89
%9.31
%25.80

CMYK Percentages of Color #f42361

%0
%86
%60
%4

Triadic Colors of #f42361

#f42361 #61f423 #2361f4

Analogous Colors of #f42361

#f42361 #f44e23 #f423ca

Monochromatic Colors of #f42361

#f42361

Complementary Color

#f42361 #23f4b6

#f42361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f42361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f42361 Color CSS Codes

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

#f42361 Text Font Color

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

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


#f42361 Background Color

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

This div background color is #f42361


#f42361 Border Color

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

This div border color is #f42361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f42361


Comments

No comments written yet.

Please login to write comment.