Color Hex Logo

#f03fac Color Hex

#F03FAC
(240,63,172)
0 Favorites   0 Comments

Color spaces of #f03fac

RGB 24063172
HSL0.900.860.59
HSV323°74°94°
CMYK 0.000.740.28   0.06
XYZ45.159125.058841.4864
Yxy25.05880.40430.2243
Hunter Lab50.058873.4259-14.0957
CIE-Lab57.132774.9296-18.9016

#f03fac color RGB value is (240,63,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00111111 10101100
Octal 360 77 254
Decimal 240 63 172
Hex F0 3F AC

RGB Percentages of Color #f03fac

%50.53
%13.26
%36.21

CMYK Percentages of Color #f03fac

%0
%74
%28
%6

Triadic Colors of #f03fac

#f03fac #acf03f #3facf0

Analogous Colors of #f03fac

#f03fac #f03f53 #dc3ff0

Monochromatic Colors of #f03fac

#f03fac

Complementary Color

#f03fac #3ff083

#f03fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f03fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f03fac Color CSS Codes

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

#f03fac Text Font Color

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

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


#f03fac Background Color

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

This div background color is #f03fac


#f03fac Border Color

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

This div border color is #f03fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f03fac


Comments

No comments written yet.

Please login to write comment.