Color Hex Logo

#f420cf Color Hex

#F420CF
(244,32,207)
0 Favorites   0 Comments

Color spaces of #f420cf

RGB 24432207
HSL0.860.910.54
HSV310°87°96°
CMYK 0.000.870.15   0.04
XYZ49.087224.771161.2256
Yxy24.77110.36340.1834
Hunter Lab49.770688.9506-38.0966
CIE-Lab56.851787.1400-39.4710

#f420cf color RGB value is (244,32,207).

#f420cf hex color red value is 244, green value is 32 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f420cf hue: 0.86 , saturation: 0.91 and the lightness value of f420cf is 0.54.

The process color (four color CMYK) of #f420cf color hex is 0.00, 0.87, 0.15, 0.04. Web safe color of #f420cf is #ff33cc. Color #f420cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00100000 11001111
Octal 364 40 317
Decimal 244 32 207
Hex F4 20 CF

RGB Percentages of Color #f420cf

%50.52
%6.63
%42.86

CMYK Percentages of Color #f420cf

%0
%87
%15
%4

Triadic Colors of #f420cf

#f420cf #cff420 #20cff4

Analogous Colors of #f420cf

#f420cf #f42065 #af20f4

Monochromatic Colors of #f420cf

#f420cf

Complementary Color

#f420cf #20f445

#f420cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f420cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f420cf Color CSS Codes

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

#f420cf Text Font Color

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

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


#f420cf Background Color

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

This div background color is #f420cf


#f420cf Border Color

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

This div border color is #f420cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f420cf


Comments

No comments written yet.

Please login to write comment.