Color Hex Logo

#f2314b Color Hex

#F2314B
(242,49,75)
1 Favorites   0 Comments

Color spaces of #f2314b

RGB 2424975
HSL0.980.880.57
HSV352°80°95°
CMYK 0.000.800.69   0.05
XYZ38.986321.58198.7675
Yxy21.58190.56230.3113
Hunter Lab46.456368.499221.3299
CIE-Lab53.580671.585933.6020

#f2314b color RGB value is (242,49,75).

#f2314b hex color red value is 242, green value is 49 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #f2314b hue: 0.98 , saturation: 0.88 and the lightness value of f2314b is 0.57.

The process color (four color CMYK) of #f2314b color hex is 0.00, 0.80, 0.69, 0.05. Web safe color of #f2314b is #ff3333. Color #f2314b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00110001 01001011
Octal 362 61 113
Decimal 242 49 75
Hex F2 31 4B

RGB Percentages of Color #f2314b

%66.12
%13.39
%20.49

CMYK Percentages of Color #f2314b

%0
%80
%69
%5

Triadic Colors of #f2314b

#f2314b #4bf231 #314bf2

Analogous Colors of #f2314b

#f2314b #f27831 #f231ac

Monochromatic Colors of #f2314b

#f2314b

Complementary Color

#f2314b #31f2d8

#f2314b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2314b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2314b Color CSS Codes

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

#f2314b Text Font Color

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

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


#f2314b Background Color

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

This div background color is #f2314b


#f2314b Border Color

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

This div border color is #f2314b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2314b


Comments

No comments written yet.

Please login to write comment.