Color Hex Logo

#f046cf Color Hex

#F046CF
(240,70,207)
0 Favorites   0 Comments

Color spaces of #f046cf

RGB 24070207
HSL0.870.850.61
HSV312°71°94°
CMYK 0.000.710.14   0.06
XYZ49.387827.410661.7192
Yxy27.41060.35650.1979
Hunter Lab52.355176.7617-33.2458
CIE-Lab59.352577.1781-35.6018

#f046cf color RGB value is (240,70,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000110 11001111
Octal 360 106 317
Decimal 240 70 207
Hex F0 46 CF

RGB Percentages of Color #f046cf

%46.42
%13.54
%40.04

CMYK Percentages of Color #f046cf

%0
%71
%14
%6

Triadic Colors of #f046cf

#f046cf #cff046 #46cff0

Analogous Colors of #f046cf

#f046cf #f0467a #bc46f0

Monochromatic Colors of #f046cf

#f046cf

Complementary Color

#f046cf #46f067

#f046cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f046cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f046cf Color CSS Codes

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

#f046cf Text Font Color

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

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


#f046cf Background Color

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

This div background color is #f046cf


#f046cf Border Color

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

This div border color is #f046cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,70,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 #f046cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f046cf


Comments

No comments written yet.

Please login to write comment.