Color Hex Logo

#f224cc Color Hex

#F224CC
(242,36,204)
0 Favorites   0 Comments

Color spaces of #f224cc

RGB 24236204
HSL0.860.890.55
HSV311°85°95°
CMYK 0.000.850.16   0.05
XYZ48.147924.498659.3178
Yxy24.49860.36490.1856
Hunter Lab49.496187.0200-36.4080
CIE-Lab56.583685.7205-38.2006

#f224cc color RGB value is (242,36,204).

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

The process color (four color CMYK) of #f224cc color hex is 0.00, 0.85, 0.16, 0.05. Web safe color of #f224cc is #ff33cc. Color #f224cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00100100 11001100
Octal 362 44 314
Decimal 242 36 204
Hex F2 24 CC

RGB Percentages of Color #f224cc

%50.21
%7.47
%42.32

CMYK Percentages of Color #f224cc

%0
%85
%16
%5

Triadic Colors of #f224cc

#f224cc #ccf224 #24ccf2

Analogous Colors of #f224cc

#f224cc #f22465 #b124f2

Monochromatic Colors of #f224cc

#f224cc

Complementary Color

#f224cc #24f24a

#f224cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f224cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f224cc Color CSS Codes

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

#f224cc Text Font Color

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

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


#f224cc Background Color

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

This div background color is #f224cc


#f224cc Border Color

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

This div border color is #f224cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f224cc


Comments

No comments written yet.

Please login to write comment.