Color Hex Logo

#f24dcf Color Hex

#F24DCF
(242,77,207)
0 Favorites   0 Comments

Color spaces of #f24dcf

RGB 24277207
HSL0.870.860.63
HSV313°68°95°
CMYK 0.000.680.14   0.05
XYZ50.534328.690061.9058
Yxy28.69000.35810.2033
Hunter Lab53.563074.6713-31.0306
CIE-Lab60.507175.2881-33.7778

#f24dcf color RGB value is (242,77,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01001101 11001111
Octal 362 115 317
Decimal 242 77 207
Hex F2 4D CF

RGB Percentages of Color #f24dcf

%46.01
%14.64
%39.35

CMYK Percentages of Color #f24dcf

%0
%68
%14
%5

Triadic Colors of #f24dcf

#f24dcf #cff24d #4dcff2

Analogous Colors of #f24dcf

#f24dcf #f24d7d #c34df2

Monochromatic Colors of #f24dcf

#f24dcf

Complementary Color

#f24dcf #4df270

#f24dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f24dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f24dcf Color CSS Codes

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

#f24dcf Text Font Color

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

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


#f24dcf Background Color

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

This div background color is #f24dcf


#f24dcf Border Color

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

This div border color is #f24dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f24dcf


Comments

No comments written yet.

Please login to write comment.