Color Hex Logo

#f20cfd Color Hex

#F20CFD
(242,12,253)
0 Favorites   0 Comments

Color spaces of #f20cfd

RGB 24212253
HSL0.830.980.52
HSV297°95°99°
CMYK 0.040.950.00   0.01
XYZ54.479026.232095.1204
Yxy26.23200.30980.1492
Hunter Lab51.2172100.2379-74.2612
CIE-Lab58.256695.2650-63.1625

#f20cfd color RGB value is (242,12,253).

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

The process color (four color CMYK) of #f20cfd color hex is 0.04, 0.95, 0.00, 0.01. Web safe color of #f20cfd is #ff00ff. Color #f20cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00001100 11111101
Octal 362 14 375
Decimal 242 12 253
Hex F2 C FD

RGB Percentages of Color #f20cfd

%47.73
%2.37
%49.90

CMYK Percentages of Color #f20cfd

%4
%95
%0
%1

Triadic Colors of #f20cfd

#f20cfd #fdf20c #0cfdf2

Analogous Colors of #f20cfd

#f20cfd #fd0c90 #7a0cfd

Monochromatic Colors of #f20cfd

#f20cfd

Complementary Color

#f20cfd #17fd0c

#f20cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f20cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f20cfd Color CSS Codes

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

#f20cfd Text Font Color

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

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


#f20cfd Background Color

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

This div background color is #f20cfd


#f20cfd Border Color

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

This div border color is #f20cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f20cfd


Comments

No comments written yet.

Please login to write comment.