Color Hex Logo

#f051bf Color Hex

#F051BF
(240,81,191)
0 Favorites   0 Comments

Color spaces of #f051bf

RGB 24081191
HSL0.880.840.63
HSV318°66°94°
CMYK 0.000.660.20   0.06
XYZ48.281628.171752.1832
Yxy28.17170.37530.2190
Hunter Lab53.077069.4880-21.1376
CIE-Lab60.043571.1754-25.4046

#f051bf color RGB value is (240,81,191).

#f051bf hex color red value is 240, green value is 81 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f051bf hue: 0.88 , saturation: 0.84 and the lightness value of f051bf is 0.63.

The process color (four color CMYK) of #f051bf color hex is 0.00, 0.66, 0.20, 0.06. Web safe color of #f051bf is #ff66cc. Color #f051bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010001 10111111
Octal 360 121 277
Decimal 240 81 191
Hex F0 51 BF

RGB Percentages of Color #f051bf

%46.88
%15.82
%37.30

CMYK Percentages of Color #f051bf

%0
%66
%20
%6

Triadic Colors of #f051bf

#f051bf #bff051 #51bff0

Analogous Colors of #f051bf

#f051bf #f05170 #d251f0

Monochromatic Colors of #f051bf

#f051bf

Complementary Color

#f051bf #51f082

#f051bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f051bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f051bf Color CSS Codes

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

#f051bf Text Font Color

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

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


#f051bf Background Color

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

This div background color is #f051bf


#f051bf Border Color

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

This div border color is #f051bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f051bf


Comments

No comments written yet.

Please login to write comment.