Color Hex Logo

#f02faa Color Hex

#F02FAA
(240,47,170)
0 Favorites   0 Comments

Color spaces of #f02faa

RGB 24047170
HSL0.890.870.56
HSV322°80°94°
CMYK 0.000.800.29   0.06
XYZ44.207423.460640.2286
Yxy23.46060.40970.2174
Hunter Lab48.436178.1527-15.3380
CIE-Lab55.543679.0186-20.1609

#f02faa color RGB value is (240,47,170).

#f02faa hex color red value is 240, green value is 47 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f02faa hue: 0.89 , saturation: 0.87 and the lightness value of f02faa is 0.56.

The process color (four color CMYK) of #f02faa color hex is 0.00, 0.80, 0.29, 0.06. Web safe color of #f02faa is #ff3399. Color #f02faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00101111 10101010
Octal 360 57 252
Decimal 240 47 170
Hex F0 2F AA

RGB Percentages of Color #f02faa

%52.52
%10.28
%37.20

CMYK Percentages of Color #f02faa

%0
%80
%29
%6

Triadic Colors of #f02faa

#f02faa #aaf02f #2faaf0

Analogous Colors of #f02faa

#f02faa #f02f49 #d62ff0

Monochromatic Colors of #f02faa

#f02faa

Complementary Color

#f02faa #2ff075

#f02faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f02faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f02faa Color CSS Codes

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

#f02faa Text Font Color

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

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


#f02faa Background Color

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

This div background color is #f02faa


#f02faa Border Color

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

This div border color is #f02faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f02faa


Comments

No comments written yet.

Please login to write comment.