Color Hex Logo

#f41f65 Color Hex

#F41F65
(244,31,101)
0 Favorites   0 Comments

Color spaces of #f41f65

RGB 24431101
HSL0.950.910.54
HSV340°87°96°
CMYK 0.000.870.59   0.04
XYZ40.147221.152714.2788
Yxy21.15270.53120.2799
Hunter Lab45.992175.329413.7871
CIE-Lab53.116277.238817.5549

#f41f65 color RGB value is (244,31,101).

#f41f65 hex color red value is 244, green value is 31 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #f41f65 hue: 0.95 , saturation: 0.91 and the lightness value of f41f65 is 0.54.

The process color (four color CMYK) of #f41f65 color hex is 0.00, 0.87, 0.59, 0.04. Web safe color of #f41f65 is #ff3366. Color #f41f65 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00011111 01100101
Octal 364 37 145
Decimal 244 31 101
Hex F4 1F 65

RGB Percentages of Color #f41f65

%64.89
%8.24
%26.86

CMYK Percentages of Color #f41f65

%0
%87
%59
%4

Triadic Colors of #f41f65

#f41f65 #65f41f #1f65f4

Analogous Colors of #f41f65

#f41f65 #f4431f #f41fd0

Monochromatic Colors of #f41f65

#f41f65

Complementary Color

#f41f65 #1ff4ae

#f41f65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f41f65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f41f65 Color CSS Codes

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

#f41f65 Text Font Color

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

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


#f41f65 Background Color

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

This div background color is #f41f65


#f41f65 Border Color

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

This div border color is #f41f65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f41f65


Comments

No comments written yet.

Please login to write comment.