Color Hex Logo

#f24cfd Color Hex

#F24CFD
(242,76,253)
0 Favorites   0 Comments

Color spaces of #f24cfd

RGB 24276253
HSL0.820.980.65
HSV296°70°99°
CMYK 0.040.700.00   0.01
XYZ56.932031.138095.9381
Yxy31.13800.30940.1692
Hunter Lab55.801484.4640-62.8749
CIE-Lab62.624082.5827-56.1789

#f24cfd color RGB value is (242,76,253).

#f24cfd hex color red value is 242, green value is 76 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f24cfd hue: 0.82 , saturation: 0.98 and the lightness value of f24cfd is 0.65.

The process color (four color CMYK) of #f24cfd color hex is 0.04, 0.70, 0.00, 0.01. Web safe color of #f24cfd is #ff33ff. Color #f24cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01001100 11111101
Octal 362 114 375
Decimal 242 76 253
Hex F2 4C FD

RGB Percentages of Color #f24cfd

%42.38
%13.31
%44.31

CMYK Percentages of Color #f24cfd

%4
%70
%0
%1

Triadic Colors of #f24cfd

#f24cfd #fdf24c #4cfdf2

Analogous Colors of #f24cfd

#f24cfd #fd4cb0 #9a4cfd

Monochromatic Colors of #f24cfd

#f24cfd

Complementary Color

#f24cfd #57fd4c

#f24cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f24cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f24cfd Color CSS Codes

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

#f24cfd Text Font Color

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

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


#f24cfd Background Color

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

This div background color is #f24cfd


#f24cfd Border Color

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

This div border color is #f24cfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,76,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f24cfd


Comments

No comments written yet.

Please login to write comment.