Color Hex Logo

#f25556 Color Hex

#F25556
(242,85,86)
0 Favorites   0 Comments

Color spaces of #f25556

RGB 2428586
HSL1.000.860.64
HSV360°65°95°
CMYK 0.000.650.64   0.05
XYZ41.546226.046111.6418
Yxy26.04610.52430.3287
Hunter Lab51.035455.999022.2000
CIE-Lab58.080860.147732.7999

#f25556 color RGB value is (242,85,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01010101 01010110
Octal 362 125 126
Decimal 242 85 86
Hex F2 55 56

RGB Percentages of Color #f25556

%58.60
%20.58
%20.82

CMYK Percentages of Color #f25556

%0
%65
%64
%5

Triadic Colors of #f25556

#f25556 #56f255 #5556f2

Analogous Colors of #f25556

#f25556 #f2a355 #f255a5

Monochromatic Colors of #f25556

#f25556

Complementary Color

#f25556 #55f2f1

#f25556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f25556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f25556 Color CSS Codes

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

#f25556 Text Font Color

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

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


#f25556 Background Color

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

This div background color is #f25556


#f25556 Border Color

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

This div border color is #f25556


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f25556


Comments

No comments written yet.

Please login to write comment.