Color Hex Logo

#f02fab Color Hex

#F02FAB
(240,47,171)
0 Favorites   0 Comments

Color spaces of #f02fab

RGB 24047171
HSL0.890.870.56
HSV321°80°94°
CMYK 0.000.800.29   0.06
XYZ44.302423.498640.7288
Yxy23.49860.40820.2165
Hunter Lab48.475478.3021-15.8825
CIE-Lab55.582279.1295-20.6867

#f02fab color RGB value is (240,47,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00101111 10101011
Octal 360 57 253
Decimal 240 47 171
Hex F0 2F AB

RGB Percentages of Color #f02fab

%52.40
%10.26
%37.34

CMYK Percentages of Color #f02fab

%0
%80
%29
%6

Triadic Colors of #f02fab

#f02fab #abf02f #2fabf0

Analogous Colors of #f02fab

#f02fab #f02f4a #d52ff0

Monochromatic Colors of #f02fab

#f02fab

Complementary Color

#f02fab #2ff074

#f02fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f02fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f02fab Color CSS Codes

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

#f02fab Text Font Color

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

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


#f02fab Background Color

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

This div background color is #f02fab


#f02fab Border Color

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

This div border color is #f02fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f02fab


Comments

No comments written yet.

Please login to write comment.