Color Hex Logo

#f03239 Color Hex

#F03239
(240,50,57)
0 Favorites   0 Comments

Color spaces of #f03239

RGB 2405057
HSL0.990.860.57
HSV358°79°94°
CMYK 0.000.790.76   0.06
XYZ37.814321.10195.9509
Yxy21.10190.58300.3253
Hunter Lab45.936866.548424.4750
CIE-Lab53.060870.065443.1712

#f03239 color RGB value is (240,50,57).

#f03239 hex color red value is 240, green value is 50 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #f03239 hue: 0.99 , saturation: 0.86 and the lightness value of f03239 is 0.57.

The process color (four color CMYK) of #f03239 color hex is 0.00, 0.79, 0.76, 0.06. Web safe color of #f03239 is #ff3333. Color #f03239 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00110010 00111001
Octal 360 62 71
Decimal 240 50 57
Hex F0 32 39

RGB Percentages of Color #f03239

%69.16
%14.41
%16.43

CMYK Percentages of Color #f03239

%0
%79
%76
%6

Triadic Colors of #f03239

#f03239 #39f032 #3239f0

Analogous Colors of #f03239

#f03239 #f08a32 #f03298

Monochromatic Colors of #f03239

#f03239

Complementary Color

#f03239 #32f0e9

#f03239 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f03239 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f03239 Color CSS Codes

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

#f03239 Text Font Color

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

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


#f03239 Background Color

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

This div background color is #f03239


#f03239 Border Color

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

This div border color is #f03239


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f03239


Comments

No comments written yet.

Please login to write comment.