Color Hex Logo

#f02f33 Color Hex

#F02F33
(240,47,51)
0 Favorites   0 Comments

Color spaces of #f02f33

RGB 2404751
HSL1.000.870.56
HSV359°80°94°
CMYK 0.000.800.79   0.06
XYZ37.549220.79735.1672
Yxy20.79730.59120.3274
Hunter Lab45.604167.165225.2049
CIE-Lab52.726970.643346.0853

#f02f33 color RGB value is (240,47,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00101111 00110011
Octal 360 57 63
Decimal 240 47 51
Hex F0 2F 33

RGB Percentages of Color #f02f33

%71.01
%13.91
%15.09

CMYK Percentages of Color #f02f33

%0
%80
%79
%6

Triadic Colors of #f02f33

#f02f33 #33f02f #2f33f0

Analogous Colors of #f02f33

#f02f33 #f08c2f #f02f94

Monochromatic Colors of #f02f33

#f02f33

Complementary Color

#f02f33 #2ff0ec

#f02f33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f02f33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f02f33 Color CSS Codes

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

#f02f33 Text Font Color

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

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


#f02f33 Background Color

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

This div background color is #f02f33


#f02f33 Border Color

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

This div border color is #f02f33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f02f33


Comments

No comments written yet.

Please login to write comment.