Color Hex Logo

#f043cf Color Hex

#F043CF
(240,67,207)
0 Favorites   0 Comments

Color spaces of #f043cf

RGB 24067207
HSL0.870.850.60
HSV311°72°94°
CMYK 0.000.720.14   0.06
XYZ49.204827.044661.6582
Yxy27.04460.35680.1961
Hunter Lab52.004477.8828-33.8931
CIE-Lab59.015678.1330-36.1281

#f043cf color RGB value is (240,67,207).

#f043cf hex color red value is 240, green value is 67 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f043cf hue: 0.87 , saturation: 0.85 and the lightness value of f043cf is 0.60.

The process color (four color CMYK) of #f043cf color hex is 0.00, 0.72, 0.14, 0.06. Web safe color of #f043cf is #ff33cc. Color #f043cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000011 11001111
Octal 360 103 317
Decimal 240 67 207
Hex F0 43 CF

RGB Percentages of Color #f043cf

%46.69
%13.04
%40.27

CMYK Percentages of Color #f043cf

%0
%72
%14
%6

Triadic Colors of #f043cf

#f043cf #cff043 #43cff0

Analogous Colors of #f043cf

#f043cf #f04379 #bb43f0

Monochromatic Colors of #f043cf

#f043cf

Complementary Color

#f043cf #43f064

#f043cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f043cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f043cf Color CSS Codes

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

#f043cf Text Font Color

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

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


#f043cf Background Color

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

This div background color is #f043cf


#f043cf Border Color

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

This div border color is #f043cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f043cf


Comments

No comments written yet.

Please login to write comment.