Color Hex Logo

#f25661 Color Hex

#F25661
(242,86,97)
0 Favorites   0 Comments

Color spaces of #f25661

RGB 2428697
HSL0.990.860.64
HSV356°64°95°
CMYK 0.000.640.60   0.05
XYZ42.103426.395914.1851
Yxy26.39590.50920.3192
Hunter Lab51.376956.371119.5940
CIE-Lab58.410960.413526.9065

#f25661 color RGB value is (242,86,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01010110 01100001
Octal 362 126 141
Decimal 242 86 97
Hex F2 56 61

RGB Percentages of Color #f25661

%56.94
%20.24
%22.82

CMYK Percentages of Color #f25661

%0
%64
%60
%5

Triadic Colors of #f25661

#f25661 #61f256 #5661f2

Analogous Colors of #f25661

#f25661 #f29956 #f256af

Monochromatic Colors of #f25661

#f25661

Complementary Color

#f25661 #56f2e7

#f25661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f25661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f25661 Color CSS Codes

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

#f25661 Text Font Color

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

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


#f25661 Background Color

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

This div background color is #f25661


#f25661 Border Color

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

This div border color is #f25661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f25661


Comments

No comments written yet.

Please login to write comment.