Color Hex Logo

#f0122b Color Hex

#F0122B
(240,18,43)
0 Favorites   0 Comments

Color spaces of #f0122b

RGB 2401843
HSL0.980.880.51
HSV353°93°94°
CMYK 0.000.930.82   0.06
XYZ36.587519.13234.0500
Yxy19.13230.61210.3201
Hunter Lab43.740572.763625.1286
CIE-Lab50.841675.610348.4824

#f0122b color RGB value is (240,18,43).

#f0122b hex color red value is 240, green value is 18 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #f0122b hue: 0.98 , saturation: 0.88 and the lightness value of f0122b is 0.51.

The process color (four color CMYK) of #f0122b color hex is 0.00, 0.93, 0.82, 0.06. Web safe color of #f0122b is #ff0033. Color #f0122b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010010 00101011
Octal 360 22 53
Decimal 240 18 43
Hex F0 12 2B

RGB Percentages of Color #f0122b

%79.73
%5.98
%14.29

CMYK Percentages of Color #f0122b

%0
%93
%82
%6

Triadic Colors of #f0122b

#f0122b #2bf012 #122bf0

Analogous Colors of #f0122b

#f0122b #f06812 #f0129a

Monochromatic Colors of #f0122b

#f0122b

Complementary Color

#f0122b #12f0d7

#f0122b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0122b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0122b Color CSS Codes

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

#f0122b Text Font Color

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

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


#f0122b Background Color

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

This div background color is #f0122b


#f0122b Border Color

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

This div border color is #f0122b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,18,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f0122b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f0122b;
  -webkit-box-shadow: 1px 1px 3px 2px #f0122b;
  box-shadow:         1px 1px 3px 2px #f0122b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,18,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0122b


Comments

No comments written yet.

Please login to write comment.