Color Hex Logo

#f25653 Color Hex

#F25653
(242,86,83)
0 Favorites   0 Comments

Color spaces of #f25653

RGB 2428683
HSL0.000.860.64
HSV66°95°
CMYK 0.000.640.66   0.05
XYZ41.507126.157411.0448
Yxy26.15740.52730.3323
Hunter Lab51.144355.362422.9971
CIE-Lab58.186259.574534.6327

#f25653 color RGB value is (242,86,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01010110 01010011
Octal 362 126 123
Decimal 242 86 83
Hex F2 56 53

RGB Percentages of Color #f25653

%58.88
%20.92
%20.19

CMYK Percentages of Color #f25653

%0
%64
%66
%5

Triadic Colors of #f25653

#f25653 #53f256 #5653f2

Analogous Colors of #f25653

#f25653 #f2a653 #f253a0

Monochromatic Colors of #f25653

#f25653

Complementary Color

#f25653 #53eff2

#f25653 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f25653 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f25653 Color CSS Codes

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

#f25653 Text Font Color

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

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


#f25653 Background Color

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

This div background color is #f25653


#f25653 Border Color

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

This div border color is #f25653


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f25653


Comments

No comments written yet.

Please login to write comment.