Color Hex Logo

#f424cf Color Hex

#F424CF
(244,36,207)
0 Favorites   0 Comments

Color spaces of #f424cf

RGB 24436207
HSL0.860.900.55
HSV311°85°96°
CMYK 0.000.850.15   0.04
XYZ49.201624.999861.2637
Yxy24.99980.36320.1845
Hunter Lab49.999888.1508-37.6469
CIE-Lab57.075286.4880-39.1199

#f424cf color RGB value is (244,36,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00100100 11001111
Octal 364 44 317
Decimal 244 36 207
Hex F4 24 CF

RGB Percentages of Color #f424cf

%50.10
%7.39
%42.51

CMYK Percentages of Color #f424cf

%0
%85
%15
%4

Triadic Colors of #f424cf

#f424cf #cff424 #24cff4

Analogous Colors of #f424cf

#f424cf #f42467 #b124f4

Monochromatic Colors of #f424cf

#f424cf

Complementary Color

#f424cf #24f449

#f424cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f424cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f424cf Color CSS Codes

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

#f424cf Text Font Color

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

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


#f424cf Background Color

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

This div background color is #f424cf


#f424cf Border Color

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

This div border color is #f424cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f424cf


Comments

No comments written yet.

Please login to write comment.