Color Hex Logo

#f01533 Color Hex

#F01533
(240,21,51)
0 Favorites   0 Comments

Color spaces of #f01533

RGB 2402151
HSL0.980.880.51
HSV352°91°94°
CMYK 0.000.910.79   0.06
XYZ36.800919.30064.9177
Yxy19.30060.60310.3163
Hunter Lab43.932472.642324.1159
CIE-Lab51.037175.473744.3564

#f01533 color RGB value is (240,21,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010101 00110011
Octal 360 25 63
Decimal 240 21 51
Hex F0 15 33

RGB Percentages of Color #f01533

%76.92
%6.73
%16.35

CMYK Percentages of Color #f01533

%0
%91
%79
%6

Triadic Colors of #f01533

#f01533 #33f015 #1533f0

Analogous Colors of #f01533

#f01533 #f06515 #f015a1

Monochromatic Colors of #f01533

#f01533

Complementary Color

#f01533 #15f0d2

#f01533 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f01533 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f01533 Color CSS Codes

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

#f01533 Text Font Color

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

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


#f01533 Background Color

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

This div background color is #f01533


#f01533 Border Color

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

This div border color is #f01533


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f01533


Comments

No comments written yet.

Please login to write comment.