Color Hex Logo

#f03faa Color Hex

#F03FAA
(240,63,170)
0 Favorites   0 Comments

Color spaces of #f03faa

RGB 24063170
HSL0.900.860.59
HSV324°74°94°
CMYK 0.000.740.29   0.06
XYZ44.968424.982640.4822
Yxy24.98260.40720.2262
Hunter Lab49.982673.1235-13.0327
CIE-Lab57.058574.6995-17.8501

#f03faa color RGB value is (240,63,170).

#f03faa hex color red value is 240, green value is 63 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f03faa hue: 0.90 , saturation: 0.86 and the lightness value of f03faa is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00111111 10101010
Octal 360 77 252
Decimal 240 63 170
Hex F0 3F AA

RGB Percentages of Color #f03faa

%50.74
%13.32
%35.94

CMYK Percentages of Color #f03faa

%0
%74
%29
%6

Triadic Colors of #f03faa

#f03faa #aaf03f #3faaf0

Analogous Colors of #f03faa

#f03faa #f03f51 #de3ff0

Monochromatic Colors of #f03faa

#f03faa

Complementary Color

#f03faa #3ff085

#f03faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f03faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f03faa Color CSS Codes

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

#f03faa Text Font Color

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

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


#f03faa Background Color

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

This div background color is #f03faa


#f03faa Border Color

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

This div border color is #f03faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f03faa


Comments

No comments written yet.

Please login to write comment.