Color Hex Logo

#f02290 Color Hex

#F02290
(240,34,144)
0 Favorites   0 Comments

Color spaces of #f02290

RGB 24034144
HSL0.910.870.54
HSV328°86°94°
CMYK 0.000.860.40   0.06
XYZ41.541221.682928.3813
Yxy21.68290.45350.2367
Hunter Lab46.564977.7538-3.5418
CIE-Lab53.688979.0629-7.6045

#f02290 color RGB value is (240,34,144).

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

The process color (four color CMYK) of #f02290 color hex is 0.00, 0.86, 0.40, 0.06. Web safe color of #f02290 is #ff3399. Color #f02290 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00100010 10010000
Octal 360 42 220
Decimal 240 34 144
Hex F0 22 90

RGB Percentages of Color #f02290

%57.42
%8.13
%34.45

CMYK Percentages of Color #f02290

%0
%86
%40
%6

Triadic Colors of #f02290

#f02290 #90f022 #2290f0

Analogous Colors of #f02290

#f02290 #f02229 #e922f0

Monochromatic Colors of #f02290

#f02290

Complementary Color

#f02290 #22f082

#f02290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f02290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f02290 Color CSS Codes

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

#f02290 Text Font Color

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

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


#f02290 Background Color

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

This div background color is #f02290


#f02290 Border Color

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

This div border color is #f02290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f02290


Comments

No comments written yet.

Please login to write comment.