Color Hex Logo

#f0203c Color Hex

#F0203C
(240,32,60)
0 Favorites   0 Comments

Color spaces of #f0203c

RGB 2403260
HSL0.980.870.53
HSV352°87°94°
CMYK 0.000.870.75   0.06
XYZ37.267319.88456.1489
Yxy19.88450.58870.3141
Hunter Lab44.592071.143323.0388
CIE-Lab51.706474.121840.0033

#f0203c color RGB value is (240,32,60).

#f0203c hex color red value is 240, green value is 32 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #f0203c hue: 0.98 , saturation: 0.87 and the lightness value of f0203c is 0.53.

The process color (four color CMYK) of #f0203c color hex is 0.00, 0.87, 0.75, 0.06. Web safe color of #f0203c is #ff3333. Color #f0203c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00100000 00111100
Octal 360 40 74
Decimal 240 32 60
Hex F0 20 3C

RGB Percentages of Color #f0203c

%72.29
%9.64
%18.07

CMYK Percentages of Color #f0203c

%0
%87
%75
%6

Triadic Colors of #f0203c

#f0203c #3cf020 #203cf0

Analogous Colors of #f0203c

#f0203c #f06c20 #f020a4

Monochromatic Colors of #f0203c

#f0203c

Complementary Color

#f0203c #20f0d4

#f0203c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0203c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0203c Color CSS Codes

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

#f0203c Text Font Color

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

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


#f0203c Background Color

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

This div background color is #f0203c


#f0203c Border Color

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

This div border color is #f0203c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0203c


Comments

No comments written yet.

Please login to write comment.