Color Hex Logo

#f5235f Color Hex

#F5235F
(245,35,95)
0 Favorites   0 Comments

Color spaces of #f5235f

RGB 2453595
HSL0.950.910.55
HSV343°86°96°
CMYK 0.000.860.61   0.04
XYZ40.322821.440812.8397
Yxy21.44080.54050.2874
Hunter Lab46.304274.409615.9724
CIE-Lab53.428676.438521.6287

#f5235f color RGB value is (245,35,95).

#f5235f hex color red value is 245, green value is 35 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #f5235f hue: 0.95 , saturation: 0.91 and the lightness value of f5235f is 0.55.

The process color (four color CMYK) of #f5235f color hex is 0.00, 0.86, 0.61, 0.04. Web safe color of #f5235f is #ff3366. Color #f5235f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00100011 01011111
Octal 365 43 137
Decimal 245 35 95
Hex F5 23 5F

RGB Percentages of Color #f5235f

%65.33
%9.33
%25.33

CMYK Percentages of Color #f5235f

%0
%86
%61
%4

Triadic Colors of #f5235f

#f5235f #5ff523 #235ff5

Analogous Colors of #f5235f

#f5235f #f55023 #f523c8

Monochromatic Colors of #f5235f

#f5235f

Complementary Color

#f5235f #23f5b9

#f5235f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5235f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5235f Color CSS Codes

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

#f5235f Text Font Color

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

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


#f5235f Background Color

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

This div background color is #f5235f


#f5235f Border Color

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

This div border color is #f5235f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,35,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f5235f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f5235f;
  -webkit-box-shadow: 1px 1px 3px 2px #f5235f;
  box-shadow:         1px 1px 3px 2px #f5235f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,35,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5235f


Comments

No comments written yet.

Please login to write comment.