Color Hex Logo

#f20cdc Color Hex

#F20CDC
(242,12,220)
0 Favorites   0 Comments

Color spaces of #f20cdc

RGB 24212220
HSL0.850.910.50
HSV306°95°95°
CMYK 0.000.950.09   0.05
XYZ49.667724.307569.7842
Yxy24.30750.34550.1691
Hunter Lab49.302693.5421-49.4087
CIE-Lab56.394490.6865-47.6186

#f20cdc color RGB value is (242,12,220).

#f20cdc hex color red value is 242, green value is 12 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f20cdc hue: 0.85 , saturation: 0.91 and the lightness value of f20cdc is 0.50.

The process color (four color CMYK) of #f20cdc color hex is 0.00, 0.95, 0.09, 0.05. Web safe color of #f20cdc is #ff00cc. Color #f20cdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00001100 11011100
Octal 362 14 334
Decimal 242 12 220
Hex F2 C DC

RGB Percentages of Color #f20cdc

%51.05
%2.53
%46.41

CMYK Percentages of Color #f20cdc

%0
%95
%9
%5

Triadic Colors of #f20cdc

#f20cdc #dcf20c #0cdcf2

Analogous Colors of #f20cdc

#f20cdc #f20c69 #950cf2

Monochromatic Colors of #f20cdc

#f20cdc

Complementary Color

#f20cdc #0cf222

#f20cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f20cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f20cdc Color CSS Codes

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

#f20cdc Text Font Color

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

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


#f20cdc Background Color

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

This div background color is #f20cdc


#f20cdc Border Color

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

This div border color is #f20cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f20cdc


Comments

No comments written yet.

Please login to write comment.