Color Hex Logo

#f02441 Color Hex

#F02441
(240,36,65)
0 Favorites   0 Comments

Color spaces of #f02441

RGB 2403665
HSL0.980.870.54
HSV351°85°94°
CMYK 0.000.850.73   0.06
XYZ37.520220.16876.9164
Yxy20.16870.58080.3122
Hunter Lab44.909670.538022.3056
CIE-Lab52.027473.564037.4886

#f02441 color RGB value is (240,36,65).

#f02441 hex color red value is 240, green value is 36 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #f02441 hue: 0.98 , saturation: 0.87 and the lightness value of f02441 is 0.54.

The process color (four color CMYK) of #f02441 color hex is 0.00, 0.85, 0.73, 0.06. Web safe color of #f02441 is #ff3333. Color #f02441 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00100100 01000001
Octal 360 44 101
Decimal 240 36 65
Hex F0 24 41

RGB Percentages of Color #f02441

%70.38
%10.56
%19.06

CMYK Percentages of Color #f02441

%0
%85
%73
%6

Triadic Colors of #f02441

#f02441 #41f024 #2441f0

Analogous Colors of #f02441

#f02441 #f06d24 #f024a7

Monochromatic Colors of #f02441

#f02441

Complementary Color

#f02441 #24f0d3

#f02441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f02441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f02441 Color CSS Codes

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

#f02441 Text Font Color

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

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


#f02441 Background Color

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

This div background color is #f02441


#f02441 Border Color

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

This div border color is #f02441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f02441


Comments

No comments written yet.

Please login to write comment.