color codes Logo

#f4535f color codes

#F4535F
(244,83,95)
0 Favorites   0 Comments

Color spaces of #f4535f

RGB 2448395
HSL0.990.880.64
HSV356°66°96°
CMYK 0.000.660.61   0.04
XYZ42.467026.245813.6542
Yxy26.24580.51560.3186
Hunter Lab51.230758.311720.0592
CIE-Lab58.269662.116627.9439

#f4535f color RGB value is (244,83,95).

#f4535f hex color red value is 244, green value is 83 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #f4535f hue: 0.99 , saturation: 0.88 and the lightness value of f4535f is 0.64.

The process color (four color CMYK) of #f4535f color code is 0.00, 0.66, 0.61, 0.04. Web safe color of #f4535f is #ff6666. Color #f4535f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01010011 01011111
Octal 364 123 137
Decimal 244 83 95
Hex F4 53 5F

RGB Percentages of Color #f4535f

%57.82
%19.67
%22.51

CMYK Percentages of Color #f4535f

%0
%66
%61
%4

Triadic Colors of #f4535f

#f4535f #5ff453 #535ff4

Analogous Colors of #f4535f

#f4535f #f49853 #f453b0

Monochromatic Colors of #f4535f

#f4535f

Complementary Color

#f4535f #53f4e8

#f4535f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4535f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4535f Color CSS Codes

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

#f4535f Text Font Color

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

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


#f4535f Background Color

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

This div background color is #f4535f


#f4535f Border Color

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

This div border color is #f4535f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,83,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 #f4535f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4535f


Comments

No comments written yet.

Please login to write comment.