Color Hex Logo

#f03233 Color Hex

#F03233
(240,50,51)
0 Favorites   0 Comments

Color spaces of #f03233

RGB 2405051
HSL1.000.860.57
HSV360°79°94°
CMYK 0.000.790.79   0.06
XYZ37.673321.04555.2085
Yxy21.04550.58930.3292
Hunter Lab45.875466.304025.3812
CIE-Lab52.999369.873246.3624

#f03233 color RGB value is (240,50,51).

#f03233 hex color red value is 240, green value is 50 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #f03233 hue: 1.00 , saturation: 0.86 and the lightness value of f03233 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00110010 00110011
Octal 360 62 63
Decimal 240 50 51
Hex F0 32 33

RGB Percentages of Color #f03233

%70.38
%14.66
%14.96

CMYK Percentages of Color #f03233

%0
%79
%79
%6

Triadic Colors of #f03233

#f03233 #33f032 #3233f0

Analogous Colors of #f03233

#f03233 #f09032 #f03292

Monochromatic Colors of #f03233

#f03233

Complementary Color

#f03233 #32f0ef

#f03233 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f03233 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f03233 Color CSS Codes

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

#f03233 Text Font Color

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

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


#f03233 Background Color

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

This div background color is #f03233


#f03233 Border Color

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

This div border color is #f03233


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f03233


Comments

No comments written yet.

Please login to write comment.