Color Hex Logo

#f02442 Color Hex

#F02442
(240,36,66)
0 Favorites   0 Comments

Color spaces of #f02442

RGB 2403666
HSL0.980.870.54
HSV351°85°94°
CMYK 0.000.850.73   0.06
XYZ37.549420.18047.0704
Yxy20.18040.57950.3114
Hunter Lab44.922670.588022.1141
CIE-Lab52.040673.602436.9233

#f02442 color RGB value is (240,36,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00100100 01000010
Octal 360 44 102
Decimal 240 36 66
Hex F0 24 42

RGB Percentages of Color #f02442

%70.18
%10.53
%19.30

CMYK Percentages of Color #f02442

%0
%85
%73
%6

Triadic Colors of #f02442

#f02442 #42f024 #2442f0

Analogous Colors of #f02442

#f02442 #f06c24 #f024a8

Monochromatic Colors of #f02442

#f02442

Complementary Color

#f02442 #24f0d2

#f02442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f02442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f02442 Color CSS Codes

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

#f02442 Text Font Color

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

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


#f02442 Background Color

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

This div background color is #f02442


#f02442 Border Color

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

This div border color is #f02442


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f02442


Comments

No comments written yet.

Please login to write comment.