Color Hex Logo

#f25480 Color Hex

#F25480
(242,84,128)
0 Favorites   0 Comments

Color spaces of #f25480

RGB 24284128
HSL0.950.860.64
HSV343°65°95°
CMYK 0.000.650.47   0.05
XYZ43.684626.776423.2880
Yxy26.77640.46600.2856
Hunter Lab51.745960.13679.5390
CIE-Lab58.766863.59259.3020

#f25480 color RGB value is (242,84,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01010100 10000000
Octal 362 124 200
Decimal 242 84 128
Hex F2 54 80

RGB Percentages of Color #f25480

%53.30
%18.50
%28.19

CMYK Percentages of Color #f25480

%0
%65
%47
%5

Triadic Colors of #f25480

#f25480 #80f254 #5480f2

Analogous Colors of #f25480

#f25480 #f27754 #f254cf

Monochromatic Colors of #f25480

#f25480

Complementary Color

#f25480 #54f2c6

#f25480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f25480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f25480 Color CSS Codes

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

#f25480 Text Font Color

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

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


#f25480 Background Color

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

This div background color is #f25480


#f25480 Border Color

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

This div border color is #f25480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f25480

Related Colors


Comments

No comments written yet.

Please login to write comment.