Color Hex Logo

#f02446 Color Hex

#F02446
(240,36,70)
0 Favorites   0 Comments

Color spaces of #f02446

RGB 2403670
HSL0.970.870.54
HSV350°85°94°
CMYK 0.000.850.71   0.06
XYZ37.671520.22927.7135
Yxy20.22920.57410.3083
Hunter Lab44.976970.797521.3156
CIE-Lab52.095473.763434.6509

#f02446 color RGB value is (240,36,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00100100 01000110
Octal 360 44 106
Decimal 240 36 70
Hex F0 24 46

RGB Percentages of Color #f02446

%69.36
%10.40
%20.23

CMYK Percentages of Color #f02446

%0
%85
%71
%6

Triadic Colors of #f02446

#f02446 #46f024 #2446f0

Analogous Colors of #f02446

#f02446 #f06824 #f024ac

Monochromatic Colors of #f02446

#f02446

Complementary Color

#f02446 #24f0ce

#f02446 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f02446 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f02446 Color CSS Codes

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

#f02446 Text Font Color

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

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


#f02446 Background Color

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

This div background color is #f02446


#f02446 Border Color

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

This div border color is #f02446


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f02446


Comments

No comments written yet.

Please login to write comment.