Color Hex Logo

#f940cf Color Hex

#F940CF
(249,64,207)
0 Favorites   0 Comments

Color spaces of #f940cf

RGB 24964207
HSL0.870.940.61
HSV314°74°98°
CMYK 0.000.740.17   0.02
XYZ52.162828.311561.7469
Yxy28.31150.36680.1991
Hunter Lab53.208681.8768-31.5582
CIE-Lab60.169181.0499-34.2185

#f940cf color RGB value is (249,64,207).

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

The process color (four color CMYK) of #f940cf color hex is 0.00, 0.74, 0.17, 0.02. Web safe color of #f940cf is #ff33cc. Color #f940cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000000 11001111
Octal 371 100 317
Decimal 249 64 207
Hex F9 40 CF

RGB Percentages of Color #f940cf

%47.88
%12.31
%39.81

CMYK Percentages of Color #f940cf

%0
%74
%17
%2

Triadic Colors of #f940cf

#f940cf #cff940 #40cff9

Analogous Colors of #f940cf

#f940cf #f94073 #c740f9

Monochromatic Colors of #f940cf

#f940cf

Complementary Color

#f940cf #40f96a

#f940cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f940cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f940cf Color CSS Codes

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

#f940cf Text Font Color

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

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


#f940cf Background Color

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

This div background color is #f940cf


#f940cf Border Color

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

This div border color is #f940cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f940cf


Comments

No comments written yet.

Please login to write comment.