Color Hex Logo

#f24fcf Color Hex

#F24FCF
(242,79,207)
0 Favorites   0 Comments

Color spaces of #f24fcf

RGB 24279207
HSL0.870.860.63
HSV313°67°95°
CMYK 0.000.670.14   0.05
XYZ50.676428.974261.9531
Yxy28.97420.35790.2046
Hunter Lab53.827773.8514-30.5606
CIE-Lab60.758974.5821-33.3858

#f24fcf color RGB value is (242,79,207).

#f24fcf hex color red value is 242, green value is 79 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f24fcf hue: 0.87 , saturation: 0.86 and the lightness value of f24fcf is 0.63.

The process color (four color CMYK) of #f24fcf color hex is 0.00, 0.67, 0.14, 0.05. Web safe color of #f24fcf is #ff66cc. Color #f24fcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01001111 11001111
Octal 362 117 317
Decimal 242 79 207
Hex F2 4F CF

RGB Percentages of Color #f24fcf

%45.83
%14.96
%39.20

CMYK Percentages of Color #f24fcf

%0
%67
%14
%5

Triadic Colors of #f24fcf

#f24fcf #cff24f #4fcff2

Analogous Colors of #f24fcf

#f24fcf #f24f7e #c44ff2

Monochromatic Colors of #f24fcf

#f24fcf

Complementary Color

#f24fcf #4ff272

#f24fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f24fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f24fcf Color CSS Codes

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

#f24fcf Text Font Color

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

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


#f24fcf Background Color

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

This div background color is #f24fcf


#f24fcf Border Color

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

This div border color is #f24fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f24fcf


Comments

No comments written yet.

Please login to write comment.