Color Hex Logo

#f02146 Color Hex

#F02146
(240,33,70)
0 Favorites   0 Comments

Color spaces of #f02146

RGB 2403370
HSL0.970.870.54
HSV349°86°94°
CMYK 0.000.860.71   0.06
XYZ37.584520.05527.6845
Yxy20.05520.57540.3070
Hunter Lab44.783071.437221.1743
CIE-Lab51.899674.324434.4171

#f02146 color RGB value is (240,33,70).

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

The process color (four color CMYK) of #f02146 color hex is 0.00, 0.86, 0.71, 0.06. Web safe color of #f02146 is #ff3333. Color #f02146 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00100001 01000110
Octal 360 41 106
Decimal 240 33 70
Hex F0 21 46

RGB Percentages of Color #f02146

%69.97
%9.62
%20.41

CMYK Percentages of Color #f02146

%0
%86
%71
%6

Triadic Colors of #f02146

#f02146 #46f021 #2146f0

Analogous Colors of #f02146

#f02146 #f06321 #f021ae

Monochromatic Colors of #f02146

#f02146

Complementary Color

#f02146 #21f0cb

#f02146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f02146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f02146 Color CSS Codes

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

#f02146 Text Font Color

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

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


#f02146 Background Color

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

This div background color is #f02146


#f02146 Border Color

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

This div border color is #f02146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f02146


Comments

No comments written yet.

Please login to write comment.