Color Hex Logo

#f4234b Color Hex

#F4234B
(244,35,75)
0 Favorites   0 Comments

Color spaces of #f4234b

RGB 2443575
HSL0.970.900.55
HSV349°86°96°
CMYK 0.000.860.69   0.04
XYZ39.179320.94328.6341
Yxy20.94320.56980.3046
Hunter Lab45.763772.731120.8486
CIE-Lab52.887375.186232.8469

#f4234b color RGB value is (244,35,75).

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

The process color (four color CMYK) of #f4234b color hex is 0.00, 0.86, 0.69, 0.04. Web safe color of #f4234b is #ff3333. Color #f4234b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00100011 01001011
Octal 364 43 113
Decimal 244 35 75
Hex F4 23 4B

RGB Percentages of Color #f4234b

%68.93
%9.89
%21.19

CMYK Percentages of Color #f4234b

%0
%86
%69
%4

Triadic Colors of #f4234b

#f4234b #4bf423 #234bf4

Analogous Colors of #f4234b

#f4234b #f46423 #f423b4

Monochromatic Colors of #f4234b

#f4234b

Complementary Color

#f4234b #23f4cc

#f4234b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4234b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4234b Color CSS Codes

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

#f4234b Text Font Color

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

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


#f4234b Background Color

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

This div background color is #f4234b


#f4234b Border Color

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

This div border color is #f4234b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,35,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 #f4234b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4234b


Comments

No comments written yet.

Please login to write comment.