Color Hex Logo

#f25676 Color Hex

#F25676
(242,86,118)
0 Favorites   0 Comments

Color spaces of #f25676

RGB 24286118
HSL0.970.860.64
HSV348°64°95°
CMYK 0.000.640.51   0.05
XYZ43.215826.840820.0426
Yxy26.84080.47960.2979
Hunter Lab51.808158.231813.3286
CIE-Lab58.826761.949115.2415

#f25676 color RGB value is (242,86,118).

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

The process color (four color CMYK) of #f25676 color hex is 0.00, 0.64, 0.51, 0.05. Web safe color of #f25676 is #ff6666. Color #f25676 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01010110 01110110
Octal 362 126 166
Decimal 242 86 118
Hex F2 56 76

RGB Percentages of Color #f25676

%54.26
%19.28
%26.46

CMYK Percentages of Color #f25676

%0
%64
%51
%5

Triadic Colors of #f25676

#f25676 #76f256 #5676f2

Analogous Colors of #f25676

#f25676 #f28456 #f256c4

Monochromatic Colors of #f25676

#f25676

Complementary Color

#f25676 #56f2d2

#f25676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f25676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f25676 Color CSS Codes

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

#f25676 Text Font Color

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

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


#f25676 Background Color

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

This div background color is #f25676


#f25676 Border Color

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

This div border color is #f25676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f25676


Comments

No comments written yet.

Please login to write comment.