Color Hex Logo

#f25fc4 Color Hex

#F25FC4
(242,95,196)
0 Favorites   0 Comments

Color spaces of #f25fc4

RGB 24295196
HSL0.890.850.66
HSV319°61°95°
CMYK 0.000.610.19   0.05
XYZ50.674031.047255.5464
Yxy31.04720.36920.2262
Hunter Lab55.720064.8250-20.1013
CIE-Lab62.547566.8662-24.3802

#f25fc4 color RGB value is (242,95,196).

#f25fc4 hex color red value is 242, green value is 95 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #f25fc4 hue: 0.89 , saturation: 0.85 and the lightness value of f25fc4 is 0.66.

The process color (four color CMYK) of #f25fc4 color hex is 0.00, 0.61, 0.19, 0.05. Web safe color of #f25fc4 is #ff66cc. Color #f25fc4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01011111 11000100
Octal 362 137 304
Decimal 242 95 196
Hex F2 5F C4

RGB Percentages of Color #f25fc4

%45.40
%17.82
%36.77

CMYK Percentages of Color #f25fc4

%0
%61
%19
%5

Triadic Colors of #f25fc4

#f25fc4 #c4f25f #5fc4f2

Analogous Colors of #f25fc4

#f25fc4 #f25f7b #d75ff2

Monochromatic Colors of #f25fc4

#f25fc4

Complementary Color

#f25fc4 #5ff28d

#f25fc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f25fc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f25fc4 Color CSS Codes

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

#f25fc4 Text Font Color

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

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


#f25fc4 Background Color

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

This div background color is #f25fc4


#f25fc4 Border Color

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

This div border color is #f25fc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f25fc4


Comments

No comments written yet.

Please login to write comment.