Color Hex Logo

#f25599 Color Hex

#F25599
(242,85,153)
0 Favorites   0 Comments

Color spaces of #f25599

RGB 24285153
HSL0.930.860.64
HSV334°65°95°
CMYK 0.000.650.37   0.05
XYZ45.616227.674233.0744
Yxy27.67420.42890.2602
Hunter Lab52.606362.7208-0.4522
CIE-Lab59.593265.6356-4.1106

#f25599 color RGB value is (242,85,153).

#f25599 hex color red value is 242, green value is 85 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #f25599 hue: 0.93 , saturation: 0.86 and the lightness value of f25599 is 0.64.

The process color (four color CMYK) of #f25599 color hex is 0.00, 0.65, 0.37, 0.05. Web safe color of #f25599 is #ff6699. Color #f25599 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01010101 10011001
Octal 362 125 231
Decimal 242 85 153
Hex F2 55 99

RGB Percentages of Color #f25599

%50.42
%17.71
%31.88

CMYK Percentages of Color #f25599

%0
%65
%37
%5

Triadic Colors of #f25599

#f25599 #99f255 #5599f2

Analogous Colors of #f25599

#f25599 #f25f55 #f255e8

Monochromatic Colors of #f25599

#f25599

Complementary Color

#f25599 #55f2ae

#f25599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f25599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f25599 Color CSS Codes

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

#f25599 Text Font Color

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

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


#f25599 Background Color

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

This div background color is #f25599


#f25599 Border Color

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

This div border color is #f25599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f25599


Comments

No comments written yet.

Please login to write comment.