Color Hex Logo

#f225cc Color Hex

#F225CC
(242,37,204)
0 Favorites   0 Comments

Color spaces of #f225cc

RGB 24237204
HSL0.860.890.55
HSV311°85°95°
CMYK 0.000.850.16   0.05
XYZ48.178624.560059.3280
Yxy24.56000.36480.1860
Hunter Lab49.558086.8049-36.2879
CIE-Lab56.644285.5440-38.1055

#f225cc color RGB value is (242,37,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 00100101 11001100
Octal 362 45 314
Decimal 242 37 204
Hex F2 25 CC

RGB Percentages of Color #f225cc

%50.10
%7.66
%42.24

CMYK Percentages of Color #f225cc

%0
%85
%16
%5

Triadic Colors of #f225cc

#f225cc #ccf225 #25ccf2

Analogous Colors of #f225cc

#f225cc #f22566 #b225f2

Monochromatic Colors of #f225cc

#f225cc

Complementary Color

#f225cc #25f24b

#f225cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f225cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f225cc Color CSS Codes

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

#f225cc Text Font Color

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

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


#f225cc Background Color

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

This div background color is #f225cc


#f225cc Border Color

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

This div border color is #f225cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f225cc


Comments

No comments written yet.

Please login to write comment.