Color Hex Logo

#f051a3 Color Hex

#F051A3
(240,81,163)
0 Favorites   0 Comments

Color spaces of #f051a3

RGB 24081163
HSL0.910.840.63
HSV329°66°94°
CMYK 0.000.660.32   0.06
XYZ45.488527.054537.4749
Yxy27.05450.41350.2459
Hunter Lab52.013965.0818-6.3074
CIE-Lab59.024767.7204-10.8068

#f051a3 color RGB value is (240,81,163).

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

The process color (four color CMYK) of #f051a3 color hex is 0.00, 0.66, 0.32, 0.06. Web safe color of #f051a3 is #ff6699. Color #f051a3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01010001 10100011
Octal 360 121 243
Decimal 240 81 163
Hex F0 51 A3

RGB Percentages of Color #f051a3

%49.59
%16.74
%33.68

CMYK Percentages of Color #f051a3

%0
%66
%32
%6

Triadic Colors of #f051a3

#f051a3 #a3f051 #51a3f0

Analogous Colors of #f051a3

#f051a3 #f05154 #ee51f0

Monochromatic Colors of #f051a3

#f051a3

Complementary Color

#f051a3 #51f09e

#f051a3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f051a3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f051a3 Color CSS Codes

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

#f051a3 Text Font Color

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

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


#f051a3 Background Color

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

This div background color is #f051a3


#f051a3 Border Color

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

This div border color is #f051a3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f051a3


Comments

No comments written yet.

Please login to write comment.