color codes Logo

#f41d4b color codes

#F41D4B
(244,29,75)
0 Favorites   0 Comments

Color spaces of #f41d4b

RGB 2442975
HSL0.960.910.54
HSV347°88°96°
CMYK 0.000.880.69   0.04
XYZ39.017620.61988.5802
Yxy20.61980.57200.3023
Hunter Lab45.409073.909920.5833
CIE-Lab52.530976.209832.4116

#f41d4b color RGB value is (244,29,75).

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

The process color (four color CMYK) of #f41d4b color code is 0.00, 0.88, 0.69, 0.04. Web safe color of #f41d4b is #ff3333. Color #f41d4b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00011101 01001011
Octal 364 35 113
Decimal 244 29 75
Hex F4 1D 4B

RGB Percentages of Color #f41d4b

%70.11
%8.33
%21.55

CMYK Percentages of Color #f41d4b

%0
%88
%69
%4

Triadic Colors of #f41d4b

#f41d4b #4bf41d #1d4bf4

Analogous Colors of #f41d4b

#f41d4b #f45b1d #f41db7

Monochromatic Colors of #f41d4b

#f41d4b

Complementary Color

#f41d4b #1df4c6

#f41d4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f41d4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f41d4b Color CSS Codes

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

#f41d4b Text Font Color

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

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


#f41d4b Background Color

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

This div background color is #f41d4b


#f41d4b Border Color

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

This div border color is #f41d4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f41d4b


Comments

No comments written yet.

Please login to write comment.