Color Hex Logo

#f25cc8 Color Hex

#F25CC8
(242,92,200)
0 Favorites   0 Comments

Color spaces of #f25cc8

RGB 24292200
HSL0.880.850.65
HSV317°62°95°
CMYK 0.000.620.17   0.05
XYZ50.870430.701757.8884
Yxy30.70170.36480.2201
Hunter Lab55.409166.9126-23.1566
CIE-Lab62.255068.6499-27.0995

#f25cc8 color RGB value is (242,92,200).

#f25cc8 hex color red value is 242, green value is 92 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #f25cc8 hue: 0.88 , saturation: 0.85 and the lightness value of f25cc8 is 0.65.

The process color (four color CMYK) of #f25cc8 color hex is 0.00, 0.62, 0.17, 0.05. Web safe color of #f25cc8 is #ff66cc. Color #f25cc8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01011100 11001000
Octal 362 134 310
Decimal 242 92 200
Hex F2 5C C8

RGB Percentages of Color #f25cc8

%45.32
%17.23
%37.45

CMYK Percentages of Color #f25cc8

%0
%62
%17
%5

Triadic Colors of #f25cc8

#f25cc8 #c8f25c #5cc8f2

Analogous Colors of #f25cc8

#f25cc8 #f25c7d #d15cf2

Monochromatic Colors of #f25cc8

#f25cc8

Complementary Color

#f25cc8 #5cf286

#f25cc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f25cc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f25cc8 Color CSS Codes

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

#f25cc8 Text Font Color

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

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


#f25cc8 Background Color

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

This div background color is #f25cc8


#f25cc8 Border Color

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

This div border color is #f25cc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f25cc8


Comments

No comments written yet.

Please login to write comment.